Moved Nozzle Diameter into a new "Machine" category in the UI. This category needs icon art.

This commit is contained in:
Kurt Loeffler 2015-12-22 22:49:13 -08:00
parent 9bc7b6b6b7
commit 38d2bff8c6
2 changed files with 12 additions and 5 deletions

View file

@ -63,7 +63,7 @@
]
},
"machine_center_is_zero": { "default": false },
"machine_nozzle_size": { "default": 0.4, "description": "The inner diameter of the hole in the nozzle. If you are using an Olsson Block with a non-standard nozzle then set this field to the nozzle size you are using." },
"machine_nozzle_size": { "default": 0.4, "min_value": "0.001", "description": "The inner diameter of the nozzle. If you are using an Olsson Block with a non-standard nozzle diameter, set this field to the diameter you are using." },
"machine_nozzle_heat_up_speed": { "default": 2.0 },
"machine_nozzle_cool_down_speed": { "default": 2.0 },
"gantry_height": { "default": 55 },