|| isPrintPaused is already in PRINTER_ACTIVE

This commit is contained in:
3d-gussner 2021-02-22 18:21:20 +01:00
parent fd154e4b69
commit 30b60e44d2

View file

@ -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