|| isPrintPaused
is already in PRINTER_ACTIVE
This commit is contained in:
parent
fd154e4b69
commit
30b60e44d2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue