More Advanced Pause options (#12984)
This commit is contained in:
committed by
Scott Lahteine
parent
19cf72e057
commit
413e303ad5
@ -394,7 +394,7 @@
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Mehr entladen")
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Druck weiter")
|
||||
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Düse: ")
|
||||
#define MSG_RUNOUT_SENSOR_ENABLE _UxGT("Auslaufsensor")
|
||||
#define MSG_RUNOUT_SENSOR _UxGT("Auslaufsensor")
|
||||
#define MSG_ERR_HOMING_FAILED _UxGT("Homing gescheitert")
|
||||
#define MSG_ERR_PROBING_FAILED _UxGT("Probing gescheitert")
|
||||
#define MSG_M600_TOO_COLD _UxGT("M600: zu kalt")
|
||||
|
@ -1104,8 +1104,8 @@
|
||||
#ifndef MSG_FILAMENT_CHANGE_NOZZLE
|
||||
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Nozzle: ")
|
||||
#endif
|
||||
#ifndef MSG_RUNOUT_SENSOR_ENABLE
|
||||
#define MSG_RUNOUT_SENSOR_ENABLE _UxGT("Runout Sensor")
|
||||
#ifndef MSG_RUNOUT_SENSOR
|
||||
#define MSG_RUNOUT_SENSOR _UxGT("Runout Sensor")
|
||||
#endif
|
||||
#ifndef MSG_ERR_HOMING_FAILED
|
||||
#define MSG_ERR_HOMING_FAILED _UxGT("Homing failed")
|
||||
|
@ -390,7 +390,7 @@
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Spurga di più")
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Riprendi stampa")
|
||||
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Ugello: ")
|
||||
#define MSG_RUNOUT_SENSOR_ENABLE _UxGT("Sens.filo terminato")
|
||||
#define MSG_RUNOUT_SENSOR _UxGT("Sens.filo terminato")
|
||||
#define MSG_ERR_HOMING_FAILED _UxGT("Home fallito")
|
||||
#define MSG_ERR_PROBING_FAILED _UxGT("Sondaggio fallito")
|
||||
#define MSG_M600_TOO_COLD _UxGT("M600:Troppo freddo")
|
||||
|
@ -372,7 +372,7 @@
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Purge more")
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Continue")
|
||||
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Nozzle: ")
|
||||
#define MSG_RUNOUT_SENSOR_ENABLE _UxGT("Runout Sensor")
|
||||
#define MSG_RUNOUT_SENSOR _UxGT("Runout Sensor")
|
||||
#define MSG_ERR_HOMING_FAILED _UxGT("Homing failed")
|
||||
#define MSG_ERR_PROBING_FAILED _UxGT("Probing failed")
|
||||
#define MSG_M600_TOO_COLD _UxGT("M600: Too cold")
|
||||
|
@ -396,7 +396,7 @@
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Purgar mais")
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Continuar Impressão")
|
||||
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Bocal: ")
|
||||
#define MSG_RUNOUT_SENSOR_ENABLE _UxGT("Sensor filamento")
|
||||
#define MSG_RUNOUT_SENSOR _UxGT("Sensor filamento")
|
||||
#define MSG_ERR_HOMING_FAILED _UxGT("Falha ao ir à origem")
|
||||
#define MSG_ERR_PROBING_FAILED _UxGT("Falha ao sondar")
|
||||
#define MSG_M600_TOO_COLD _UxGT("M600: Muito frio")
|
||||
|
@ -403,7 +403,7 @@
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Vytlačiť viacej")
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Obnoviť tlač")
|
||||
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Tryska: ")
|
||||
#define MSG_RUNOUT_SENSOR_ENABLE _UxGT("Senzor filamentu")
|
||||
#define MSG_RUNOUT_SENSOR _UxGT("Senzor filamentu")
|
||||
#define MSG_ERR_HOMING_FAILED _UxGT("Parkovanie zlyhalo")
|
||||
#define MSG_ERR_PROBING_FAILED _UxGT("Kalibrácia zlyhala")
|
||||
#define MSG_M600_TOO_COLD _UxGT("M600: Príliš studený")
|
||||
|
@ -388,7 +388,7 @@
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Daha Fazla Tasviye")
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Baskıyı sürdür")
|
||||
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Nozul: ")
|
||||
#define MSG_RUNOUT_SENSOR_ENABLE _UxGT("Runout Sensörü")
|
||||
#define MSG_RUNOUT_SENSOR _UxGT("Runout Sensörü")
|
||||
#define MSG_ERR_HOMING_FAILED _UxGT("Sıfırlama Başarısız")
|
||||
#define MSG_ERR_PROBING_FAILED _UxGT("Probing Başarısız")
|
||||
#define MSG_M600_TOO_COLD _UxGT("M600: Çok Soğuk")
|
||||
|
Reference in New Issue
Block a user