From 17c806ecdb40707b70b466b021dea102cf0cdd2e Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 22 Feb 2020 15:25:40 +0100 Subject: [PATCH] Prevent moving up before homing --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index e797b1c44e..ef84de3680 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1674,7 +1674,7 @@ */ //#define Z_IDLE_HEIGHT Z_HOME_POS -//#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ... +#define Z_HOMING_HEIGHT 0 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ... // Be sure to have this much clearance over your Z_MAX_POS to prevent grinding. //#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing Z