Use named styles in draw_menu_item_static
This commit is contained in:
@@ -164,7 +164,7 @@ inline void action_mmu2_choose4() { action_mmu2_choose(4); }
|
||||
void menu_mmu2_choose_filament() {
|
||||
START_MENU();
|
||||
#if LCD_HEIGHT > 2
|
||||
STATIC_ITEM(MSG_MMU2_CHOOSE_FILAMENT_HEADER, true, true);
|
||||
STATIC_ITEM(MSG_MMU2_CHOOSE_FILAMENT_HEADER, SS_CENTER|SS_INVERT);
|
||||
#endif
|
||||
MENU_ITEM(function, MSG_MMU2_FILAMENT0, action_mmu2_choose0);
|
||||
MENU_ITEM(function, MSG_MMU2_FILAMENT1, action_mmu2_choose1);
|
||||
@@ -187,7 +187,7 @@ void menu_mmu2_pause() {
|
||||
currentTool = mmu2.get_current_tool();
|
||||
START_MENU();
|
||||
#if LCD_HEIGHT > 2
|
||||
STATIC_ITEM(MSG_MMU2_FILAMENT_CHANGE_HEADER, true, true);
|
||||
STATIC_ITEM(MSG_MMU2_FILAMENT_CHANGE_HEADER, SS_CENTER|SS_INVERT);
|
||||
#endif
|
||||
MENU_ITEM(function, MSG_MMU2_RESUME, action_mmu2_M600_resume);
|
||||
MENU_ITEM(function, MSG_MMU2_UNLOAD_FILAMENT, action_mmu2_M600_unload_filament);
|
||||
|
||||
Reference in New Issue
Block a user