From a2edadfc6606d7d803fbce3026e518dd1b3fd19e Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Mon, 30 Aug 2021 14:11:58 -0500 Subject: [PATCH] Travel limits corrected TAZ6 --- Marlin/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 2f462c24b..9e9ebe87f 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1794,11 +1794,11 @@ #define Y_BED_SIZE 285 // Travel limits (mm) after homing, corresponding to endstop positions. #define LULZBOT_X_MIN_POS -20.1 - #define LULZBOT_Y_MIN_POS -15.6 + #define LULZBOT_Y_MIN_POS -21.6 #define LULZBOT_Z_MIN_POS 0 - #define LULZBOT_X_MAX_POS 299.5 + #define LULZBOT_X_MAX_POS 292 #define LULZBOT_Y_MAX_POS 303.5 - #define LULZBOT_Z_MAX_POS 270 + #define LULZBOT_Z_MAX_POS 257.7 #elif ENABLED(Workhorse) #define X_BED_SIZE 280