diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index 3500fef1a..835cb89b9 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -1549,7 +1549,7 @@ void setup() } #ifdef TEMP_MODEL else if (calibration_status() == CALIBRATION_STATUS_TEMP_MODEL_CALIBRATION) { - lcd_show_fullscreen_message_and_wait_P(_i("Temp model calibration not calibrated yet."));////MSG_TEMP_MODEL_NOT_CAL c=20 c=4 + lcd_show_fullscreen_message_and_wait_P(_T(MSG_TM_NOT_CAL)); lcd_update_enable(true); } #endif //TEMP_MODEL @@ -3414,7 +3414,7 @@ bool gcode_M45(bool onlyZ, int8_t verbosity_level) { #ifdef TEMP_MODEL calibration_status_store(CALIBRATION_STATUS_TEMP_MODEL_CALIBRATION); - if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) != 1) lcd_show_fullscreen_message_and_wait_P(_i("Temp model calibration not calibrated yet.")); + if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) != 1) lcd_show_fullscreen_message_and_wait_P(_T(MSG_TM_NOT_CAL)); #else // Calibration valid, the machine should be able to print. Advise the user to run the V2Calibration.gcode. calibration_status_store(CALIBRATION_STATUS_LIVE_ADJUST); diff --git a/Firmware/messages.cpp b/Firmware/messages.cpp index 308988813..54bf4adc3 100644 --- a/Firmware/messages.cpp +++ b/Firmware/messages.cpp @@ -164,6 +164,7 @@ const char MSG_IR_UNKNOWN[] PROGMEM_I1 = ISTR("unknown state");////MSG_IR_UNKNOW extern const char MSG_PAUSED_THERMAL_ERROR[] PROGMEM_I1 = ISTR("PAUSED THERMAL ERROR");////MSG_PAUSED_THERMAL_ERROR c=20 #ifdef TEMP_MODEL extern const char MSG_THERMAL_ANOMALY[] PROGMEM_I1 = ISTR("THERMAL ANOMALY");////MSG_THERMAL_ANOMALY c=20 +extern const char MSG_TM_NOT_CAL[] PROGMEM_I1 = ISTR("Temp model not calibrated yet.");////MSG_TM_NOT_CAL c=20 r=4 #endif //not internationalized messages diff --git a/Firmware/messages.h b/Firmware/messages.h index 2c7015342..a0cfd2e1b 100644 --- a/Firmware/messages.h +++ b/Firmware/messages.h @@ -168,6 +168,7 @@ extern const char MSG_IR_UNKNOWN[]; extern const char MSG_PAUSED_THERMAL_ERROR[]; #ifdef TEMP_MODEL extern const char MSG_THERMAL_ANOMALY[]; +extern const char MSG_TM_NOT_CAL[]; #endif //not internationalized messages diff --git a/lang/po/Firmware.pot b/lang/po/Firmware.pot index 5578f3365..e8cc1362c 100644 --- a/lang/po/Firmware.pot +++ b/lang/po/Firmware.pot @@ -1720,6 +1720,17 @@ msgstr "" msgid "THERMAL ANOMALY" msgstr "" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "" + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "" + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_cs.po b/lang/po/Firmware_cs.po index aaa8d1714..79d7533a3 100644 --- a/lang/po/Firmware_cs.po +++ b/lang/po/Firmware_cs.po @@ -1780,6 +1780,17 @@ msgstr "Prohozene" msgid "THERMAL ANOMALY" msgstr "TEPLOTNI VYJIMKA" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "Kalkulace teplotního modelu trvá přibližně. 12 minut." + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "Teplotní model zatím nebyl kalibrován." + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_da.po b/lang/po/Firmware_da.po index 0620c7ce6..6181b597b 100644 --- a/lang/po/Firmware_da.po +++ b/lang/po/Firmware_da.po @@ -1731,6 +1731,17 @@ msgstr "" msgid "THERMAL ANOMALY" msgstr "" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "" + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "" + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_de.po b/lang/po/Firmware_de.po index 5cd08f2f7..36813f8c3 100644 --- a/lang/po/Firmware_de.po +++ b/lang/po/Firmware_de.po @@ -1794,6 +1794,17 @@ msgstr "Ausgetauscht" msgid "THERMAL ANOMALY" msgstr "THERMISCHE ANOMALIE" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "Die Kalibrierung des Temperaturmodells dauert etwa 12 Minuten." + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "Das Temperaturmodell ist noch nicht kalibriert." + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_es.po b/lang/po/Firmware_es.po index ffa9bb747..e4e17fd43 100644 --- a/lang/po/Firmware_es.po +++ b/lang/po/Firmware_es.po @@ -1797,6 +1797,17 @@ msgstr "Intercambiado" msgid "THERMAL ANOMALY" msgstr "ANOMALIA TERMICA" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "La calibración del modelo de temperatura tarda aprox. 12 minutos." + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "El modelo de temperatura aún no está calibrado." + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_fr.po b/lang/po/Firmware_fr.po index b4cd2b05b..f9f858982 100644 --- a/lang/po/Firmware_fr.po +++ b/lang/po/Firmware_fr.po @@ -1800,6 +1800,17 @@ msgstr "Echange" msgid "THERMAL ANOMALY" msgstr "ANOMALIE THERMIQUE" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "L'étalonnage du modèle de température prend environ 12 minutes." + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "Le modèle de température n'est pas encore calibré." + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_hr.po b/lang/po/Firmware_hr.po index a180a23a9..cecd48ac2 100644 --- a/lang/po/Firmware_hr.po +++ b/lang/po/Firmware_hr.po @@ -1787,6 +1787,17 @@ msgstr "Zamjenjeno" msgid "THERMAL ANOMALY" msgstr "TERMALNA ANOMALIJA" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "" + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "" + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_hu.po b/lang/po/Firmware_hu.po index 784b94897..b9aa55c01 100644 --- a/lang/po/Firmware_hu.po +++ b/lang/po/Firmware_hu.po @@ -1789,6 +1789,17 @@ msgstr "Felcserelve" msgid "THERMAL ANOMALY" msgstr "Homersekl. anomalia" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "" + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "" + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_it.po b/lang/po/Firmware_it.po index efdefcb03..6c3ed58b8 100644 --- a/lang/po/Firmware_it.po +++ b/lang/po/Firmware_it.po @@ -1790,6 +1790,17 @@ msgstr "Scambiato" msgid "THERMAL ANOMALY" msgstr "ANOMALIA TERMICA" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "La calibrazione del modello di temperatura richiede circa 12 minuti." + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "Modello di temperatura non ancora calibrato." + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_lb.po b/lang/po/Firmware_lb.po index 571d96078..58e575a2e 100644 --- a/lang/po/Firmware_lb.po +++ b/lang/po/Firmware_lb.po @@ -1731,6 +1731,17 @@ msgstr "" msgid "THERMAL ANOMALY" msgstr "" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "" + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "" + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_lt.po b/lang/po/Firmware_lt.po index 0b863189b..eb72e791f 100644 --- a/lang/po/Firmware_lt.po +++ b/lang/po/Firmware_lt.po @@ -1731,6 +1731,17 @@ msgstr "" msgid "THERMAL ANOMALY" msgstr "" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "" + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "" + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_nl.po b/lang/po/Firmware_nl.po index 7801321be..9c15b4dbe 100644 --- a/lang/po/Firmware_nl.po +++ b/lang/po/Firmware_nl.po @@ -1796,6 +1796,17 @@ msgstr "Gewisseld" msgid "THERMAL ANOMALY" msgstr "THERMISCHE ANOMALIE" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "Kalibratie van het tempmodel duurt ongeveer. 12 minuten." + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "Temp model nog niet gekalibreerd." + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_no.po b/lang/po/Firmware_no.po index 9cbd9a7a1..e513a2d5d 100644 --- a/lang/po/Firmware_no.po +++ b/lang/po/Firmware_no.po @@ -1771,6 +1771,17 @@ msgstr "Byttet" msgid "THERMAL ANOMALY" msgstr "THERMISK ANOMALI" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "" + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "" + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_pl.po b/lang/po/Firmware_pl.po index 69a57a736..fd7cfb7d3 100644 --- a/lang/po/Firmware_pl.po +++ b/lang/po/Firmware_pl.po @@ -1785,6 +1785,17 @@ msgstr "Zamieniono" msgid "THERMAL ANOMALY" msgstr "THERMAL ANOMALY" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "Kalibracja modelu temperatury trwa ok. 12 minut." + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "Model temperatury jeszcze nie skalibrowany." + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_ro.po b/lang/po/Firmware_ro.po index cabc78fa1..0b712f495 100644 --- a/lang/po/Firmware_ro.po +++ b/lang/po/Firmware_ro.po @@ -1787,6 +1787,17 @@ msgstr "inversate" msgid "THERMAL ANOMALY" msgstr "ANOMALIE TERMICA" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "" + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "" + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_sk.po b/lang/po/Firmware_sk.po index 96effa882..1deec7bad 100644 --- a/lang/po/Firmware_sk.po +++ b/lang/po/Firmware_sk.po @@ -1779,6 +1779,17 @@ msgstr "Prehodene" msgid "THERMAL ANOMALY" msgstr "THERMAL ANOMALY" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "" + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "" + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_sl.po b/lang/po/Firmware_sl.po index 3e3c5cc4b..1ed29fd05 100644 --- a/lang/po/Firmware_sl.po +++ b/lang/po/Firmware_sl.po @@ -1731,6 +1731,17 @@ msgstr "" msgid "THERMAL ANOMALY" msgstr "" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "" + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "" + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature" diff --git a/lang/po/Firmware_sv.po b/lang/po/Firmware_sv.po index 03639995a..c0775a160 100644 --- a/lang/po/Firmware_sv.po +++ b/lang/po/Firmware_sv.po @@ -1788,6 +1788,17 @@ msgstr "Utbytt" msgid "THERMAL ANOMALY" msgstr "TERMISK ANOMALI" +#. MSG_TM_CAL c=20 r=4 +#: ../../Firmware/ultralcd.cpp:4054 +msgid "Temp model cal. takes apporx. 12 mins." +msgstr "" + +#. MSG_TM_NOT_CAL c=20 r=4 +#: ../../Firmware/Marlin_main.cpp:1527 ../../Firmware/Marlin_main.cpp:3404 +#: ../../Firmware/messages.cpp:170 +msgid "Temp model not calibrated yet." +msgstr "" + #. MSG_TEMPERATURE c=18 #: ../../Firmware/ultralcd.cpp:4816 msgid "Temperature"