|
@@ -38,16 +38,20 @@
|
38
|
38
|
#define WELCOME_MSG MACHINE_NAME " lista."
|
39
|
39
|
#define MSG_SD_INSERTED "Tarjeta colocada"
|
40
|
40
|
#define MSG_SD_REMOVED "Tarjeta retirada"
|
|
41
|
+#define MSG_LCD_ENDSTOPS "Endstops" // Max length 8 characters
|
41
|
42
|
#define MSG_MAIN "Menu principal"
|
42
|
43
|
#define MSG_AUTOSTART "Inicio automatico"
|
43
|
44
|
#define MSG_DISABLE_STEPPERS "Apagar motores"
|
44
|
45
|
#define MSG_AUTO_HOME "Llevar al origen"
|
|
46
|
+#define MSG_AUTO_HOME_X "Origen X"
|
|
47
|
+#define MSG_AUTO_HOME_Y "Origen Y"
|
|
48
|
+#define MSG_AUTO_HOME_Z "Origen Z"
|
45
|
49
|
#define MSG_LEVEL_BED_HOMING "Origen XYZ"
|
46
|
|
-#define MSG_LEVEL_BED_WAITING "Click to Begin"
|
47
|
|
-#define MSG_LEVEL_BED_DONE "Leveling Done!"
|
48
|
|
-#define MSG_LEVEL_BED_CANCEL "Cancel"
|
|
50
|
+#define MSG_LEVEL_BED_WAITING "Presione para iniciar"
|
|
51
|
+#define MSG_LEVEL_BED_DONE "Nivelacion lista!"
|
|
52
|
+#define MSG_LEVEL_BED_CANCEL "Cancelar"
|
49
|
53
|
#define MSG_SET_HOME_OFFSETS "Ajustar desfases"
|
50
|
|
-#define MSG_HOME_OFFSETS_APPLIED "Offsets applied"
|
|
54
|
+#define MSG_HOME_OFFSETS_APPLIED "Desfase aplicado"
|
51
|
55
|
#define MSG_SET_ORIGIN "Establecer origen"
|
52
|
56
|
#define MSG_PREHEAT_PLA "Precalentar PLA"
|
53
|
57
|
#define MSG_PREHEAT_PLA_N MSG_PREHEAT_PLA " "
|
|
@@ -59,6 +63,10 @@
|
59
|
63
|
#define MSG_PREHEAT_ABS_ALL MSG_PREHEAT_ABS "Todo"
|
60
|
64
|
#define MSG_PREHEAT_ABS_BEDONLY MSG_PREHEAT_ABS "Plataforma"
|
61
|
65
|
#define MSG_PREHEAT_ABS_SETTINGS MSG_PREHEAT_ABS "Config"
|
|
66
|
+#define MSG_H1 "1"
|
|
67
|
+#define MSG_H2 "2"
|
|
68
|
+#define MSG_H3 "3"
|
|
69
|
+#define MSG_H4 "4"
|
62
|
70
|
#define MSG_COOLDOWN "Enfriar"
|
63
|
71
|
#define MSG_SWITCH_PS_ON "Encender"
|
64
|
72
|
#define MSG_SWITCH_PS_OFF "Apagar"
|
|
@@ -70,12 +78,20 @@
|
70
|
78
|
#define MSG_MOVE_Y "Mover Y"
|
71
|
79
|
#define MSG_MOVE_Z "Mover Z"
|
72
|
80
|
#define MSG_MOVE_E "Extrusor"
|
|
81
|
+#define MSG_MOVE_E1 "1"
|
|
82
|
+#define MSG_MOVE_E2 "2"
|
|
83
|
+#define MSG_MOVE_E3 "3"
|
|
84
|
+#define MSG_MOVE_E4 "4"
|
73
|
85
|
#define MSG_MOVE_01MM "Mover 0.1mm"
|
74
|
86
|
#define MSG_MOVE_1MM "Mover 1mm"
|
75
|
87
|
#define MSG_MOVE_10MM "Mover 10mm"
|
76
|
88
|
#define MSG_SPEED "Velocidad"
|
77
|
89
|
#define MSG_BED_Z "Plataforma Z"
|
78
|
90
|
#define MSG_NOZZLE "Boquilla"
|
|
91
|
+#define MSG_N1 " 1"
|
|
92
|
+#define MSG_N2 " 2"
|
|
93
|
+#define MSG_N3 " 3"
|
|
94
|
+#define MSG_N4 " 4"
|
79
|
95
|
#define MSG_BED "Plataforma"
|
80
|
96
|
#define MSG_FAN_SPEED "Ventilador"
|
81
|
97
|
#define MSG_FLOW "Flujo"
|
|
@@ -90,6 +106,10 @@
|
90
|
106
|
#define MSG_PID_I "PID-I"
|
91
|
107
|
#define MSG_PID_D "PID-D"
|
92
|
108
|
#define MSG_PID_C "PID-C"
|
|
109
|
+#define MSG_E1 " E1"
|
|
110
|
+#define MSG_E2 " E2"
|
|
111
|
+#define MSG_E3 " E3"
|
|
112
|
+#define MSG_E4 " E4"
|
93
|
113
|
#define MSG_ACC "Aceleracion"
|
94
|
114
|
#define MSG_VXY_JERK "Vxy-jerk"
|
95
|
115
|
#define MSG_VZ_JERK "Vz-jerk"
|
|
@@ -113,12 +133,16 @@
|
113
|
133
|
#define MSG_VOLUMETRIC "Filamento"
|
114
|
134
|
#define MSG_VOLUMETRIC_ENABLED "E in mm3"
|
115
|
135
|
#define MSG_FILAMENT_DIAM "Fil. Dia."
|
|
136
|
+#define MSG_DIAM_E1 " 1"
|
|
137
|
+#define MSG_DIAM_E2 " 2"
|
|
138
|
+#define MSG_DIAM_E3 " 3"
|
|
139
|
+#define MSG_DIAM_E4 " 4"
|
116
|
140
|
#define MSG_CONTRAST "Contraste"
|
117
|
141
|
#define MSG_STORE_EPROM "Guardar memoria"
|
118
|
142
|
#define MSG_LOAD_EPROM "Cargar memoria"
|
119
|
143
|
#define MSG_RESTORE_FAILSAFE "Restaurar memoria."
|
120
|
144
|
#define MSG_REFRESH "Volver a cargar"
|
121
|
|
-#define MSG_WATCH "Monitorizar"
|
|
145
|
+#define MSG_WATCH "Informacion"
|
122
|
146
|
#define MSG_PREPARE "Preparar"
|
123
|
147
|
#define MSG_TUNE "Ajustar"
|
124
|
148
|
#define MSG_PAUSE_PRINT "Pausar impresion"
|
|
@@ -146,11 +170,12 @@
|
146
|
170
|
#define MSG_CNG_SDCARD "Cambiar tarjeta"
|
147
|
171
|
#define MSG_ZPROBE_OUT "Sonda Z fuera"
|
148
|
172
|
#define MSG_YX_UNHOMED "Reiniciar X/Y y Z"
|
|
173
|
+#define MSG_XYZ_UNHOMED "Reiniciar XYZ"
|
149
|
174
|
#define MSG_ZPROBE_ZOFFSET "Desfase Z"
|
150
|
175
|
#define MSG_BABYSTEP_X "Micropaso X"
|
151
|
176
|
#define MSG_BABYSTEP_Y "Micropaso Y"
|
152
|
177
|
#define MSG_BABYSTEP_Z "Micropaso Z"
|
153
|
|
-#define MSG_ENDSTOP_ABORT "Endstop abort"
|
|
178
|
+#define MSG_ENDSTOP_ABORT "Cancelado - Endstop"
|
154
|
179
|
#define MSG_HEATING_FAILED_LCD "Error: al calentar"
|
155
|
180
|
#define MSG_ERR_REDUNDANT_TEMP "Error: temperatura redundante"
|
156
|
181
|
#define MSG_THERMAL_RUNAWAY "Error de temperatura"
|