From dac8a73633dfe68b5e36111a61eaa8f3dfdc2c12 Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Mon, 11 Sep 2017 09:34:11 -0600 Subject: [PATCH] Adjusted max Z feedrate for Hibiscus Mini. - Changed to 8 from 16 as motor was stalling. --- 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 3146b7201..fac963859 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 ".6" +#define LULZBOT_FW_VERSION ".7" // Select options based on printer model @@ -940,7 +940,7 @@ #define LULZBOT_Z_STEPS (Z_FULL_STEPS_PER_ROTATION * Z_MICROSTEPS * Z_MOTOR_GEAR_REDUCTION / double(Z_BELT_PITCH) / double(Z_PULLEY_TEETH)) #undef LULZBOT_DEFAULT_MAX_FEEDRATE - #define LULZBOT_DEFAULT_MAX_FEEDRATE {300, 300, 16, 25} // (mm/sec) + #define LULZBOT_DEFAULT_MAX_FEEDRATE {300, 300, 8, 25} // (mm/sec) #elif defined(LULZBOT_Juniper_TAZ5) #define DIGIPOT_MOTOR_CURRENT_Z 240