lcd.print(" ");
messagetext[0]='\0';
}
-
+#ifdef SDSUPPORT
static uint8_t oldpercent=101;
uint8_t percent=card.percentDone();
if(oldpercent!=percent ||force_lcd_update)
lcd.print(itostr3((int)percent));
lcdprintPGM("%SD");
}
-
+#endif
#else //smaller LCDS----------------------------------
static int olddegHotEnd0=-1;
static int oldtargetHotEnd0=-1;
void MainMenu::showPrepare()
{
+#ifdef ULTIPANEL
uint8_t line=0;
clearIfNecessary();
for(int8_t i=lineoffset;i<lineoffset+LCD_HEIGHT;i++)
line++;
}
updateActiveLines(ItemP_move,encoderpos);
+#endif
}
enum {
#endif
}
+
enum {ItemM_watch, ItemM_prepare, ItemM_control, ItemM_file };
void MainMenu::showMainMenu()
{