From 6a0a738f0e7a3459bb9c3ac1cf8c281ba9955220 Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Wed, 18 Oct 2017 11:08:54 -0600 Subject: [PATCH] Adjustments for TAZ 7. --- Marlin/Conditionals_LulzBot.h | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index 0bbb071eb..3f94eed0e 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -13,7 +13,7 @@ * got disabled. */ -#define LULZBOT_FW_VERSION ".19" // Change this with each update +#define LULZBOT_FW_VERSION ".20" // Change this with each update #if ( \ !defined(LULZBOT_Gladiola_Mini) && \ @@ -906,6 +906,15 @@ #define LULZBOT_X_BED_SIZE 288 #define LULZBOT_Y_BED_SIZE 275 +#elif defined(LULZBOT_Quiver_TAZ7) + #define LULZBOT_STANDARD_X_MAX_POS 300 + #define LULZBOT_STANDARD_X_MIN_POS -16 + #define LULZBOT_STANDARD_Y_MAX_POS 303 + #define LULZBOT_STANDARD_Y_MIN_POS -20 + + #define LULZBOT_X_BED_SIZE 280 + #define LULZBOT_Y_BED_SIZE 280 + #elif defined(LULZBOT_IS_TAZ) #define LULZBOT_STANDARD_X_MAX_POS 300 #define LULZBOT_STANDARD_X_MIN_POS -20 @@ -934,7 +943,7 @@ #elif defined(LULZBOT_Quiver_TAZ7) #define LULZBOT_STANDARD_Z_MIN_POS 0 - #define LULZBOT_STANDARD_Z_MAX_POS 300 + #define LULZBOT_STANDARD_Z_MAX_POS 299 #endif #define LULZBOT_X_MAX_POS (LULZBOT_STANDARD_X_MAX_POS - LULZBOT_TOOLHEAD_X_MAX_ADJ) @@ -1179,6 +1188,8 @@ #define LULZBOT_TMC_HEALTHCHECK(AXIS) #define LULZBOT_TMC_CHECK_S2G(AXIS, WHERE) #define LULZBOT_PROBE_DIAGNOSTICS(TRIGGERED) + #define LULZBOT_TMC_STALLGUARD_AVG_VARS + #define LULZBOT_TMC_STALLGUARD_AVG_FUNC #endif #if defined(LULZBOT_SENSORLESS_HOMING)