|
@@ -84,7 +84,7 @@ void menu_cancelobject();
|
84
|
84
|
START_MENU();
|
85
|
85
|
BACK_ITEM(MSG_ADVANCED_SETTINGS);
|
86
|
86
|
#define EDIT_CURRENT_PWM(LABEL,I) EDIT_ITEM_P(long5, PSTR(LABEL), &stepper.motor_current_setting[I], 100, 2000, stepper.refresh_motor_power)
|
87
|
|
- #if PIN_EXISTS(MOTOR_CURRENT_PWM_XY)
|
|
87
|
+ #if ANY_PIN(MOTOR_CURRENT_PWM_XY, MOTOR_CURRENT_PWM_X, MOTOR_CURRENT_PWM_Y)
|
88
|
88
|
EDIT_CURRENT_PWM(STR_X STR_Y, 0);
|
89
|
89
|
#endif
|
90
|
90
|
#if PIN_EXISTS(MOTOR_CURRENT_PWM_Z)
|