Patch up some language formatting
This commit is contained in:
@ -721,7 +721,7 @@ static void lcd_implementation_status_screen() {
|
||||
lcd.print(itostr3(feedrate_percentage));
|
||||
lcd.print('%');
|
||||
|
||||
#if LCD_WIDTH > 19 && ENABLED(SDSUPPORT)
|
||||
#if LCD_WIDTH >= 20 && ENABLED(SDSUPPORT)
|
||||
|
||||
lcd.setCursor(7, 2);
|
||||
lcd_printPGM(PSTR("SD"));
|
||||
@ -731,7 +731,7 @@ static void lcd_implementation_status_screen() {
|
||||
lcd_printPGM(PSTR("---"));
|
||||
lcd.print('%');
|
||||
|
||||
#endif // LCD_WIDTH > 19 && SDSUPPORT
|
||||
#endif // LCD_WIDTH >= 20 && SDSUPPORT
|
||||
|
||||
lcd.setCursor(LCD_WIDTH - 6, 2);
|
||||
lcd.print(LCD_STR_CLOCK[0]);
|
||||
|
Reference in New Issue
Block a user