Update MSG_AMBIENT c=14
This commit is contained in:
parent
178fe36dc7
commit
fe1b4e50be
@ -1708,7 +1708,7 @@ static void lcd_menu_temperatures_line(const char *ipgmLabel, int value){
|
||||
//! |01234567890123456789|
|
||||
//! | Nozzle: 000D| c=14 r=1
|
||||
//! | Bed: 000D| c=14 r=1
|
||||
//! | Ambient: 000D| c=14 r=1
|
||||
//! | Ambient: 000D| c=14
|
||||
//! | PINDA: 000D| c=14 r=1
|
||||
//! ----------------------
|
||||
//! D - Degree sysmbol LCD_STR_DEGREE
|
||||
@ -1721,7 +1721,7 @@ static void lcd_menu_temperatures()
|
||||
lcd_menu_temperatures_line( _T(MSG_NOZZLE), (int)current_temperature[0] ); ////c=14 r=1
|
||||
lcd_menu_temperatures_line( _T(MSG_BED), (int)current_temperature_bed ); ////c=14 r=1
|
||||
#ifdef AMBIENT_THERMISTOR
|
||||
lcd_menu_temperatures_line( _i("Ambient"), (int)current_temperature_ambient ); ////c=14 r=1
|
||||
lcd_menu_temperatures_line( _i("Ambient"), (int)current_temperature_ambient ); ////MSG_AMBIENT c=14
|
||||
#endif //AMBIENT_THERMISTOR
|
||||
#ifdef PINDA_THERMISTOR
|
||||
lcd_menu_temperatures_line( _i("PINDA"), (int)current_temperature_pinda ); ////c=14
|
||||
|
@ -37,7 +37,7 @@
|
||||
#MSG_WIZARD_DONE c=20 r=8
|
||||
"All is done. Happy printing!"
|
||||
|
||||
#
|
||||
#MSG_AMBIENT c=14
|
||||
"Ambient"
|
||||
|
||||
#MSG_AUTO c=6
|
||||
|
@ -50,7 +50,7 @@
|
||||
"All is done. Happy printing!"
|
||||
"Vse je hotovo."
|
||||
|
||||
#
|
||||
#MSG_AMBIENT c=14
|
||||
"Ambient"
|
||||
"Okoli"
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
"All is done. Happy printing!"
|
||||
"Alles abgeschlossen. Viel Spass beim Drucken!"
|
||||
|
||||
#
|
||||
#MSG_AMBIENT c=14
|
||||
"Ambient"
|
||||
"Raumtemp."
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
"All is done. Happy printing!"
|
||||
"Terminado! Feliz impresion!"
|
||||
|
||||
#
|
||||
#MSG_AMBIENT c=14
|
||||
"Ambient"
|
||||
"Ambiente"
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
"All is done. Happy printing!"
|
||||
"Tout est pret. Bonne impression!"
|
||||
|
||||
#
|
||||
#MSG_AMBIENT c=14
|
||||
"Ambient"
|
||||
"Ambiant"
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
"All is done. Happy printing!"
|
||||
"Tutto fatto. Buona stampa!"
|
||||
|
||||
#
|
||||
#MSG_AMBIENT c=14
|
||||
"Ambient"
|
||||
"Ambiente"
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
"All is done. Happy printing!"
|
||||
"Klaar. Happy printing!"
|
||||
|
||||
#
|
||||
#MSG_AMBIENT c=14
|
||||
"Ambient"
|
||||
"Kamertemp."
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
"All is done. Happy printing!"
|
||||
"Gotowe. Udanego drukowania!"
|
||||
|
||||
#
|
||||
#MSG_AMBIENT c=14
|
||||
"Ambient"
|
||||
"Otoczenie"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user