mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
JSON: removed setting description override (CURA-1309)
Proposed by Jeroen and backed by Tim. The new global description precludes everything said in the override description already now
This commit is contained in:
parent
2290c8298d
commit
29de13a661
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
]
|
||||
},
|
||||
"machine_center_is_zero": { "default": false },
|
||||
"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_size": { "default": 0.4, "min_value": "0.001"},
|
||||
"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