From aae387f6f32719a07c503a47d20fefc65981e373 Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Mon, 11 Dec 2017 10:55:57 -0700 Subject: [PATCH] Adjustments for v3 probing location (T1459). - Moved probing location slightly towards the rear and to the right to provide more clearance between the fan duct and the homing adapter. --- Marlin/Conditionals_LulzBot.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index 51ddee81f..1ad2427fa 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -13,7 +13,7 @@ * got disabled. */ -#define LULZBOT_FW_VERSION ".57" // Change this with each update +#define LULZBOT_FW_VERSION ".58" // Change this with each update #if ( \ !defined(LULZBOT_Gladiola_Mini) && \ @@ -824,7 +824,9 @@ #undef LULZBOT_Z_CLEARANCE_BETWEEN_PROBES #define LULZBOT_Z_CLEARANCE_BETWEEN_PROBES 10 #undef LULZBOT_BACK_PROBE_BED_POSITION - #define LULZBOT_BACK_PROBE_BED_POSITION 293 + #define LULZBOT_BACK_PROBE_BED_POSITION 300 + #undef LULZBOT_LEFT_PROBE_BED_POSITION + #define LULZBOT_LEFT_PROBE_BED_POSITION -6 #if defined(LULZBOT_USE_HOME_BUTTON) #undef LULZBOT_Z_SAFE_HOMING_X_POINT #undef LULZBOT_Z_SAFE_HOMING_Y_POINT