From ca04281d714b7e68d89b4ee87f3427cdec58a09c Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Tue, 12 Dec 2017 10:04:52 -0700 Subject: [PATCH] Reverted incorrect changes in commit eb5f0dbec7fd - Reverted wipe location for DualExtruderV2 - Reverted wipe location for FlexyDuallyV2 --- Marlin/Conditionals_LulzBot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index 384b30b10..96b82cdc7 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -13,7 +13,7 @@ * got disabled. */ -#define LULZBOT_FW_VERSION ".59" // Change this with each update +#define LULZBOT_FW_VERSION ".60" // Change this with each update #if ( \ !defined(LULZBOT_Gladiola_Mini) && \ @@ -786,7 +786,7 @@ #define LULZBOT_TOOLHEAD_WIPE_X1_ADJ 0 #define LULZBOT_TOOLHEAD_WIPE_X2_ADJ 0 #define LULZBOT_TOOLHEAD_WIPE_Y1_ADJ 0 - #define LULZBOT_TOOLHEAD_WIPE_Y2_ADJ -48 + #define LULZBOT_TOOLHEAD_WIPE_Y2_ADJ 48 #define LULZBOT_X_MAX_ENDSTOP_INVERTING LULZBOT_NORMALLY_OPEN_ENDSTOP #define LULZBOT_E_STEPS 830 #define LULZBOT_AO_Hexagon @@ -799,7 +799,7 @@ #define LULZBOT_TOOLHEAD_WIPE_X1_ADJ 0 #define LULZBOT_TOOLHEAD_WIPE_X2_ADJ 0 #define LULZBOT_TOOLHEAD_WIPE_Y1_ADJ 0 - #define LULZBOT_TOOLHEAD_WIPE_Y2_ADJ -48 + #define LULZBOT_TOOLHEAD_WIPE_Y2_ADJ 48 #define LULZBOT_X_MAX_ENDSTOP_INVERTING LULZBOT_NORMALLY_OPEN_ENDSTOP #define LULZBOT_E_STEPS 830 #define LULZBOT_AO_Hexagon