Show mixer and temperature menus while printing
This commit is contained in:
parent
8d271f20fe
commit
3e2a4c3b26
@ -155,17 +155,18 @@ void menu_main() {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
MENU_ITEM(submenu, MSG_MOTION, menu_motion);
|
MENU_ITEM(submenu, MSG_MOTION, menu_motion);
|
||||||
MENU_ITEM(submenu, MSG_TEMPERATURE, menu_temperature);
|
|
||||||
|
|
||||||
#if ENABLED(MIXING_EXTRUDER)
|
|
||||||
MENU_ITEM(submenu, MSG_MIXER, menu_mixer);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if ENABLED(MMU2_MENUS)
|
|
||||||
MENU_ITEM(submenu, MSG_MMU2_MENU, menu_mmu2);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MENU_ITEM(submenu, MSG_TEMPERATURE, menu_temperature);
|
||||||
|
|
||||||
|
#if ENABLED(MIXING_EXTRUDER)
|
||||||
|
MENU_ITEM(submenu, MSG_MIXER, menu_mixer);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(MMU2_MENUS)
|
||||||
|
if (!busy) MENU_ITEM(submenu, MSG_MMU2_MENU, menu_mmu2);
|
||||||
|
#endif
|
||||||
|
|
||||||
MENU_ITEM(submenu, MSG_CONFIGURATION, menu_configuration);
|
MENU_ITEM(submenu, MSG_CONFIGURATION, menu_configuration);
|
||||||
|
|
||||||
#if ENABLED(CUSTOM_USER_MENUS)
|
#if ENABLED(CUSTOM_USER_MENUS)
|
||||||
|
Loading…
Reference in New Issue
Block a user