[1.1.x] Reset LCD status to fallbacks (#10467)
* Remove obsolete strings * Tweak some static consts * Reset LCD status to fallbacks When paused, "Print paused..." When SD printing, the filename When host printing, "Printing..." When idle, "MyPrinter ready."
This commit is contained in:
@@ -258,7 +258,6 @@
|
||||
#define MSG_NO_CARD _UxGT("Sem cartão SD")
|
||||
#define MSG_DWELL _UxGT("ZzZzZz...")
|
||||
#define MSG_USERWAIT _UxGT("Clique para retomar")
|
||||
#define MSG_RESUMING _UxGT("Resumindo Impressão")
|
||||
#define MSG_PRINT_ABORTED _UxGT("Impressão Abortada")
|
||||
#define MSG_NO_MOVE _UxGT("Sem movimento")
|
||||
#define MSG_KILLED _UxGT("PARADA DE EMERGÊNCIA")
|
||||
@@ -297,9 +296,7 @@
|
||||
#define MSG_ERR_MAXTEMP_BED _UxGT("Erro:Temp Mesa Máx")
|
||||
#define MSG_ERR_MINTEMP_BED _UxGT("Erro:Temp Mesa Mín")
|
||||
#define MSG_HEATING _UxGT("Aquecendo...")
|
||||
#define MSG_HEATING_COMPLETE _UxGT("Aquecida.")
|
||||
#define MSG_BED_HEATING _UxGT("Aquecendo base..")
|
||||
#define MSG_BED_DONE _UxGT("Base aquecida.")
|
||||
#define MSG_BED_HEATING _UxGT("Aquecendo base...")
|
||||
#define MSG_DELTA_CALIBRATE _UxGT("Calibrar Delta")
|
||||
#define MSG_DELTA_CALIBRATE_X _UxGT("Calibrar X")
|
||||
#define MSG_DELTA_CALIBRATE_Y _UxGT("Calibrar Y")
|
||||
|
||||
Reference in New Issue
Block a user