* 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
482 B
JSON
26 lines
No EOL
482 B
JSON
{
|
|
"type": "machine",
|
|
"setting_id": "GM004",
|
|
"name": "Voron 2.4 250 1.0 nozzle",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_klipper_common",
|
|
"printer_model": "Voron 2.4 250",
|
|
"max_layer_height": [
|
|
"0.9"
|
|
],
|
|
"min_layer_height": [
|
|
"0.25"
|
|
],
|
|
"nozzle_diameter": [
|
|
"1.0"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"250x0",
|
|
"250x250",
|
|
"0x250"
|
|
],
|
|
"printable_height": "225"
|
|
}
|
|
|