another lcd_puts_at_P
This commit is contained in:
parent
3ccd1b2b2b
commit
37c431abd9
1 changed files with 1 additions and 2 deletions
|
@ -8654,8 +8654,7 @@ static int lcd_selftest_screen(TestScreen screen, int _progress, int _progress_s
|
|||
if (screen == TestScreen::Failed) lcd_puts_P(_T(MSG_SELFTEST_FAILED));
|
||||
if (screen == TestScreen::Home) lcd_puts_P(_i("Calibrating home"));////c=20 r=1
|
||||
|
||||
lcd_set_cursor(0, 1);
|
||||
lcd_puts_P(separator);
|
||||
lcd_puts_at_P(0, 1, separator);
|
||||
if ((screen >= TestScreen::ExtruderFan) && (screen <= TestScreen::FansOk))
|
||||
{
|
||||
//SERIAL_ECHOLNPGM("Fan test");
|
||||
|
|
Loading…
Reference in a new issue