From 521c618ac0cb9e09c863ac59e374e67bce0117ae Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Mon, 16 Oct 2017 07:23:03 -0600 Subject: [PATCH] Lower XY current to avoid overheating drivers. --- Marlin/Conditionals_LulzBot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index 2dd9abfb9..278300896 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -1276,7 +1276,7 @@ // Values for XYZ vary by printer model, values for E vary by toolhead. #if defined(LULZBOT_USE_EINSYRAMBO) - #define LULZBOT_MOTOR_CURRENT_XY 960 // mA + #define LULZBOT_MOTOR_CURRENT_XY 800 // mA #define LULZBOT_MOTOR_CURRENT_Z 960 // mA #if LULZBOT_MOTOR_CURRENT_E > 960