Define #MSG_CALIBRATING_HOME c=20
This commit is contained in:
parent
c8af50d344
commit
2d2dc23e81
9 changed files with 9 additions and 9 deletions
|
@ -8425,7 +8425,7 @@ static int lcd_selftest_screen(TestScreen screen, int _progress, int _progress_s
|
|||
if (screen == TestScreen::FsensorOk) lcd_puts_P(_T(MSG_SELFTEST_CHECK_FSENSOR));
|
||||
if (screen == TestScreen::AllCorrect) lcd_puts_P(_i("All correct "));////MSG_SELFTEST_CHECK_ALLCORRECT c=20
|
||||
if (screen == TestScreen::Failed) lcd_puts_P(_T(MSG_SELFTEST_FAILED));
|
||||
if (screen == TestScreen::Home) lcd_puts_P(_i("Calibrating home"));////c=20
|
||||
if (screen == TestScreen::Home) lcd_puts_P(_i("Calibrating home"));////MSG_CALIBRATING_HOME c=20
|
||||
|
||||
lcd_puts_at_P(0, 1, separator);
|
||||
if ((screen >= TestScreen::ExtruderFan) && (screen <= TestScreen::FansOk))
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
#MSG_RECOVER_PRINT c=20 r=2
|
||||
"Blackout occurred. Recover print?"
|
||||
|
||||
# c=20
|
||||
#MSG_CALIBRATING_HOME c=20
|
||||
"Calibrating home"
|
||||
|
||||
#MSG_CALIBRATE_BED c=18
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Detekovan vypadek proudu.Obnovit tisk?"
|
||||
|
||||
# c=20
|
||||
#MSG_CALIBRATING_HOME c=20
|
||||
"Calibrating home"
|
||||
"Kalibruji vychozi poz."
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Stromausfall! Druck wiederherstellen?"
|
||||
|
||||
# c=20
|
||||
#MSG_CALIBRATING_HOME c=20
|
||||
"Calibrating home"
|
||||
"Kalibriere Start"
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Se fue la luz. Re- anudar la impresion?"
|
||||
|
||||
# c=20
|
||||
#MSG_CALIBRATING_HOME c=20
|
||||
"Calibrating home"
|
||||
"Calibrar posicion inicial"
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Coupure detectee. Reprendre impres.?"
|
||||
|
||||
# c=20
|
||||
#MSG_CALIBRATING_HOME c=20
|
||||
"Calibrating home"
|
||||
"Calib. mise a 0"
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Blackout rilevato. Recuperare stampa?"
|
||||
|
||||
# c=20
|
||||
#MSG_CALIBRATING_HOME c=20
|
||||
"Calibrating home"
|
||||
"Calibrazione Home"
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Stroomstoring. Print herstellen?"
|
||||
|
||||
# c=20
|
||||
#MSG_CALIBRATING_HOME c=20
|
||||
"Calibrating home"
|
||||
"Kalibreren start"
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Wykryto zanik napiecia.Kontynowac?"
|
||||
|
||||
# c=20
|
||||
#MSG_CALIBRATING_HOME c=20
|
||||
"Calibrating home"
|
||||
"Zerowanie osi"
|
||||
|
||||
|
|
Loading…
Reference in a new issue