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