From add6c0b489d264a8e18dfc980e081a50d0847fd3 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 1 Apr 2019 13:04:38 +0200 Subject: [PATCH] Default the gantry height to be equal to the printer height You can't fit any objects higher than that anyway. Fixes #5528. --- resources/definitions/fdmprinter.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index da4ccefac0..45ff92fea8 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/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,