From 67e3149b48f78f44068dc1cfb8e56b294c496470 Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Thu, 10 Mar 2022 09:30:31 -0600 Subject: [PATCH] Changing the max travel for the TAZWorkhorse --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 333e374a5..22ac703d0 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1889,7 +1889,7 @@ #define LULZBOT_X_MIN_POS -50 #define LULZBOT_Y_MIN_POS -17 #define LULZBOT_Z_MIN_POS -2 - #define LULZBOT_X_MAX_POS 295 + #define LULZBOT_X_MAX_POS 293 #define LULZBOT_Y_MAX_POS 308 #define LULZBOT_Z_MAX_POS 297