mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00

* some wrong max/min layer height corrected and 0.15 nozzle added vor Voron 2.4 * typo 0.0 * Some correction in previouse commits + added missing nozzles for Revo * yet another type
26 lines
No EOL
484 B
JSON
26 lines
No EOL
484 B
JSON
{
|
|
"type": "machine",
|
|
"setting_id": "GM002",
|
|
"name": "Voron 2.4 250 0.15 nozzle",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_klipper_common",
|
|
"printer_model": "Voron 2.4 250",
|
|
"max_layer_height": [
|
|
"0.2"
|
|
],
|
|
"min_layer_height": [
|
|
"0.04"
|
|
],
|
|
"nozzle_diameter": [
|
|
"0.15"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"250x0",
|
|
"250x250",
|
|
"0x250"
|
|
],
|
|
"printable_height": "225"
|
|
}
|
|
|