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:
Ghostkeeper 2019-04-01 13:04:38 +02:00
parent 8c41a05183
commit add6c0b489
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -459,6 +459,7 @@
"label": "Gantry height",
"description": "The height difference between the tip of the nozzle and the gantry system (X and Y axes).",
"default_value": 99999999999,
"value": "machine_height",
"type": "float",
"settable_per_mesh": false,
"settable_per_extruder": false,