`|| isPrintPaused` is already in `PRINTER_ACTIVE`
This commit is contained in:
parent
fd154e4b69
commit
30b60e44d2
|
|
@ -6699,7 +6699,7 @@ static void lcd_main_menu()
|
|||
if (farm_mode)
|
||||
MENU_ITEM_FUNCTION_P(_T(MSG_FILAMENTCHANGE), lcd_colorprint_change);//8
|
||||
|
||||
if ( moves_planned() || PRINTER_ACTIVE || isPrintPaused ) {
|
||||
if ( moves_planned() || PRINTER_ACTIVE ) {
|
||||
MENU_ITEM_SUBMENU_P(_i("Tune"), lcd_tune_menu);////MSG_TUNE
|
||||
} else {
|
||||
MENU_ITEM_SUBMENU_P(_i("Preheat"), lcd_preheat_menu);////MSG_PREHEAT
|
||||
|
|
|
|||
Loading…
Reference in New Issue