|
@@ -33,6 +33,7 @@
|
33
|
33
|
#define DISPLAY_CHARSET_ISO10646_1
|
34
|
34
|
|
35
|
35
|
#define WELCOME_MSG MACHINE_NAME _UxGT(" lista.")
|
|
36
|
+#define MSG_BACK _UxGT("Atras")
|
36
|
37
|
#define MSG_SD_INSERTED _UxGT("Tarjeta colocada")
|
37
|
38
|
#define MSG_SD_REMOVED _UxGT("Tarjeta retirada")
|
38
|
39
|
#define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
|
|
@@ -252,5 +253,7 @@
|
252
|
253
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("Extruir filamento")
|
253
|
254
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperando imp.")
|
254
|
255
|
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("para resumir")
|
|
256
|
+#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Oprima boton para")
|
|
257
|
+#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Calentando boquilla")
|
255
|
258
|
|
256
|
259
|
#endif // LANGUAGE_ES_H
|