Define #MSG_RUNOUTS c=7
This commit is contained in:
parent
76e7032279
commit
acbdc2ac8d
@ -1557,10 +1557,10 @@ static void lcd_menu_fails_stats_total()
|
|||||||
//!
|
//!
|
||||||
//! @code{.unparsed}
|
//! @code{.unparsed}
|
||||||
//! |01234567890123456789|
|
//! |01234567890123456789|
|
||||||
//! |Last print failures | c=20 r=1
|
//! |Last print failures | MSG_LAST_PRINT_FAILURES c=20
|
||||||
//! | Power failures 000| c=14 r=1
|
//! | Power failures 000| MSG_POWER_FAILURES c=14
|
||||||
//! | Runouts H 000 S 000| c=14 r=1
|
//! | Runouts H 000 S 000| MSG_RUNOUTS c=7
|
||||||
//! | Crash X:000 Y:000| c=7 r=1
|
//! | Crash X:000 Y:000| MSG_CRASH c=7
|
||||||
//! ----------------------
|
//! ----------------------
|
||||||
//! @endcode
|
//! @endcode
|
||||||
|
|
||||||
@ -1587,7 +1587,7 @@ static void lcd_menu_fails_stats_print()
|
|||||||
" %-7.7S X %-3d Y %-3d"),
|
" %-7.7S X %-3d Y %-3d"),
|
||||||
_T(MSG_LAST_PRINT_FAILURES), ////c=20
|
_T(MSG_LAST_PRINT_FAILURES), ////c=20
|
||||||
_T(MSG_POWER_FAILURES), power, ////c=15
|
_T(MSG_POWER_FAILURES), power, ////c=15
|
||||||
_i("Runouts"), filam, fsensor_softfail, //c=7
|
_i("Runouts"), filam, fsensor_softfail, //MSG_RUNOUTS c=7
|
||||||
_T(MSG_CRASH), crashX, crashY); ////c=7
|
_T(MSG_CRASH), crashX, crashY); ////c=7
|
||||||
#endif
|
#endif
|
||||||
menu_back_if_clicked_fb();
|
menu_back_if_clicked_fb();
|
||||||
|
@ -796,7 +796,7 @@
|
|||||||
#MSG_SOUND c=7
|
#MSG_SOUND c=7
|
||||||
"Sound"
|
"Sound"
|
||||||
|
|
||||||
# c=7
|
#MSG_RUNOUTS c=7
|
||||||
"Runouts"
|
"Runouts"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1062,7 +1062,7 @@
|
|||||||
"Sound"
|
"Sound"
|
||||||
"Zvuk"
|
"Zvuk"
|
||||||
|
|
||||||
# c=7
|
#MSG_RUNOUTS c=7
|
||||||
"Runouts"
|
"Runouts"
|
||||||
"\x00"
|
"\x00"
|
||||||
|
|
||||||
|
@ -1062,7 +1062,7 @@
|
|||||||
"Sound"
|
"Sound"
|
||||||
"Ton"
|
"Ton"
|
||||||
|
|
||||||
# c=7
|
#MSG_RUNOUTS c=7
|
||||||
"Runouts"
|
"Runouts"
|
||||||
"\x00"
|
"\x00"
|
||||||
|
|
||||||
|
@ -1062,7 +1062,7 @@
|
|||||||
"Sound"
|
"Sound"
|
||||||
"Sonido"
|
"Sonido"
|
||||||
|
|
||||||
# c=7
|
#MSG_RUNOUTS c=7
|
||||||
"Runouts"
|
"Runouts"
|
||||||
"\x00"
|
"\x00"
|
||||||
|
|
||||||
|
@ -1062,7 +1062,7 @@
|
|||||||
"Sound"
|
"Sound"
|
||||||
"Son"
|
"Son"
|
||||||
|
|
||||||
# c=7
|
#MSG_RUNOUTS c=7
|
||||||
"Runouts"
|
"Runouts"
|
||||||
"\x00"
|
"\x00"
|
||||||
|
|
||||||
|
@ -1062,7 +1062,7 @@
|
|||||||
"Sound"
|
"Sound"
|
||||||
"Suono"
|
"Suono"
|
||||||
|
|
||||||
# c=7
|
#MSG_RUNOUTS c=7
|
||||||
"Runouts"
|
"Runouts"
|
||||||
"Esaurim"
|
"Esaurim"
|
||||||
|
|
||||||
|
@ -1062,7 +1062,7 @@
|
|||||||
"Sound"
|
"Sound"
|
||||||
"Geluid"
|
"Geluid"
|
||||||
|
|
||||||
# c=7
|
#MSG_RUNOUTS c=7
|
||||||
"Runouts"
|
"Runouts"
|
||||||
"\x00"
|
"\x00"
|
||||||
|
|
||||||
|
@ -1062,7 +1062,7 @@
|
|||||||
"Sound"
|
"Sound"
|
||||||
"Dzwiek"
|
"Dzwiek"
|
||||||
|
|
||||||
# c=7
|
#MSG_RUNOUTS c=7
|
||||||
"Runouts"
|
"Runouts"
|
||||||
"Konce f"
|
"Konce f"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user