From ce2a113936a122e9a64a2237398b8d83aeeae14d Mon Sep 17 00:00:00 2001 From: grenite <8681541+Grenite@users.noreply.github.com> Date: Fri, 14 Jan 2022 20:14:39 -0500 Subject: [PATCH] Increase MOTOR_CURRENT_PWM_RANGE to 2900 to copensate for hardware overcurrent --- Marlin/src/pins/ramps/pins_ULTIMAIN_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/pins/ramps/pins_ULTIMAIN_2.h b/Marlin/src/pins/ramps/pins_ULTIMAIN_2.h index 448c79a8d2c8..5638b9285c0c 100644 --- a/Marlin/src/pins/ramps/pins_ULTIMAIN_2.h +++ b/Marlin/src/pins/ramps/pins_ULTIMAIN_2.h @@ -85,7 +85,7 @@ #define MOTOR_CURRENT_PWM_E_PIN 46 // Motor current PWM conversion, PWM value = MotorCurrentSetting * 255 / range #ifndef MOTOR_CURRENT_PWM_RANGE - #define MOTOR_CURRENT_PWM_RANGE 2000 + #define MOTOR_CURRENT_PWM_RANGE 2900 #endif #define DEFAULT_PWM_MOTOR_CURRENT {1300, 1300, 1250}