diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index d225596b..0bb7f921 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -7549,7 +7549,7 @@ void kill(const char *full_screen_message, unsigned char id) pinMode(PS_ON_PIN,INPUT); #endif SERIAL_ERROR_START; - SERIAL_ERRORLNRPGM(_i("Printer halted. kill() called!"));////MSG_ERR_KILLED c=0 r=0 + SERIAL_ERRORLNRPGM(_n("Printer halted. kill() called!"));////MSG_ERR_KILLED c=0 r=0 if (full_screen_message != NULL) { SERIAL_ERRORLNRPGM(full_screen_message); lcd_display_message_fullscreen_P(full_screen_message); diff --git a/lang/lang_en.txt b/lang/lang_en.txt index 213d11c4..e95ad0f9 100644 --- a/lang/lang_en.txt +++ b/lang/lang_en.txt @@ -661,9 +661,6 @@ #MSG_PRINT_PAUSED c=20 r=1 "Print paused" -#MSG_ERR_KILLED c=0 r=0 -"Printer halted. kill() called!" - # "Press the knob to resume nozzle temperature." diff --git a/lang/lang_en_cz.txt b/lang/lang_en_cz.txt index 06b2de2c..1d6d535b 100644 --- a/lang/lang_en_cz.txt +++ b/lang/lang_en_cz.txt @@ -882,10 +882,6 @@ "Print paused" "Tisk pozastaven" -#MSG_ERR_KILLED c=0 r=0 -"Printer halted. kill() called!" -"Tiskarna zastavena. Volano kill()!" - # "Press the knob to resume nozzle temperature." "Pro pokracovani nahrivani trysky stisknete tlacitko." diff --git a/lang/lang_en_de.txt b/lang/lang_en_de.txt index 203ed4a9..287e2dd5 100644 --- a/lang/lang_en_de.txt +++ b/lang/lang_en_de.txt @@ -882,10 +882,6 @@ "Print paused" "Druck pausiert" -#MSG_ERR_KILLED c=0 r=0 -"Printer halted. kill() called!" -"Printer gestoppt. kill() aufgerufen!" - # "Press the knob to resume nozzle temperature." "Druecken Sie den Knopf um die Duesentemperatur wiederherzustellen" diff --git a/lang/lang_en_es.txt b/lang/lang_en_es.txt index 4ca7f6cc..da32227b 100644 --- a/lang/lang_en_es.txt +++ b/lang/lang_en_es.txt @@ -882,10 +882,6 @@ "Print paused" "Impresion en pausa" -#MSG_ERR_KILLED c=0 r=0 -"Printer halted. kill() called!" -"Impresora detenida. kill() activado!" - # "Press the knob to resume nozzle temperature." "Presiona el dial para continuar con la temperatura de la boquilla." diff --git a/lang/lang_en_fr.txt b/lang/lang_en_fr.txt index 8118182c..73512edd 100644 --- a/lang/lang_en_fr.txt +++ b/lang/lang_en_fr.txt @@ -882,10 +882,6 @@ "Print paused" "Impression en pause" -#MSG_ERR_KILLED c=0 r=0 -"Printer halted. kill() called!" -"Imprimante stoppee. kill() appelee !" - # "Press the knob to resume nozzle temperature." "Appuyez sur le bouton pour poursuivre la mise en temperature de la buse." diff --git a/lang/lang_en_it.txt b/lang/lang_en_it.txt index f4560e06..5973e08e 100644 --- a/lang/lang_en_it.txt +++ b/lang/lang_en_it.txt @@ -882,10 +882,6 @@ "Print paused" "Stampa in pausa" -#MSG_ERR_KILLED c=0 r=0 -"Printer halted. kill() called!" -"Stampante ferma. kill () chiamato!" - # "Press the knob to resume nozzle temperature." "Premete la manopola per recuperare la temperatura dell'ugello." diff --git a/lang/lang_en_pl.txt b/lang/lang_en_pl.txt index c893b5e3..6b3c0443 100644 --- a/lang/lang_en_pl.txt +++ b/lang/lang_en_pl.txt @@ -882,10 +882,6 @@ "Print paused" "Druk wstrzymany" -#MSG_ERR_KILLED c=0 r=0 -"Printer halted. kill() called!" -"Drukarka zatrzymana. Wywolano komende kill()!" - # "Press the knob to resume nozzle temperature." "Wcisnij pokretlo aby wznowic podgrzewanie dyszy."