From 827c03b05648ea994496319d0e00904c587d0c8f Mon Sep 17 00:00:00 2001 From: Norman Chong <8681541+Grenite@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:18:59 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20Ultimain=202=20MOTOR=5FCUR?= =?UTF-8?q?RENT=5FPWM=5FRANGE=20(#27705)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 4633bfc037..b7b04352d0 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}