From 744e9dcf5ab27d331852bb3658851adc96c7a854 Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Wed, 28 Mar 2018 13:02:03 -0600 Subject: [PATCH] Set default Mini Z-offset to round number (T2240) - Changed from -1.377 to -1.375 so that the thousand's place can be zeroed from the LCD. --- 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 f3a7e609d..4841b2f4e 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -13,7 +13,7 @@ * got disabled. */ -#define LULZBOT_FW_VERSION ".20" // Change this with each update +#define LULZBOT_FW_VERSION ".21" // Change this with each update #if ( \ !defined(LULZBOT_Gladiola_Mini) && \ @@ -1615,7 +1615,7 @@ #define LULZBOT_DEFAULT_YJERK 12.0 #define LULZBOT_DEFAULT_ZJERK 0.4 - #define LULZBOT_Z_PROBE_OFFSET_FROM_EXTRUDER -1.377 + #define LULZBOT_Z_PROBE_OFFSET_FROM_EXTRUDER -1.375 #elif defined(LULZBOT_IS_TAZ) #define LULZBOT_DEFAULT_XJERK 8.0