mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Moved Nozzle Diameter into a new "Machine" category in the UI. This category needs icon art.
This commit is contained in:
parent
050bc91912
commit
5cff8a033f
2 changed files with 12 additions and 5 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue