Browse Source

another lcd_puts_at_P

Voinea Dragos 3 years ago
parent
commit
37c431abd9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Firmware/ultralcd.cpp

+ 1 - 2
Firmware/ultralcd.cpp

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