From 38c89b749a60b77ebedf7d7c460ebe7d04053559 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 2287de115e..b13bb9dc2f 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]