Define #MSG_PREHEATING_TO_LOAD/UNLOAD/CUT/EJECT c=20
This commit is contained in:
parent
d601355d40
commit
de9697b913
@ -2216,19 +2216,19 @@ void mFilamentItem(uint16_t nTemp, uint16_t nTempBed)
|
||||
case FilamentAction::Load:
|
||||
case FilamentAction::AutoLoad:
|
||||
case FilamentAction::MmuLoad:
|
||||
lcd_puts_P(_i("Preheating to load")); ////MSG_ c=20
|
||||
lcd_puts_P(_i("Preheating to load")); ////MSG_PREHEATING_TO_LOAD c=20
|
||||
raise_z_above(MIN_Z_FOR_LOAD);
|
||||
break;
|
||||
case FilamentAction::UnLoad:
|
||||
case FilamentAction::MmuUnLoad:
|
||||
lcd_puts_P(_i("Preheating to unload")); ////MSG_ c=20
|
||||
lcd_puts_P(_i("Preheating to unload")); ////MSG_PREHEATING_TO_UNLOAD c=20
|
||||
raise_z_above(MIN_Z_FOR_UNLOAD);
|
||||
break;
|
||||
case FilamentAction::MmuEject:
|
||||
lcd_puts_P(_i("Preheating to eject")); ////MSG_ c=20
|
||||
lcd_puts_P(_i("Preheating to eject")); ////MSG_PREHEATING_TO_EJECT c=20
|
||||
break;
|
||||
case FilamentAction::MmuCut:
|
||||
lcd_puts_P(_i("Preheating to cut")); ////MSG_ c=20
|
||||
lcd_puts_P(_i("Preheating to cut")); ////MSG_PREHEATING_TO_CUT c=20
|
||||
break;
|
||||
case FilamentAction::None:
|
||||
case FilamentAction::Preheat:
|
||||
|
@ -634,10 +634,10 @@
|
||||
#MSG_PRINT_ABORTED c=20
|
||||
"Print aborted"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_LOAD c=20
|
||||
"Preheating to load"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_UNLOAD c=20
|
||||
"Preheating to unload"
|
||||
|
||||
#MSG_SELFTEST_PRINT_FAN_SPEED c=18
|
||||
@ -1051,10 +1051,10 @@
|
||||
#MSG_GCODE_NEWER_FIRMWARE_CANCELLED c=20 r=8
|
||||
"G-code sliced for a newer firmware. Please update the firmware. Print cancelled."
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_CUT c=20
|
||||
"Preheating to cut"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_EJECT c=20
|
||||
"Preheating to eject"
|
||||
|
||||
# c=20 r=5
|
||||
|
@ -846,11 +846,11 @@
|
||||
"Print aborted"
|
||||
"Tisk prerusen"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_LOAD c=20
|
||||
"Preheating to load"
|
||||
"Predehrev k zavedeni"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_UNLOAD c=20
|
||||
"Preheating to unload"
|
||||
"Predehrev k vyjmuti"
|
||||
|
||||
@ -1402,11 +1402,11 @@
|
||||
"G-code sliced for a newer firmware. Please update the firmware. Print cancelled."
|
||||
"G-code je pripraven pro novejsi firmware. Prosim aktualizujte firmware. Tisk zrusen."
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_CUT c=20
|
||||
"Preheating to cut"
|
||||
"Predehrev ke strihu"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_EJECT c=20
|
||||
"Preheating to eject"
|
||||
"Predehrev k vysunuti"
|
||||
|
||||
|
@ -846,11 +846,11 @@
|
||||
"Print aborted"
|
||||
"Druck abgebrochen"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_LOAD c=20
|
||||
"Preheating to load"
|
||||
"Heizen zum Laden"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_UNLOAD c=20
|
||||
"Preheating to unload"
|
||||
"Heizen zum Entladen"
|
||||
|
||||
@ -1402,11 +1402,11 @@
|
||||
"G-code sliced for a newer firmware. Please update the firmware. Print cancelled."
|
||||
"G-Code ist fuer eine neuere Firmware geslict. Bitte die Firmware updaten. Druck abgebrochen."
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_CUT c=20
|
||||
"Preheating to cut"
|
||||
"Heizen zum Schnitt"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_EJECT c=20
|
||||
"Preheating to eject"
|
||||
"Heizen zum Auswurf"
|
||||
|
||||
|
@ -846,11 +846,11 @@
|
||||
"Print aborted"
|
||||
"Impresion cancelada"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_LOAD c=20
|
||||
"Preheating to load"
|
||||
"Precalent. cargar"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_UNLOAD c=20
|
||||
"Preheating to unload"
|
||||
"Precalent. descargar"
|
||||
|
||||
@ -1402,11 +1402,11 @@
|
||||
"G-code sliced for a newer firmware. Please update the firmware. Print cancelled."
|
||||
"Codigo G laminado para nuevo firmware. Por favor actualiza el firmware. Impresion cancelada."
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_CUT c=20
|
||||
"Preheating to cut"
|
||||
"Precalent. laminar"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_EJECT c=20
|
||||
"Preheating to eject"
|
||||
"Precalent. expulsar"
|
||||
|
||||
|
@ -846,11 +846,11 @@
|
||||
"Print aborted"
|
||||
"Impression annulee"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_LOAD c=20
|
||||
"Preheating to load"
|
||||
"Chauffe pour charger"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_UNLOAD c=20
|
||||
"Preheating to unload"
|
||||
"Chauf.pour decharger"
|
||||
|
||||
@ -1402,11 +1402,11 @@
|
||||
"G-code sliced for a newer firmware. Please update the firmware. Print cancelled."
|
||||
"Le G-code a ete prepare pour une version plus recente du firmware. Veuillez mettre a jour le firmware. L'impression annulee."
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_CUT c=20
|
||||
"Preheating to cut"
|
||||
"Chauffe pour couper"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_EJECT c=20
|
||||
"Preheating to eject"
|
||||
"Chauf. pour remonter"
|
||||
|
||||
|
@ -846,11 +846,11 @@
|
||||
"Print aborted"
|
||||
"Stampa interrotta"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_LOAD c=20
|
||||
"Preheating to load"
|
||||
"Preriscald. carico"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_UNLOAD c=20
|
||||
"Preheating to unload"
|
||||
"Preriscald. scarico"
|
||||
|
||||
@ -1402,11 +1402,11 @@
|
||||
"G-code sliced for a newer firmware. Please update the firmware. Print cancelled."
|
||||
"G-code processato per un firmware piu recente. Per favore aggiorna il firmware. Stampa annullata."
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_CUT c=20
|
||||
"Preheating to cut"
|
||||
"Preriscalda. taglio"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_EJECT c=20
|
||||
"Preheating to eject"
|
||||
"Preriscalda. espuls."
|
||||
|
||||
|
@ -846,11 +846,11 @@
|
||||
"Print aborted"
|
||||
"Print afgebroken"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_LOAD c=20
|
||||
"Preheating to load"
|
||||
"Opwarmen invoeren"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_UNLOAD c=20
|
||||
"Preheating to unload"
|
||||
"Opwarmen uitwerpen"
|
||||
|
||||
@ -1402,11 +1402,11 @@
|
||||
"G-code sliced for a newer firmware. Please update the firmware. Print cancelled."
|
||||
"G-Code is voor een nieuwere firmware geslict. Update de firmware alsjeblieft. Druk geannuleerd."
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_CUT c=20
|
||||
"Preheating to cut"
|
||||
"Opwarm. te snijden"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_EJECT c=20
|
||||
"Preheating to eject"
|
||||
"Opwarm.te uitwerpen"
|
||||
|
||||
|
@ -846,11 +846,11 @@
|
||||
"Print aborted"
|
||||
"Druk przerwany"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_LOAD c=20
|
||||
"Preheating to load"
|
||||
"Nagrzew.do ladowania"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_UNLOAD c=20
|
||||
"Preheating to unload"
|
||||
"Nagrzew. do rozlad."
|
||||
|
||||
@ -1402,11 +1402,11 @@
|
||||
"G-code sliced for a newer firmware. Please update the firmware. Print cancelled."
|
||||
"G-code pociety dla nowszego firmware. Zaktualizuj firmware. Druk anulowany."
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_CUT c=20
|
||||
"Preheating to cut"
|
||||
"Nagrzew. obciecia"
|
||||
|
||||
# c=20
|
||||
#MSG_PREHEATING_TO_EJECT c=20
|
||||
"Preheating to eject"
|
||||
"Nagrzew. wysuniecia"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user