Fix Spindle/Laser Control menu (#20347)
This commit is contained in:
committed by
Scott Lahteine
parent
edb2a83e71
commit
3e68e4b418
@@ -170,7 +170,7 @@ void menu_main() {
|
||||
}
|
||||
|
||||
#if HAS_CUTTER
|
||||
SUBMENU(MSG_CUTTER(MENU), menu_spindle_laser);
|
||||
SUBMENU(MSG_CUTTER(MENU), STICKY_SCREEN(menu_spindle_laser));
|
||||
#endif
|
||||
|
||||
#if HAS_TEMPERATURE
|
||||
|
Reference in New Issue
Block a user