Browse Source

Always show Tune sub-menu (#13049)

Giuliano Zaro 6 years ago
parent
commit
31e213e427
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Marlin/src/lcd/menu/menu_main.cpp

+ 0
- 3
Marlin/src/lcd/menu/menu_main.cpp View File

106
     #if ENABLED(SDSUPPORT) || defined(ACTION_ON_CANCEL)
106
     #if ENABLED(SDSUPPORT) || defined(ACTION_ON_CANCEL)
107
       MENU_ITEM(submenu, MSG_STOP_PRINT, menu_abort_confirm);
107
       MENU_ITEM(submenu, MSG_STOP_PRINT, menu_abort_confirm);
108
     #endif
108
     #endif
109
-    #if !defined(ACTION_ON_RESUME) && ENABLED(SDSUPPORT)
110
-      if (card.isFileOpen())
111
-    #endif
112
     MENU_ITEM(submenu, MSG_TUNE, menu_tune);
109
     MENU_ITEM(submenu, MSG_TUNE, menu_tune);
113
   }
110
   }
114
   else {
111
   else {

Loading…
Cancel
Save