Browse Source

Lang - text "enqueing \"" removed from dictionary

Robert Pelnar 5 years ago
parent
commit
46fba48173

+ 2 - 2
Firmware/cmdqueue.cpp

@@ -286,7 +286,7 @@ void enquecommand(const char *cmd, bool from_progmem)
         else
             strcpy(cmdbuffer + bufindw + CMDHDRSIZE, cmd);
         SERIAL_ECHO_START;
-        SERIAL_ECHORPGM(_T(MSG_Enqueing));
+        SERIAL_ECHORPGM(MSG_Enqueing);
         SERIAL_ECHO(cmdbuffer + bufindw + CMDHDRSIZE);
         SERIAL_ECHOLNPGM("\"");
         bufindw += len + (CMDHDRSIZE + 1);
@@ -298,7 +298,7 @@ void enquecommand(const char *cmd, bool from_progmem)
 #endif /* CMDBUFFER_DEBUG */
     } else {
         SERIAL_ERROR_START;
-        SERIAL_ECHORPGM(_T(MSG_Enqueing));
+        SERIAL_ECHORPGM(MSG_Enqueing);
         if (from_progmem)
             SERIAL_PROTOCOLRPGM(cmd);
         else

+ 1 - 1
Firmware/messages.c

@@ -28,7 +28,6 @@ const char MSG_CRASHDETECT_ON[] PROGMEM_I1 = ISTR("Crash det.   [on]"); ////c=0
 const char MSG_ENDSTOP_HIT[] PROGMEM_I1 = ISTR("TRIGGERED"); ////c=0 r=0
 const char MSG_ENDSTOP_OPEN[] PROGMEM_I1 = ISTR("open"); ////c=0 r=0
 const char MSG_ENDSTOPS_HIT[] PROGMEM_I1 = ISTR("endstops hit: "); ////c=0 r=0
-const char MSG_Enqueing[] PROGMEM_I1 = ISTR("enqueing \""); ////c=0 r=0
 const char MSG_ERR_STOPPED[] PROGMEM_I1 = ISTR("Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"); ////c=0 r=0
 const char MSG_ERROR[] PROGMEM_I1 = ISTR("ERROR:"); ////c=0 r=0
 const char MSG_EXTRUDER[] PROGMEM_I1 = ISTR("Extruder"); ////c=17 r=1
@@ -122,3 +121,4 @@ const char MSG_Z_MIN[] PROGMEM_N1 = "z_min: "; ////c=0 r=0
 const char MSG_ZPROBE_OUT[] PROGMEM_N1 = "Z probe out. bed"; ////c=0 r=0
 const char MSG_ZPROBE_ZOFFSET[] PROGMEM_N1 = "Z Offset"; ////c=0 r=0
 const char MSG_TMC_OVERTEMP[] PROGMEM_N1 = "TMC DRIVER OVERTEMP"; ////c=0 r=0
+const char MSG_Enqueing[] PROGMEM_N1 = "enqueing \""; ////c=0 r=0

+ 0 - 3
lang/lang_en.txt

@@ -217,9 +217,6 @@
 #MSG_SELFTEST_ENDSTOPS c=0 r=0
 "Endstops"
 
-#MSG_Enqueing c=0 r=0
-"enqueing \x22"
-
 #MSG_STACK_ERROR c=20 r=4
 "Error - static memory has been overwritten"
 

+ 0 - 4
lang/lang_en_cz.txt

@@ -290,10 +290,6 @@
 "Endstops"
 "Konc. spinace"
 
-#MSG_Enqueing c=0 r=0
-"enqueing \x22"
-"\x00"
-
 #MSG_STACK_ERROR c=20 r=4
 "Error - static memory has been overwritten"
 "Chyba - Doslo k prepisu staticke pameti!"

+ 0 - 4
lang/lang_en_de.txt

@@ -290,10 +290,6 @@
 "Endstops"
 "Endschalter"
 
-#MSG_Enqueing c=0 r=0
-"enqueing \x22"
-"\x00"
-
 #MSG_STACK_ERROR c=20 r=4
 "Error - static memory has been overwritten"
 "Fehler - statischer Speicher wurde ueberschrieben"

+ 0 - 4
lang/lang_en_es.txt

@@ -290,10 +290,6 @@
 "Endstops"
 "\x00"
 
-#MSG_Enqueing c=0 r=0
-"enqueing \x22"
-"\x00"
-
 #MSG_STACK_ERROR c=20 r=4
 "Error - static memory has been overwritten"
 "Error - se ha sobre-escrito la memoria estatica"

+ 0 - 4
lang/lang_en_fr.txt

@@ -290,10 +290,6 @@
 "Endstops"
 "Butees"
 
-#MSG_Enqueing c=0 r=0
-"enqueing \x22"
-"\x00"
-
 #MSG_STACK_ERROR c=20 r=4
 "Error - static memory has been overwritten"
 "Erreur - la memoire statique a ete ecrasee"

+ 0 - 4
lang/lang_en_it.txt

@@ -290,10 +290,6 @@
 "Endstops"
 "Finecorsa"
 
-#MSG_Enqueing c=0 r=0
-"enqueing \x22"
-"\x00"
-
 #MSG_STACK_ERROR c=20 r=4
 "Error - static memory has been overwritten"
 "Errore - la memoria statica e stata sovrascritta"

+ 0 - 4
lang/lang_en_pl.txt

@@ -290,10 +290,6 @@
 "Endstops"
 "Krancowki"
 
-#MSG_Enqueing c=0 r=0
-"enqueing \x22"
-"\x00"
-
 #MSG_STACK_ERROR c=20 r=4
 "Error - static memory has been overwritten"
 "Blad - pamiec statyczna zostala nadpisana"