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 committed by Ghostkeeper
parent 050bc91912
commit 5cff8a033f
2 changed files with 12 additions and 5 deletions

View File

@ -142,20 +142,27 @@
}
},
"categories": {
"resolution": {
"label": "Quality",
"machine": {
"label": "Machine",
"visible": true,
"icon": "category_layer_height",
"settings": {
"machine_nozzle_size": {
"label": "Nozzle Diameter",
"description": "The inner diameter of the hole in the nozzle.",
"description": "The inner diameter of the nozzle.",
"unit": "mm",
"type": "float",
"default": 0.4,
"min_value": "0.001",
"visible": false
},
}
}
},
"resolution": {
"label": "Quality",
"visible": true,
"icon": "category_layer_height",
"settings": {
"layer_height": {
"label": "Layer Height",
"description": "The height of each layer, in mm. Normal quality prints are 0.1mm, high quality is 0.06mm. You can go up to 0.25mm with an Ultimaker for very fast prints at low quality. For most purposes, layer heights between 0.1 and 0.2mm give a good tradeoff of speed and surface finish.",

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 },