From 5cc626c522e6a9ed00173fafd3e3219e98716bd1 Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Tue, 19 Sep 2017 09:52:33 -0600 Subject: [PATCH] Adjusted Z-offset. Adjusted Z-offset based on average calibration values for last 1000 Minis and TAZ 6 from production line. --- Marlin/Conditionals_LulzBot.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index fc33db4ae..017fa5925 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -39,7 +39,7 @@ #error Must specify model and toolhead. Please see "Configuration_LulzBot.h" for directions. #endif -#define LULZBOT_FW_VERSION ".11" +#define LULZBOT_FW_VERSION ".12" // Select options based on printer model @@ -936,7 +936,7 @@ #define LULZBOT_DEFAULT_ACCELERATION 2000 #define LULZBOT_DEFAULT_TRAVEL_ACCELERATION 2000 - #define LULZBOT_Z_PROBE_OFFSET_FROM_EXTRUDER -1.43 + #define LULZBOT_Z_PROBE_OFFSET_FROM_EXTRUDER -1.377 #elif defined(LULZBOT_IS_TAZ) #define DIGIPOT_MOTOR_CURRENT_XY 175 @@ -950,7 +950,8 @@ #if not defined(LULZBOT_DEFAULT_TRAVEL_ACCELERATION) #define LULZBOT_DEFAULT_TRAVEL_ACCELERATION 500 #endif - #define LULZBOT_Z_PROBE_OFFSET_FROM_EXTRUDER -1.5 + + #define LULZBOT_Z_PROBE_OFFSET_FROM_EXTRUDER -1.200 #endif #if defined(LULZBOT_Gladiola_Mini) || defined(LULZBOT_Gladiola_MiniLCD)