From 035d53c83167430e6fd95c0f97ebf09030e91543 Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Tue, 21 Sep 2021 09:22:55 -0500 Subject: [PATCH] Limiting 289 universal travel to avoid colisions on X axis. --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ac8a3a30a..d025e8a9b 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1889,7 +1889,7 @@ #define X_BED_SIZE 161 #define Y_BED_SIZE 161 // Travel limits (mm) after homing, corresponding to endstop positions. - #define LULZBOT_X_MAX_POS 166 + #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