Update "Calibrating home" c= value
This commit is contained in:
parent
693f8d54cf
commit
9a719fd0b9
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 r=1
|
||||
if (screen == TestScreen::Home) lcd_puts_P(_i("Calibrating home"));////c=20
|
||||
|
||||
lcd_puts_at_P(0, 1, separator);
|
||||
if ((screen >= TestScreen::ExtruderFan) && (screen <= TestScreen::FansOk))
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
#MSG_RECOVER_PRINT c=20 r=2
|
||||
"Blackout occurred. Recover print?"
|
||||
|
||||
#
|
||||
# c=20
|
||||
"Calibrating home"
|
||||
|
||||
#MSG_CALIBRATE_BED
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Detekovan vypadek proudu.Obnovit tisk?"
|
||||
|
||||
#
|
||||
# c=20
|
||||
"Calibrating home"
|
||||
"Kalibruji vychozi poz."
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Stromausfall! Druck wiederherstellen?"
|
||||
|
||||
#
|
||||
# c=20
|
||||
"Calibrating home"
|
||||
"Kalibriere Start"
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Se fue la luz. ?Reanudar la impresion?"
|
||||
|
||||
#
|
||||
# c=20
|
||||
"Calibrating home"
|
||||
"Calibrando posicion inicial"
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Coupure detectee. Reprendre impression?"
|
||||
|
||||
#
|
||||
# c=20
|
||||
"Calibrating home"
|
||||
"Calib. mise a 0"
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Blackout rilevato. Recuperare la stampa?"
|
||||
|
||||
#
|
||||
# c=20
|
||||
"Calibrating home"
|
||||
"Calibrazione Home"
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Stroomstoring. Print herstellen?"
|
||||
|
||||
#
|
||||
# c=20
|
||||
"Calibrating home"
|
||||
"Kalibreren start"
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
"Blackout occurred. Recover print?"
|
||||
"Wykryto zanik napiecia. Kontynowac?"
|
||||
|
||||
#
|
||||
# c=20
|
||||
"Calibrating home"
|
||||
"Zerowanie osi"
|
||||
|
||||
|
|
Loading…
Reference in a new issue