From ac4b0f41dcc7a8ba902ccb853fdecfa0b125ff76 Mon Sep 17 00:00:00 2001 From: sv Date: Fri, 17 Nov 2023 10:16:28 +0100 Subject: [PATCH] Added homing parameters --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 20c4cd0f9f..880bc608c0 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1674,10 +1674,10 @@ */ //#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 4 // (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 +#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing Z // Direction of endstops when homing; 1=MAX, -1=MIN // :[-1,1]