Browse Source

Default the gantry height to be equal to the printer height

You can't fit any objects higher than that anyway.

Fixes #5528.
Ghostkeeper 6 years ago
parent
commit
add6c0b489
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/definitions/fdmprinter.def.json

+ 1 - 0
resources/definitions/fdmprinter.def.json

@@ -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,