Fix MSG_SELFTEST_WIRINGERROR to c=18
This commit is contained in:
parent
3f51627c02
commit
c2cde83d7e
@ -97,7 +97,7 @@ const char MSG_SELFTEST_CHECK_BED[] PROGMEM_I1 = ISTR("Checking bed "); ////
|
||||
const char MSG_SELFTEST_CHECK_FSENSOR[] PROGMEM_I1 = ISTR("Checking sensors "); ////c=20
|
||||
const char MSG_SELFTEST_MOTOR[] PROGMEM_I1 = ISTR("Motor"); ////c=18
|
||||
const char MSG_SELFTEST_FILAMENT_SENSOR[] PROGMEM_I1 = ISTR("Filament sensor"); ////c=17
|
||||
const char MSG_SELFTEST_WIRINGERROR[] PROGMEM_I1 = ISTR("Wiring error"); ////c=17
|
||||
const char MSG_SELFTEST_WIRINGERROR[] PROGMEM_I1 = ISTR("Wiring error"); ////c=18
|
||||
const char MSG_SETTINGS[] PROGMEM_I1 = ISTR("Settings"); ////c=18
|
||||
const char MSG_TOTAL[] PROGMEM_I1 = ISTR("Total"); ////c=6
|
||||
const char MSG_TOTAL_FAILURES[] PROGMEM_I1 = ISTR("Total failures"); ////c=20
|
||||
|
@ -8075,7 +8075,7 @@ static void lcd_selftest_error(TestError testError, const char *_error_1, const
|
||||
case TestError::Endstops:
|
||||
lcd_puts_at_P(0, 2, _i("Endstops"));////MSG_SELFTEST_ENDSTOPS c=20
|
||||
lcd_puts_at_P(0, 3, _T(MSG_SELFTEST_WIRINGERROR));
|
||||
lcd_set_cursor(17, 3);
|
||||
lcd_set_cursor(18, 3);
|
||||
lcd_print(_error_1);
|
||||
break;
|
||||
case TestError::Motor:
|
||||
|
@ -916,7 +916,7 @@
|
||||
#MSG_UNLOAD_SUCCESSFUL c=20 r=2
|
||||
"Was filament unload successful?"
|
||||
|
||||
#MSG_SELFTEST_WIRINGERROR c=17
|
||||
#MSG_SELFTEST_WIRINGERROR c=18
|
||||
"Wiring error"
|
||||
|
||||
#MSG_WIZARD c=17
|
||||
|
@ -1222,7 +1222,7 @@
|
||||
"Was filament unload successful?"
|
||||
"Bylo vysunuti filamentu uspesne?"
|
||||
|
||||
#MSG_SELFTEST_WIRINGERROR c=17
|
||||
#MSG_SELFTEST_WIRINGERROR c=18
|
||||
"Wiring error"
|
||||
"Chyba zapojeni"
|
||||
|
||||
|
@ -1222,7 +1222,7 @@
|
||||
"Was filament unload successful?"
|
||||
"Konnten Sie das Filament entnehmen?"
|
||||
|
||||
#MSG_SELFTEST_WIRINGERROR c=17
|
||||
#MSG_SELFTEST_WIRINGERROR c=18
|
||||
"Wiring error"
|
||||
"Verdrahtungsfehler"
|
||||
|
||||
|
@ -1222,7 +1222,7 @@
|
||||
"Was filament unload successful?"
|
||||
"?Se cargocon exito el filamento?"
|
||||
|
||||
#MSG_SELFTEST_WIRINGERROR c=17
|
||||
#MSG_SELFTEST_WIRINGERROR c=18
|
||||
"Wiring error"
|
||||
"Error de conexion"
|
||||
|
||||
|
@ -1222,7 +1222,7 @@
|
||||
"Was filament unload successful?"
|
||||
"Dechargement du filament reussi?"
|
||||
|
||||
#MSG_SELFTEST_WIRINGERROR c=17
|
||||
#MSG_SELFTEST_WIRINGERROR c=18
|
||||
"Wiring error"
|
||||
"Erreur de cablage"
|
||||
|
||||
|
@ -1222,7 +1222,7 @@
|
||||
"Was filament unload successful?"
|
||||
"Filamento scaricato con successo?"
|
||||
|
||||
#MSG_SELFTEST_WIRINGERROR c=17
|
||||
#MSG_SELFTEST_WIRINGERROR c=18
|
||||
"Wiring error"
|
||||
"Errore cablaggio"
|
||||
|
||||
|
@ -1222,7 +1222,7 @@
|
||||
"Was filament unload successful?"
|
||||
"Is filament succes- vol verwijderd?"
|
||||
|
||||
#MSG_SELFTEST_WIRINGERROR c=17
|
||||
#MSG_SELFTEST_WIRINGERROR c=18
|
||||
"Wiring error"
|
||||
"Aansluitingsfout"
|
||||
|
||||
|
@ -1222,7 +1222,7 @@
|
||||
"Was filament unload successful?"
|
||||
"Rozladowanie fil. ok?"
|
||||
|
||||
#MSG_SELFTEST_WIRINGERROR c=17
|
||||
#MSG_SELFTEST_WIRINGERROR c=18
|
||||
"Wiring error"
|
||||
"Blad polaczenia"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user