From aa968252c5870084f473db1f7d4c6c7f0250b54d Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Mon, 13 Sep 2021 11:26:12 -0500 Subject: [PATCH] Change the x travel to avoid hitting the fan duct on M175v2 --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 292028c6e..aaaf07804 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -10,7 +10,7 @@ //#define TazDualZ /************** Uncomment a Tool Head Option From Below *********************/ -//#define LULZBOT_UNIVERSAL_TOOLHEAD +#define LULZBOT_UNIVERSAL_TOOLHEAD //#define TOOLHEAD_SL_SE_HE //#define TOOLHEAD_HS_HSPLUS //#define TOOLHEAD_H175 @@ -1880,7 +1880,7 @@ #define X_BED_SIZE 231 #define Y_BED_SIZE 231 // Travel limits (mm) after homing, corresponding to endstop positions. - #define LULZBOT_X_MAX_POS 232 + #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