mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:16:00 +08: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
@ -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…
x
Reference in New Issue
Block a user