diff --git a/Firmware/messages.c b/Firmware/messages.c index 8db87c528..9e7bad2a3 100644 --- a/Firmware/messages.c +++ b/Firmware/messages.c @@ -72,7 +72,6 @@ const char MSG_NO[] PROGMEM_I1 = ISTR("No"); ////c=4 const char MSG_NOZZLE[] PROGMEM_I1 = ISTR("Nozzle"); ////c=12 const char MSG_PAPER[] PROGMEM_I1 = ISTR("Place a sheet of paper under the nozzle during the calibration of first 4 points. If the nozzle catches the paper, power off the printer immediately."); ////c=20 r=10 const char MSG_PAUSE_PRINT[] PROGMEM_I1 = ISTR("Pause print");////c=18 -const char MSG_PINDA[] PROGMEM_I1 = ISTR("PINDA");////c=5 const char MSG_PLACE_STEEL_SHEET[] PROGMEM_I1 = ISTR("Please place steel sheet on heatbed."); ////c=20 r=5 const char MSG_PLEASE_WAIT[] PROGMEM_I1 = ISTR("Please wait"); ////c=20 const char MSG_POWER_FAILURES[] PROGMEM_I1 = ISTR("Power failures"); ////c=15 @@ -170,6 +169,7 @@ const char MSG_IR_UNKNOWN[] PROGMEM_I1 = ISTR("unknown state");////c=18 #endif //not internationalized messages +const char MSG_PINDA[] PROGMEM_N1 = ISTR("PINDA");////c=5 const char WELCOME_MSG[] PROGMEM_N1 = ISTR(CUSTOM_MENDEL_NAME " OK."); ////c=20 const char MSG_SD_WORKDIR_FAIL[] PROGMEM_N1 = "workDir open failed"; //// const char MSG_BROWNOUT_RESET[] PROGMEM_N1 = " Brown out Reset"; //// diff --git a/lang/lang_en.txt b/lang/lang_en.txt index fabf38e9f..6efa06d3c 100644 --- a/lang/lang_en.txt +++ b/lang/lang_en.txt @@ -607,9 +607,6 @@ #MSG_WIZARD_HEATING c=20 r=3 "Preheating nozzle. Please wait." -#MSG_PINDA c=5 -"PINDA" - #MSG_NEW_FIRMWARE_PLEASE_UPGRADE c=20 "Please upgrade." diff --git a/lang/lang_en_cz.txt b/lang/lang_en_cz.txt index 3e4f8ed55..83a40315f 100644 --- a/lang/lang_en_cz.txt +++ b/lang/lang_en_cz.txt @@ -810,10 +810,6 @@ "Preheating nozzle. Please wait." "Predehrev trysky. Prosim cekejte." -#MSG_PINDA c=5 -"PINDA" -"\x00" - #MSG_NEW_FIRMWARE_PLEASE_UPGRADE c=20 "Please upgrade." "Prosim aktualizujte." diff --git a/lang/lang_en_de.txt b/lang/lang_en_de.txt index 2bba196c0..9a4db6cb8 100644 --- a/lang/lang_en_de.txt +++ b/lang/lang_en_de.txt @@ -810,10 +810,6 @@ "Preheating nozzle. Please wait." "Vorheizen der Duese. Bitte warten." -#MSG_PINDA c=5 -"PINDA" -"\x00" - #MSG_NEW_FIRMWARE_PLEASE_UPGRADE c=20 "Please upgrade." "Bitte aktualisieren." diff --git a/lang/lang_en_es.txt b/lang/lang_en_es.txt index 81e6e5e36..0f39d8d6a 100644 --- a/lang/lang_en_es.txt +++ b/lang/lang_en_es.txt @@ -810,10 +810,6 @@ "Preheating nozzle. Please wait." "Precalentando nozzle. Espera por favor." -#MSG_PINDA c=5 -"PINDA" -"\x00" - #MSG_NEW_FIRMWARE_PLEASE_UPGRADE c=20 "Please upgrade." "Actualize por favor" diff --git a/lang/lang_en_fr.txt b/lang/lang_en_fr.txt index 9cb3e25d8..e8313fdd2 100644 --- a/lang/lang_en_fr.txt +++ b/lang/lang_en_fr.txt @@ -810,10 +810,6 @@ "Preheating nozzle. Please wait." "Prechauffage de la buse. Merci de patienter." -#MSG_PINDA c=5 -"PINDA" -"\x00" - #MSG_NEW_FIRMWARE_PLEASE_UPGRADE c=20 "Please upgrade." "Mettez a jour le FW." diff --git a/lang/lang_en_it.txt b/lang/lang_en_it.txt index e62fc779b..d842db52e 100644 --- a/lang/lang_en_it.txt +++ b/lang/lang_en_it.txt @@ -810,10 +810,6 @@ "Preheating nozzle. Please wait." "Preriscaldando l'ugello. Attendere prego." -#MSG_PINDA c=5 -"PINDA" -"\x00" - #MSG_NEW_FIRMWARE_PLEASE_UPGRADE c=20 "Please upgrade." "Prego aggiornare." diff --git a/lang/lang_en_nl.txt b/lang/lang_en_nl.txt index cbd8675db..20285ebd5 100644 --- a/lang/lang_en_nl.txt +++ b/lang/lang_en_nl.txt @@ -810,10 +810,6 @@ "Preheating nozzle. Please wait." "Opwarmen van de tuit. Wacht aub." -#MSG_PINDA c=5 -"PINDA" -"\x00" - #MSG_NEW_FIRMWARE_PLEASE_UPGRADE c=20 "Please upgrade." "Voer een upgrade uit" diff --git a/lang/lang_en_pl.txt b/lang/lang_en_pl.txt index 806429e09..3e9c5466c 100644 --- a/lang/lang_en_pl.txt +++ b/lang/lang_en_pl.txt @@ -810,10 +810,6 @@ "Preheating nozzle. Please wait." "Nagrzewanie dyszy. Prosze czekac." -#MSG_PINDA c=5 -"PINDA" -"\x00" - #MSG_NEW_FIRMWARE_PLEASE_UPGRADE c=20 "Please upgrade." "Prosze zaktualizowac"