Skip to content

Commit

Permalink
Merge branch 'PFW-1189' of github.com:3d-gussner/Prusa-Firmware into …
Browse files Browse the repository at this point in the history
…PFW-1189
  • Loading branch information
D.R.racer committed Apr 29, 2021
2 parents 0e3d493 + a9ae8ea commit a2326ff
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Firmware/messages.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ const char MSG_V2_CALIBRATION[] PROGMEM_I1 = ISTR("First layer cal."); ////c=18
const char MSG_OFF[] PROGMEM_I1 = ISTR("Off"); ////c=3
const char MSG_ON[] PROGMEM_I1 = ISTR("On"); ////c=3
const char MSG_NA[] PROGMEM_I1 = ISTR("N/A"); ////c=3
const char MSG_AUTO_DEPLETE[] PROGMEM_I1 = ISTR("SpoolJoin"); ////c=13
const char MSG_CUTTER[] PROGMEM_I1 = ISTR("Cutter"); ////c=9
const char MSG_NONE[] PROGMEM_I1 = ISTR("None"); ////c=8
const char MSG_WARN[] PROGMEM_I1 = ISTR("Warn"); ////c=8
Expand Down Expand Up @@ -167,6 +166,7 @@ const char MSG_IR_UNKNOWN[] PROGMEM_I1 = ISTR("unknown state");////c=18
#endif

//not internationalized messages
const char MSG_AUTO_DEPLETE[] PROGMEM_N1 = ISTR("SpoolJoin"); ////c=13
const char MSG_FIRMWARE[] PROGMEM_N1 = ISTR("Firmware"); ////c=8
const char MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY[] PROGMEM_N1 = ISTR("FlashAir"); ////c=8
const char MSG_PINDA[] PROGMEM_N1 = ISTR("PINDA");////c=5
Expand Down
3 changes: 0 additions & 3 deletions lang/lang_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
#MSG_CONFIRM_CARRIAGE_AT_THE_TOP c=20 r=2
"Are left and right Z~carriages all up?"

#MSG_AUTO_DEPLETE c=13
"SpoolJoin"

#MSG_AUTO_HOME c=18
"Auto home"

Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_cz.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"Are left and right Z~carriages all up?"
"Dojely oba Z voziky k~hornimu dorazu?"

#MSG_AUTO_DEPLETE c=13
"SpoolJoin"
"\x00"

#MSG_AUTO_HOME c=18
"Auto home"
"\x00"
Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_de.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"Are left and right Z~carriages all up?"
"Sind linke+rechte Z- Schlitten ganz oben?"

#MSG_AUTO_DEPLETE c=13
"SpoolJoin"
"\x00"

#MSG_AUTO_HOME c=18
"Auto home"
"Startposition"
Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_es.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"Are left and right Z~carriages all up?"
"Carros Z izq./der. estan arriba maximo?"

#MSG_AUTO_DEPLETE c=13
"SpoolJoin"
"\x00"

#MSG_AUTO_HOME c=18
"Auto home"
"Llevar al origen"
Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_fr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"Are left and right Z~carriages all up?"
"Z~carriages gauche + droite tout en haut?"

#MSG_AUTO_DEPLETE c=13
"SpoolJoin"
"\x00"

#MSG_AUTO_HOME c=18
"Auto home"
"Mise a 0 des axes"
Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_it.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"Are left and right Z~carriages all up?"
"I carrelli Z sin/des sono altezza max?"

#MSG_AUTO_DEPLETE c=13
"SpoolJoin"
"\x00"

#MSG_AUTO_HOME c=18
"Auto home"
"Trova origine"
Expand Down
6 changes: 1 addition & 5 deletions lang/lang_en_nl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"Are left and right Z~carriages all up?"
"Zijn beide Z wagen heelemaal boven?"

#MSG_AUTO_DEPLETE c=13
"SpoolJoin"
"\x00"

#MSG_AUTO_HOME c=18
"Auto home"
"Startpositie"
Expand Down Expand Up @@ -232,7 +228,7 @@

#MSG_FS_CONTINUE c=5
"Cont."
"\x00"
"Door."

#MSG_WIZARD_REPEAT_V2_CAL c=20 r=7
"Do you want to repeat last step to readjust distance between nozzle and heatbed?"
Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_pl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"Are left and right Z~carriages all up?"
"Obydwa konce osi sa na szczycie?"

#MSG_AUTO_DEPLETE c=13
"SpoolJoin"
"\x00"

#MSG_AUTO_HOME c=18
"Auto home"
"Auto zerowanie"
Expand Down

0 comments on commit a2326ff

Please sign in to comment.