Patch up some language formatting
This commit is contained in:
parent
8cffa60cc5
commit
6eb6f12c64
11 changed files with 58 additions and 59 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue