mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00: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
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"type": "filament",
|
|
"filament_id": "GFC99",
|
|
"setting_id": "GFSC99",
|
|
"name": "Generic PC",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_filament_pc",
|
|
"filament_max_volumetric_speed": [
|
|
"16"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.94"
|
|
],
|
|
"compatible_printers": [
|
|
"Bambu Lab X1 Carbon 0.4 nozzle"
|
|
]
|
|
}
|