0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-01 12:27:13 +00:00

🩹 Fix ProUI compile without Advanced Pause

This commit is contained in:
Scott Lahteine 2023-07-27 23:03:36 -05:00
parent 6f8178598f
commit 2a82ca87b0

View file

@ -3437,7 +3437,10 @@ void drawMotionMenu() {
updateMenu(motionMenu);
}
#if ENABLED(ADVANCED_PAUSE_FEATURE)
#if HAS_PREHEAT
void drawPreheatHotendMenu() {
checkkey = ID_Menu;
if (SET_MENU(preheatHotendMenu, MSG_PREHEAT_HOTEND, 1 + PREHEAT_COUNT)) {
@ -3447,9 +3450,8 @@ void drawMotionMenu() {
}
updateMenu(preheatHotendMenu);
}
#endif
#if ENABLED(ADVANCED_PAUSE_FEATURE)
#endif
void drawFilamentManMenu() {
checkkey = ID_Menu;