From 314fa3495bf03bcab2f93e1dc773980b3ca7594a Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 22 Feb 2020 16:15:24 +0100 Subject: [PATCH] Don't move Z up if first homing --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ef84de3680..6d8c906854 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1672,7 +1672,7 @@ * - Use a low value (i.e., Z_MIN_POS) if the nozzle falls down to the bed. * - Use a large value (i.e., Z_MAX_POS) if the bed falls down, away from the nozzle. */ -//#define Z_IDLE_HEIGHT Z_HOME_POS +#define Z_IDLE_HEIGHT Z_HOME_POS #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.