mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Default the gantry height to be equal to the printer height
You can't fit any objects higher than that anyway. Fixes #5528.
This commit is contained in:
parent
8c41a05183
commit
add6c0b489
1 changed files with 1 additions and 0 deletions
|
|
@ -459,6 +459,7 @@
|
||||||
"label": "Gantry height",
|
"label": "Gantry height",
|
||||||
"description": "The height difference between the tip of the nozzle and the gantry system (X and Y axes).",
|
"description": "The height difference between the tip of the nozzle and the gantry system (X and Y axes).",
|
||||||
"default_value": 99999999999,
|
"default_value": 99999999999,
|
||||||
|
"value": "machine_height",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue