Also show the tune menu when USB printing.

hackerspace-green
daid303 2013-02-20 00:54:44 +01:00
parent 63da4dc59a
commit de3dec7215
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ static void lcd_main_menu()
{
START_MENU();
MENU_ITEM(back, MSG_WATCH, lcd_status_screen);
if (IS_SD_PRINTING)
if (movesplanned() || IS_SD_PRINTING)
{
MENU_ITEM(submenu, MSG_TUNE, lcd_tune_menu);
}else{