Lang - text "Printer halted. kill() called!" removed from dictionary
This commit is contained in:
parent
123725edd1
commit
123bef636a
@ -7549,7 +7549,7 @@ void kill(const char *full_screen_message, unsigned char id)
|
|||||||
pinMode(PS_ON_PIN,INPUT);
|
pinMode(PS_ON_PIN,INPUT);
|
||||||
#endif
|
#endif
|
||||||
SERIAL_ERROR_START;
|
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) {
|
if (full_screen_message != NULL) {
|
||||||
SERIAL_ERRORLNRPGM(full_screen_message);
|
SERIAL_ERRORLNRPGM(full_screen_message);
|
||||||
lcd_display_message_fullscreen_P(full_screen_message);
|
lcd_display_message_fullscreen_P(full_screen_message);
|
||||||
|
@ -661,9 +661,6 @@
|
|||||||
#MSG_PRINT_PAUSED c=20 r=1
|
#MSG_PRINT_PAUSED c=20 r=1
|
||||||
"Print paused"
|
"Print paused"
|
||||||
|
|
||||||
#MSG_ERR_KILLED c=0 r=0
|
|
||||||
"Printer halted. kill() called!"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
"Press the knob to resume nozzle temperature."
|
"Press the knob to resume nozzle temperature."
|
||||||
|
|
||||||
|
@ -882,10 +882,6 @@
|
|||||||
"Print paused"
|
"Print paused"
|
||||||
"Tisk pozastaven"
|
"Tisk pozastaven"
|
||||||
|
|
||||||
#MSG_ERR_KILLED c=0 r=0
|
|
||||||
"Printer halted. kill() called!"
|
|
||||||
"Tiskarna zastavena. Volano kill()!"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
"Press the knob to resume nozzle temperature."
|
"Press the knob to resume nozzle temperature."
|
||||||
"Pro pokracovani nahrivani trysky stisknete tlacitko."
|
"Pro pokracovani nahrivani trysky stisknete tlacitko."
|
||||||
|
@ -882,10 +882,6 @@
|
|||||||
"Print paused"
|
"Print paused"
|
||||||
"Druck pausiert"
|
"Druck pausiert"
|
||||||
|
|
||||||
#MSG_ERR_KILLED c=0 r=0
|
|
||||||
"Printer halted. kill() called!"
|
|
||||||
"Printer gestoppt. kill() aufgerufen!"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
"Press the knob to resume nozzle temperature."
|
"Press the knob to resume nozzle temperature."
|
||||||
"Druecken Sie den Knopf um die Duesentemperatur wiederherzustellen"
|
"Druecken Sie den Knopf um die Duesentemperatur wiederherzustellen"
|
||||||
|
@ -882,10 +882,6 @@
|
|||||||
"Print paused"
|
"Print paused"
|
||||||
"Impresion en pausa"
|
"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."
|
"Press the knob to resume nozzle temperature."
|
||||||
"Presiona el dial para continuar con la temperatura de la boquilla."
|
"Presiona el dial para continuar con la temperatura de la boquilla."
|
||||||
|
@ -882,10 +882,6 @@
|
|||||||
"Print paused"
|
"Print paused"
|
||||||
"Impression en pause"
|
"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."
|
"Press the knob to resume nozzle temperature."
|
||||||
"Appuyez sur le bouton pour poursuivre la mise en temperature de la buse."
|
"Appuyez sur le bouton pour poursuivre la mise en temperature de la buse."
|
||||||
|
@ -882,10 +882,6 @@
|
|||||||
"Print paused"
|
"Print paused"
|
||||||
"Stampa in pausa"
|
"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."
|
"Press the knob to resume nozzle temperature."
|
||||||
"Premete la manopola per recuperare la temperatura dell'ugello."
|
"Premete la manopola per recuperare la temperatura dell'ugello."
|
||||||
|
@ -882,10 +882,6 @@
|
|||||||
"Print paused"
|
"Print paused"
|
||||||
"Druk wstrzymany"
|
"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."
|
"Press the knob to resume nozzle temperature."
|
||||||
"Wcisnij pokretlo aby wznowic podgrzewanie dyszy."
|
"Wcisnij pokretlo aby wznowic podgrzewanie dyszy."
|
||||||
|
Loading…
Reference in New Issue
Block a user