From af8ff585f714a8aaba723b22567a633b3919b873 Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Fri, 5 Nov 2021 11:25:07 -0500 Subject: [PATCH] Updating Y bed position for updated Carriage --- Marlin/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index d3879a0ae..10108c78a 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1891,8 +1891,8 @@ // Travel limits (mm) after homing, corresponding to endstop positions. #define LULZBOT_X_MAX_POS 164 #define LULZBOT_X_MIN_POS -5.5 - #define LULZBOT_Y_MAX_POS 175 - #define LULZBOT_Y_MIN_POS -27 + #define LULZBOT_Y_MAX_POS 168 + #define LULZBOT_Y_MIN_POS -34 #define LULZBOT_Z_MIN_POS 0 #define LULZBOT_Z_MAX_POS 181.5 @@ -1902,8 +1902,8 @@ // Travel limits (mm) after homing, corresponding to endstop positions. #define LULZBOT_X_MAX_POS 230 #define LULZBOT_X_MIN_POS -1.5 - #define LULZBOT_Y_MAX_POS 240 - #define LULZBOT_Y_MIN_POS -16 + #define LULZBOT_Y_MAX_POS 233 + #define LULZBOT_Y_MIN_POS -23 #define LULZBOT_Z_MIN_POS 0 #define LULZBOT_Z_MAX_POS 244.5 #endif