mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
Moved machine_nozzle_size from machine_settings to categories/resolution so it is exposed in the UI.
This commit is contained in:
parent
384f4fbeaf
commit
608bfa568b
3 changed files with 10 additions and 10 deletions
|
@ -13,9 +13,6 @@
|
|||
|
||||
"machine_extruder_trains": {
|
||||
"0": {
|
||||
"machine_nozzle_size": {
|
||||
"default": 0.4
|
||||
},
|
||||
"machine_nozzle_heat_up_speed": {
|
||||
"default": 2.0
|
||||
},
|
||||
|
@ -66,7 +63,7 @@
|
|||
]
|
||||
},
|
||||
"machine_center_is_zero": { "default": false },
|
||||
"machine_nozzle_size": { "default": 0.4 },
|
||||
"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_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