🩹 Fix Ultimain 2 MOTOR_CURRENT_PWM_RANGE (#27705)

This commit is contained in:
Norman Chong
2025-04-28 23:18:59 -04:00
committed by GitHub
parent 85f6090f20
commit 827c03b056

View File

@@ -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}