From 80bef26c4767293c39ff0cbed30ab1fffd67450d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 10 Aug 2012 19:30:44 +0100 Subject: [PATCH] adjust Z software endstop downwards --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 913371c..107191e 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -198,7 +198,7 @@ const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of t #define Y_MAX_POS 150 #define Y_MIN_POS 0 #define Z_MAX_POS 90 -#define Z_MIN_POS 0 +#define Z_MIN_POS -1 #define X_MAX_LENGTH (X_MAX_POS - X_MIN_POS) #define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS) -- 2.30.2