From acae436c4cf37f7531999c4d8efa0723c2947956 Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Fri, 8 Dec 2017 10:22:42 -0700 Subject: [PATCH] Modified v3 dual rewipe to clear X endstop (T1456) The rewipe location of the v3 dual may brush against the X endstop. This can cause issue T1456 to manifest itself. A separate fix has been done for the wipe in the start GCODE in Cura 2. --- Marlin/Conditionals_LulzBot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index 3f2b3d3be..51ddee81f 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -813,8 +813,8 @@ #define LULZBOT_AFTER_Z_HOME_Z_RAISE 16 #undef LULZBOT_AFTER_Z_HOME_Z_ORIGIN #define LULZBOT_AFTER_Z_HOME_Z_ORIGIN 5.5 - #define LULZBOT_TOOLHEAD_WIPE_X1_ADJ -6 - #define LULZBOT_TOOLHEAD_WIPE_X2_ADJ -6 + #define LULZBOT_TOOLHEAD_WIPE_X1_ADJ -5 + #define LULZBOT_TOOLHEAD_WIPE_X2_ADJ -5 #define LULZBOT_TOOLHEAD_WIPE_Y1_ADJ 0 #define LULZBOT_TOOLHEAD_WIPE_Y2_ADJ 0 #undef LULZBOT_Z_HOMING_HEIGHT