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