Prusa MMU2 (#12967)
This commit is contained in:
@ -86,6 +86,10 @@ void menu_abort_confirm() {
|
||||
END_MENU();
|
||||
}
|
||||
|
||||
#if ENABLED(PRUSA_MMU2)
|
||||
#include "../../feature/prusa_MMU2/mmu2_menu.h"
|
||||
#endif
|
||||
|
||||
void menu_tune();
|
||||
void menu_motion();
|
||||
void menu_temperature();
|
||||
@ -138,6 +142,10 @@ void menu_main() {
|
||||
|
||||
MENU_ITEM(submenu, MSG_MOTION, menu_motion);
|
||||
MENU_ITEM(submenu, MSG_TEMPERATURE, menu_temperature);
|
||||
|
||||
#if ENABLED(MMU2_MENUS)
|
||||
MENU_ITEM(submenu, MSG_MMU2_MENU, menu_mmu2);
|
||||
#endif
|
||||
}
|
||||
|
||||
MENU_ITEM(submenu, MSG_CONFIGURATION, menu_configuration);
|
||||
|
Reference in New Issue
Block a user