mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -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
12 lines
489 B
JSON
12 lines
489 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "Voron 2.4 350",
|
|
"model_id": "Voron2-350",
|
|
"nozzle_diameter": "0.4",
|
|
"machine_tech": "FFF",
|
|
"family": "VoronDesign",
|
|
"bed_model": "",
|
|
"bed_texture": "voron_logo.png",
|
|
"hotend_model": "bbl-3dp-hotend.stl",
|
|
"default_materials": "Voron Generic ABS;Voron Generic PLA;Voron Generic PLA-CF;Voron Generic PETG;Voron Generic TPU;Voron Generic ASA;Voron Generic PC;Voron Generic PVA;Voron Generic PA;Voron Generic PA-CF"
|
|
}
|