mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
1d535e5cab
2 changed files with 12 additions and 5 deletions
|
@ -146,20 +146,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.",
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue