From fa89841f5284a4de2d86a98f185d033ffdd7b872 Mon Sep 17 00:00:00 2001 From: PurpleHullPeas <39073039+PurpleHullPeas@users.noreply.github.com> Date: Tue, 7 Jan 2020 22:03:30 -0600 Subject: [PATCH] Removed gantry_height --- resources/definitions/mp_mini_delta.def.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/definitions/mp_mini_delta.def.json b/resources/definitions/mp_mini_delta.def.json index 1804f30b37..aa0bc98101 100644 --- a/resources/definitions/mp_mini_delta.def.json +++ b/resources/definitions/mp_mini_delta.def.json @@ -33,9 +33,6 @@ { "default_value": "M107; \nM104 S0; turn off hotend heater \nM140 S0; turn off bed heater \nG91; Switch to use Relative Coordinates \nG1 E-2 F300; retract the filament a bit before lifting the nozzle to release some of the pressure \nG1 Z5 E-5 F4800; move nozzle up a bit and retract filament even more \nG28 X0; return to home positions so the nozzle is out of the way \nM84; turn off stepper motors \nG90; switch to absolute positioning \nM82; absolute extrusion mode" }, - "gantry_height": { - "default_value": 120 - }, "machine_width": { "default_value": 110 }, "machine_depth": { "default_value": 110 }, "machine_height": { "default_value": 120 }, @@ -77,4 +74,4 @@ "retract_at_layer_change": { "default_value": true }, "coasting_enable": { "default_value": true } } -} \ No newline at end of file +}