Spindle/Laser power in planner blocks (#14437)
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
if (cutter.enabled()) {
|
||||
#if ENABLED(SPINDLE_LASER_PWM)
|
||||
EDIT_ITEM(CUTTER_MENU_TYPE, MSG_CUTTER(POWER), &cutter.power, SPEED_POWER_MIN, SPEED_POWER_MAX, cutter.update_output);
|
||||
EDIT_ITEM(CUTTER_MENU_TYPE, MSG_CUTTER(POWER), &cutter.power, SPEED_POWER_MIN, SPEED_POWER_MAX);
|
||||
#endif
|
||||
ACTION_ITEM(MSG_CUTTER(OFF), cutter.disable);
|
||||
}
|
||||
|
Reference in New Issue
Block a user