From aa968252c5870084f473db1f7d4c6c7f0250b54d Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Mon, 13 Sep 2021 11:26:12 -0500 Subject: [PATCH 1/3] 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 From 7c92e8ab7a67e0e37344975e4c8b6514faec17fd Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Mon, 13 Sep 2021 11:48:26 -0500 Subject: [PATCH 2/3] Clean nozzle spelling error corrected --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index aaaf07804..ebd4dcf67 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -2486,7 +2486,7 @@ * Caveats: The ending Z should be the same as starting Z. * Attention: EXPERIMENTAL. G-code arguments may change. */ -#if DISABLED(Sidekick_289, Sisdekick_747) +#if DISABLED(Sidekick_289, Sidekick_747) #define NOZZLE_CLEAN_FEATURE #endif From 9c98b4b8447bfe5e4b4d0b2782618b09e2603e65 Mon Sep 17 00:00:00 2001 From: Dawson Coleman Date: Mon, 13 Sep 2021 21:28:24 +0000 Subject: [PATCH 3/3] Apply 1 suggestion(s) to 1 file(s) --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ebd4dcf67..0eee8bd0b 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