mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00

* default BBL profile
* voron
* wip
* Voron profile
* Prusa MK3S
* add Prusa mk3s
* fix an issue that print_host value was not retrieved.
* add chamber temperature option for filament
* slightly adjust thumbernail angle
* Revert "slightly adjust thumbernail angle"
This reverts commit 6ad38efb36
.
* add `one wall on first layer` option
* save preset for connection
* remove unused options
* set default 3000 accl for MK3S
* tweak profile
* update Voron logo
* UI twwaks
* Readme update
* change abs default nozzle temp
* misc
* tweak profiles
* Update README
30 lines
697 B
JSON
30 lines
697 B
JSON
{
|
|
"type": "filament",
|
|
"filament_id": "GFN98",
|
|
"setting_id": "GFSN99",
|
|
"name": "Voron Generic PA-CF",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_filament_pa",
|
|
"filament_type": [
|
|
"PA-CF"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"280"
|
|
],
|
|
"nozzle_temperature": [
|
|
"280"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"8"
|
|
],
|
|
"compatible_printers": [
|
|
"Voron 2.4 250 0.4 nozzle",
|
|
"Voron 2.4 300 0.4 nozzle",
|
|
"Voron 2.4 350 0.4 nozzle",
|
|
"Voron Trident 250 0.4 nozzle",
|
|
"Voron Trident 300 0.4 nozzle",
|
|
"Voron Trident 350 0.4 nozzle",
|
|
"Voron 0.1 0.4 nozzle"
|
|
]
|
|
}
|