another lcd_puts_at_P

This commit is contained in:
Voinea Dragos 2021-01-22 19:44:46 +02:00
parent 3ccd1b2b2b
commit 37c431abd9

View file

@ -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");