diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 8585f2ae2b..2621bfba8f 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -962,13 +962,13 @@ #if DISABLED(TREX3) || ENABLED(TREX3_UPGRADE) #define X_MIN_POS -42 #define Y_MIN_POS 0 - #define Z_MIN_POS -3 + #define Z_MIN_POS 0 #define X_MAX_POS 450 #define Y_MAX_POS Y_BED_SIZE #else #define X_MIN_POS -47 #define Y_MIN_POS 0 - #define Z_MIN_POS -3 + #define Z_MIN_POS 0 #define X_MAX_POS 460 #define Y_MAX_POS Y_BED_SIZE #endif @@ -1223,7 +1223,7 @@ // For DELTA this is the top-center of the Cartesian print volume. //#define MANUAL_X_HOME_POS 0 //#define MANUAL_Y_HOME_POS 0 -//#define MANUAL_Z_HOME_POS 0 +#define MANUAL_Z_HOME_POS 0 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area. //