diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index a9598fc67..57cbd2feb 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -13,7 +13,7 @@ * got disabled. */ -#define LULZBOT_FW_VERSION ".11" // Change this with each update +#define LULZBOT_FW_VERSION ".12" // Change this with each update #if ( \ !defined(LULZBOT_Gladiola_Mini) && \ @@ -424,8 +424,8 @@ #if defined(LULZBOT_USE_AUTOLEVELING) && defined(LULZBOT_MINI_BED) && defined(LULZBOT_USE_Z_BELT) #define LULZBOT_LEFT_PROBE_BED_POSITION -6 #define LULZBOT_RIGHT_PROBE_BED_POSITION 162 - #define LULZBOT_BACK_PROBE_BED_POSITION 164 - #define LULZBOT_FRONT_PROBE_BED_POSITION -9 + #define LULZBOT_BACK_PROBE_BED_POSITION 166 + #define LULZBOT_FRONT_PROBE_BED_POSITION -7 #elif defined(LULZBOT_USE_AUTOLEVELING) && defined(LULZBOT_MINI_BED) // In order to work with the Gladiola printers, we need to @@ -1020,8 +1020,8 @@ #elif defined(LULZBOT_IS_MINI) && defined(LULZBOT_USE_Z_BELT) #define LULZBOT_STANDARD_X_MAX_POS 162 #define LULZBOT_STANDARD_X_MIN_POS -6 - #define LULZBOT_STANDARD_Y_MAX_POS 188 - #define LULZBOT_STANDARD_Y_MIN_POS -9 + #define LULZBOT_STANDARD_Y_MAX_POS 190 + #define LULZBOT_STANDARD_Y_MIN_POS -7 #define LULZBOT_X_BED_SIZE 157 #define LULZBOT_Y_BED_SIZE 157 @@ -1437,8 +1437,8 @@ // Mini has a horizontal wiping pad on the back of the bed #define LULZBOT_STANDARD_WIPE_X1 42 #define LULZBOT_STANDARD_WIPE_X2 112 - #define LULZBOT_STANDARD_WIPE_Y1 170 - #define LULZBOT_STANDARD_WIPE_Y2 170 + #define LULZBOT_STANDARD_WIPE_Y1 172 + #define LULZBOT_STANDARD_WIPE_Y2 172 #define LULZBOT_STANDARD_WIPE_Z 1 #elif defined(LULZBOT_USE_AUTOLEVELING) && defined(LULZBOT_MINI_BED) && defined(LULZBOT_USE_Z_SCREW)