|
@@ -29,50 +29,185 @@
|
29
|
29
|
*
|
30
|
30
|
*/
|
31
|
31
|
|
|
32
|
+#define THIS_LANGUAGES_SPECIAL_SYMBOLS _UxGT ("¡¿ªáéíóúÁÉÍÓÚ")
|
32
|
33
|
#define DISPLAY_CHARSET_ISO10646_1
|
33
|
34
|
#define CHARSIZE 2
|
34
|
35
|
|
35
|
|
-#define WELCOME_MSG MACHINE_NAME _UxGT(" lista.")
|
|
36
|
+#define WELCOME_MSG MACHINE_NAME _UxGT(" lista")
|
|
37
|
+#define MSG_YES _UxGT("SI")
|
|
38
|
+#define MSG_NO _UxGT("NO")
|
36
|
39
|
#define MSG_BACK _UxGT("Atrás")
|
37
|
|
-#define MSG_MEDIA_INSERTED _UxGT("Media insertada")
|
38
|
|
-#define MSG_MEDIA_REMOVED _UxGT("Media retirada")
|
|
40
|
+#define MSG_MEDIA_ABORTING _UxGT("Cancelando...")
|
|
41
|
+#define MSG_MEDIA_INSERTED _UxGT("SD/USB insertado")
|
|
42
|
+#define MSG_MEDIA_REMOVED _UxGT("SD/USB retirado")
|
|
43
|
+#define MSG_MEDIA_RELEASED _UxGT("SD/USB lanzado")
|
|
44
|
+#define MSG_MEDIA_WAITING _UxGT("Esperando al SD/USB")
|
|
45
|
+#define MSG_MEDIA_READ_ERROR _UxGT("Error lectura SD/USB")
|
|
46
|
+#define MSG_MEDIA_USB_REMOVED _UxGT("Disp. USB retirado")
|
|
47
|
+#define MSG_MEDIA_USB_FAILED _UxGT("Inicio USB fallido")
|
39
|
48
|
#define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
|
|
49
|
+#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Soft Endstops")
|
40
|
50
|
#define MSG_MAIN _UxGT("Menú principal")
|
|
51
|
+#define MSG_ADVANCED_SETTINGS _UxGT("Ajustes avanzados")
|
|
52
|
+#define MSG_CONFIGURATION _UxGT("Configuración")
|
41
|
53
|
#define MSG_AUTOSTART _UxGT("Inicio automático")
|
42
|
54
|
#define MSG_DISABLE_STEPPERS _UxGT("Apagar motores")
|
43
|
|
-#define MSG_DEBUG_MENU _UxGT("Menú depurar")
|
44
|
|
-#define MSG_PROGRESS_BAR_TEST _UxGT("Prueba barra avance")
|
|
55
|
+#define MSG_DEBUG_MENU _UxGT("Menú depuración")
|
|
56
|
+#define MSG_PROGRESS_BAR_TEST _UxGT("Prob. barra progreso")
|
45
|
57
|
#define MSG_AUTO_HOME _UxGT("Llevar al origen")
|
46
|
58
|
#define MSG_AUTO_HOME_X _UxGT("Origen X")
|
47
|
59
|
#define MSG_AUTO_HOME_Y _UxGT("Origen Y")
|
48
|
60
|
#define MSG_AUTO_HOME_Z _UxGT("Origen Z")
|
|
61
|
+#define MSG_AUTO_Z_ALIGN _UxGT("Auto alineado Z")
|
49
|
62
|
#define MSG_LEVEL_BED_HOMING _UxGT("Origen XYZ")
|
50
|
|
-#define MSG_LEVEL_BED_WAITING _UxGT("Iniciar (Presione)")
|
|
63
|
+#define MSG_LEVEL_BED_WAITING _UxGT("Pulsar para comenzar")
|
51
|
64
|
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Siguiente punto")
|
52
|
|
-#define MSG_LEVEL_BED_DONE _UxGT("Nivelación lista!")
|
|
65
|
+#define MSG_LEVEL_BED_DONE _UxGT("¡Nivelación lista!")
|
|
66
|
+#define MSG_Z_FADE_HEIGHT _UxGT("Compensación Altura")
|
53
|
67
|
#define MSG_SET_HOME_OFFSETS _UxGT("Ajustar desfases")
|
54
|
|
-#define MSG_HOME_OFFSETS_APPLIED _UxGT("Desfase aplicado")
|
|
68
|
+#define MSG_HOME_OFFSETS_APPLIED _UxGT("Desfase aplicada")
|
55
|
69
|
#define MSG_SET_ORIGIN _UxGT("Establecer origen")
|
56
|
70
|
#define MSG_PREHEAT_1 _UxGT("Precalentar " PREHEAT_1_LABEL)
|
57
|
71
|
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
|
58
|
72
|
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" Todo")
|
59
|
|
-#define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" End")
|
|
73
|
+#define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" Fin")
|
60
|
74
|
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" Cama")
|
61
|
|
-#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" Config")
|
62
|
|
-#define MSG_PREHEAT_2 _UxGT("Precalentar " PREHEAT_2_LABEL)
|
|
75
|
+#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" Ajuste")
|
|
76
|
+#define MSG_PREHEAT_2 _UxGT("Precalentar" PREHEAT_2_LABEL)
|
63
|
77
|
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
|
64
|
78
|
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" Todo")
|
65
|
|
-#define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" End")
|
|
79
|
+#define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" Fin")
|
66
|
80
|
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" Cama")
|
67
|
|
-#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" Config")
|
|
81
|
+#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" Ajuste")
|
|
82
|
+#define MSG_PREHEAT_CUSTOM _UxGT("Precalen. Personali.")
|
68
|
83
|
#define MSG_COOLDOWN _UxGT("Enfriar")
|
69
|
|
-#define MSG_SWITCH_PS_ON _UxGT("Encender")
|
70
|
|
-#define MSG_SWITCH_PS_OFF _UxGT("Apagar")
|
|
84
|
+#define MSG_LASER_MENU _UxGT("Control Láser")
|
|
85
|
+#define MSG_LASER_OFF _UxGT("Láser Apagado")
|
|
86
|
+#define MSG_LASER_ON _UxGT("Láser Encendido")
|
|
87
|
+#define MSG_LASER_POWER _UxGT("Potencia Láser")
|
|
88
|
+#define MSG_SPINDLE_MENU _UxGT("Control Mandrino")
|
|
89
|
+#define MSG_SPINDLE_OFF _UxGT("Mandrino Apagado")
|
|
90
|
+#define MSG_SPINDLE_ON _UxGT("Mandrino Encendido")
|
|
91
|
+#define MSG_SPINDLE_POWER _UxGT("Potencia Mandrino")
|
|
92
|
+#define MSG_SPINDLE_REVERSE _UxGT("Invertir giro")
|
|
93
|
+#define MSG_SWITCH_PS_ON _UxGT("Encender Fuente")
|
|
94
|
+#define MSG_SWITCH_PS_OFF _UxGT("Apagar Fuente")
|
71
|
95
|
#define MSG_EXTRUDE _UxGT("Extruir")
|
72
|
96
|
#define MSG_RETRACT _UxGT("Retraer")
|
73
|
97
|
#define MSG_MOVE_AXIS _UxGT("Mover ejes")
|
74
|
|
-#define MSG_BED_LEVELING _UxGT("Nivelar cama")
|
75
|
|
-#define MSG_LEVEL_BED _UxGT("Nivelar cama")
|
|
98
|
+#define MSG_BED_LEVELING _UxGT("Nivelando Cama")
|
|
99
|
+#define MSG_LEVEL_BED _UxGT("Nivelar Cama")
|
|
100
|
+#define MSG_LEVEL_CORNERS _UxGT("Nivelar Esquinas")
|
|
101
|
+#define MSG_NEXT_CORNER _UxGT("Siguente Esquina")
|
|
102
|
+#define MSG_MESH_EDITOR _UxGT("Editor Mallado")
|
|
103
|
+#define MSG_EDIT_MESH _UxGT("Editar Mallado")
|
|
104
|
+#define MSG_EDITING_STOPPED _UxGT("Ed. Mallado parada")
|
|
105
|
+#define MSG_PROBING_MESH _UxGT("Sondear Punto")
|
|
106
|
+#define MSG_MESH_X _UxGT("Índice X")
|
|
107
|
+#define MSG_MESH_Y _UxGT("Índice Y")
|
|
108
|
+#define MSG_MESH_EDIT_Z _UxGT("Valor Z")
|
|
109
|
+#define MSG_USER_MENU _UxGT("Comandos Personaliz.")
|
|
110
|
+#define MSG_M48_TEST _UxGT("M48 Probar Sonda")
|
|
111
|
+#define MSG_M48_POINT _UxGT("M48 Punto")
|
|
112
|
+#define MSG_M48_DEVIATION _UxGT("Desviación")
|
|
113
|
+#define MSG_IDEX_MENU _UxGT("Modo IDEX")
|
|
114
|
+#define MSG_OFFSETS_MENU _UxGT("Desfase Boquillas")
|
|
115
|
+#define MSG_IDEX_MODE_AUTOPARK _UxGT("Auto-Aparcado")
|
|
116
|
+#define MSG_IDEX_MODE_DUPLICATE _UxGT("Duplicar")
|
|
117
|
+#define MSG_IDEX_MODE_MIRRORED_COPY _UxGT("Copia Reflejada")
|
|
118
|
+#define MSG_IDEX_MODE_FULL_CTRL _UxGT("Control Total")
|
|
119
|
+#define MSG_X_OFFSET _UxGT("2ª Boquilla X")
|
|
120
|
+#define MSG_Y_OFFSET _UxGT("2ª Boquilla Y")
|
|
121
|
+#define MSG_Z_OFFSET _UxGT("2ª Boquilla Z")
|
|
122
|
+#define MSG_UBL_DOING_G29 _UxGT("Hacer G29")
|
|
123
|
+#define MSG_UBL_UNHOMED _UxGT("Inicio XYZ Primero")
|
|
124
|
+#define MSG_UBL_TOOLS _UxGT("Herramientas UBL")
|
|
125
|
+#define MSG_UBL_LEVEL_BED _UxGT("Nivel.Cama.Uni.(UBL)")
|
|
126
|
+#define MSG_LCD_TILTING_MESH _UxGT("Punto de inclinación")
|
|
127
|
+#define MSG_UBL_MANUAL_MESH _UxGT("Crear Mallado man.")
|
|
128
|
+#define MSG_UBL_BC_INSERT _UxGT("Colocar cuña y Medir")
|
|
129
|
+#define MSG_UBL_BC_INSERT2 _UxGT("Medir")
|
|
130
|
+#define MSG_UBL_BC_REMOVE _UxGT("Retirar y Medir Cama")
|
|
131
|
+#define MSG_UBL_MOVING_TO_NEXT _UxGT("Mover al Siguente")
|
|
132
|
+#define MSG_UBL_ACTIVATE_MESH _UxGT("Activar UBL")
|
|
133
|
+#define MSG_UBL_DEACTIVATE_MESH _UxGT("Desactivar UBL")
|
|
134
|
+#define MSG_UBL_SET_TEMP_BED _UxGT("Temp. Cama")
|
|
135
|
+#define MSG_UBL_BED_TEMP_CUSTOM MSG_UBL_SET_TEMP_BED
|
|
136
|
+#define MSG_UBL_SET_TEMP_HOTEND _UxGT ("Hotend Temp")
|
|
137
|
+#define MSG_UBL_HOTEND_TEMP_CUSTOM MSG_UBL_SET_TEMP_HOTEND
|
|
138
|
+#define MSG_UBL_MESH_EDIT _UxGT("Editar Mallado")
|
|
139
|
+#define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Edit. Mallado perso.")
|
|
140
|
+#define MSG_UBL_FINE_TUNE_MESH _UxGT("Ajuste fino Mallado")
|
|
141
|
+#define MSG_UBL_DONE_EDITING_MESH _UxGT("Term. edici. Mallado")
|
|
142
|
+#define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Crear Mallado Perso.")
|
|
143
|
+#define MSG_UBL_BUILD_MESH_MENU _UxGT("Crear Mallado")
|
|
144
|
+#define MSG_UBL_BUILD_MESH_M1 _UxGT("Crear Mallado (" PREHEAT_1_LABEL ")")
|
|
145
|
+#define MSG_UBL_BUILD_MESH_M2 _UxGT("Crear Mallado (" PREHEAT_2_LABEL ")")
|
|
146
|
+#define MSG_UBL_BUILD_COLD_MESH _UxGT("Crear Mallado Frío")
|
|
147
|
+#define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Ajustar alt. Mallado")
|
|
148
|
+#define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Cantidad de altura")
|
|
149
|
+#define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Validar Mallado")
|
|
150
|
+#define MSG_UBL_VALIDATE_MESH_M1 _UxGT("Validar Mallado (" PREHEAT_1_LABEL ")")
|
|
151
|
+#define MSG_UBL_VALIDATE_MESH_M2 _UxGT("Validar Mallado (" PREHEAT_2_LABEL ")")
|
|
152
|
+#define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Vali. Mallado perso.")
|
|
153
|
+#define MSG_G26_HEATING_BED _UxGT("G26 Calentando Cama")
|
|
154
|
+#define MSG_G26_HEATING_NOZZLE _UxGT("G26 Calent. Boquilla")
|
|
155
|
+#define MSG_G26_MANUAL_PRIME _UxGT("Imprimado manual...")
|
|
156
|
+#define MSG_G26_FIXED_LENGTH _UxGT("Impri. longit. fija")
|
|
157
|
+#define MSG_G26_PRIME_DONE _UxGT("Imprimación Lista")
|
|
158
|
+#define MSG_G26_CANCELED _UxGT("G26 Cancelado")
|
|
159
|
+#define MSG_G26_LEAVING _UxGT("Dejando G26")
|
|
160
|
+#define MSG_UBL_CONTINUE_MESH _UxGT("Contin. Mallado cama")
|
|
161
|
+#define MSG_UBL_MESH_LEVELING _UxGT("Nivelando Mallado")
|
|
162
|
+#define MSG_UBL_3POINT_MESH_LEVELING _UxGT("Nivelando 3Puntos")
|
|
163
|
+#define MSG_UBL_GRID_MESH_LEVELING _UxGT("Nivel. Mallado cuad.")
|
|
164
|
+#define MSG_UBL_MESH_LEVEL _UxGT("Nivel de Mallado")
|
|
165
|
+#define MSG_UBL_SIDE_POINTS _UxGT("Puntos Laterales")
|
|
166
|
+#define MSG_UBL_MAP_TYPE _UxGT("Tipo de mapa ")
|
|
167
|
+#define MSG_UBL_OUTPUT_MAP _UxGT("Salida Mapa mallado")
|
|
168
|
+#define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Salida para el host")
|
|
169
|
+#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Salida para CSV")
|
|
170
|
+#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Off Printer Backup")
|
|
171
|
+#define MSG_UBL_INFO_UBL _UxGT("Salida Info. UBL")
|
|
172
|
+#define MSG_UBL_FILLIN_AMOUNT _UxGT("Cantidad de relleno")
|
|
173
|
+#define MSG_UBL_MANUAL_FILLIN _UxGT("Relleno manual")
|
|
174
|
+#define MSG_UBL_SMART_FILLIN _UxGT("Relleno inteligente")
|
|
175
|
+#define MSG_UBL_FILLIN_MESH _UxGT("Mallado de relleno")
|
|
176
|
+#define MSG_UBL_INVALIDATE_ALL _UxGT("Invalidar todo")
|
|
177
|
+#define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Invalidar proximos")
|
|
178
|
+#define MSG_UBL_FINE_TUNE_ALL _UxGT("Ajustar Fino Todo")
|
|
179
|
+#define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Ajustar Fino proxi.")
|
|
180
|
+#define MSG_UBL_STORAGE_MESH_MENU _UxGT("Almacen de Mallado")
|
|
181
|
+#define MSG_UBL_STORAGE_SLOT _UxGT("Huecos de memoria")
|
|
182
|
+#define MSG_UBL_LOAD_MESH _UxGT("Cargar Mallado cama")
|
|
183
|
+#define MSG_UBL_SAVE_MESH _UxGT("Guardar Mallado cama")
|
|
184
|
+#define MSG_MESH_LOADED _UxGT("Mallado %i Cargado")
|
|
185
|
+#define MSG_MESH_SAVED _UxGT("Mallado %i Guardado")
|
|
186
|
+#define MSG_UBL_NO_STORAGE _UxGT("Sin guardar")
|
|
187
|
+#define MSG_UBL_SAVE_ERROR _UxGT("Error: Guardar UBL")
|
|
188
|
+#define MSG_UBL_RESTORE_ERROR _UxGT("Error: Restaurar UBL")
|
|
189
|
+#define MSG_UBL_Z_OFFSET _UxGT("Desfase de Z: ")
|
|
190
|
+#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Desfase de Z Parado")
|
|
191
|
+#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("UBL Paso a Paso")
|
|
192
|
+
|
|
193
|
+#define MSG_LED_CONTROL _UxGT("Control LED")
|
|
194
|
+#define MSG_LEDS _UxGT("Luzes")
|
|
195
|
+#define MSG_LED_PRESETS _UxGT("Luz predefinida")
|
|
196
|
+#define MSG_SET_LEDS_RED _UxGT("Rojo")
|
|
197
|
+#define MSG_SET_LEDS_ORANGE _UxGT("Naranja")
|
|
198
|
+#define MSG_SET_LEDS_YELLOW _UxGT("Amarillo")
|
|
199
|
+#define MSG_SET_LEDS_GREEN _UxGT("Verde")
|
|
200
|
+#define MSG_SET_LEDS_BLUE _UxGT("Azul")
|
|
201
|
+#define MSG_SET_LEDS_INDIGO _UxGT("Índigo")
|
|
202
|
+#define MSG_SET_LEDS_VIOLET _UxGT("Violeta")
|
|
203
|
+#define MSG_SET_LEDS_WHITE _UxGT("Blanco")
|
|
204
|
+#define MSG_SET_LEDS_DEFAULT _UxGT("Por defecto")
|
|
205
|
+#define MSG_CUSTOM_LEDS _UxGT("Luces personalizadas")
|
|
206
|
+#define MSG_INTENSITY_R _UxGT("Intensidad Rojo")
|
|
207
|
+#define MSG_INTENSITY_G _UxGT("Intensidad Verde")
|
|
208
|
+#define MSG_INTENSITY_B _UxGT("Intensidad Azul")
|
|
209
|
+#define MSG_INTENSITY_W _UxGT("Intensidad Blanco")
|
|
210
|
+#define MSG_LED_BRIGHTNESS _UxGT("Brillo")
|
76
|
211
|
|
77
|
212
|
#define MSG_MOVING _UxGT("Moviendo...")
|
78
|
213
|
#define MSG_FREE_XY _UxGT("Libre XY")
|
|
@@ -80,6 +215,7 @@
|
80
|
215
|
#define MSG_MOVE_Y _UxGT("Mover Y")
|
81
|
216
|
#define MSG_MOVE_Z _UxGT("Mover Z")
|
82
|
217
|
#define MSG_MOVE_E _UxGT("Extrusor")
|
|
218
|
+#define MSG_HOTEND_TOO_COLD _UxGT("Hotend muy frio")
|
83
|
219
|
#define MSG_MOVE_Z_DIST _UxGT("Mover %smm")
|
84
|
220
|
#define MSG_MOVE_01MM _UxGT("Mover 0.1mm")
|
85
|
221
|
#define MSG_MOVE_1MM _UxGT("Mover 1mm")
|
|
@@ -88,7 +224,9 @@
|
88
|
224
|
#define MSG_BED_Z _UxGT("Cama Z")
|
89
|
225
|
#define MSG_NOZZLE _UxGT("Boquilla")
|
90
|
226
|
#define MSG_BED _UxGT("Cama")
|
|
227
|
+#define MSG_CHAMBER _UxGT("Recinto")
|
91
|
228
|
#define MSG_FAN_SPEED _UxGT("Ventilador")
|
|
229
|
+#define MSG_EXTRA_FAN_SPEED _UxGT("Vel. Ext. ventilador")
|
92
|
230
|
#define MSG_FLOW _UxGT("Flujo")
|
93
|
231
|
#define MSG_CONTROL _UxGT("Control")
|
94
|
232
|
#define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Min")
|
|
@@ -104,10 +242,18 @@
|
104
|
242
|
#define MSG_SELECT _UxGT("Seleccionar")
|
105
|
243
|
#define MSG_ACC _UxGT("Aceleración")
|
106
|
244
|
#define MSG_JERK _UxGT("Jerk")
|
107
|
|
-#define MSG_VX_JERK _UxGT("Vx-jerk")
|
108
|
|
-#define MSG_VY_JERK _UxGT("Vy-jerk")
|
109
|
|
-#define MSG_VZ_JERK _UxGT("Vz-jerk")
|
110
|
|
-#define MSG_VE_JERK _UxGT("Ve-jerk")
|
|
245
|
+#if IS_KINEMATIC
|
|
246
|
+ #define MSG_VA_JERK _UxGT("Va-Jerk")
|
|
247
|
+ #define MSG_VB_JERK _UxGT("Vb-Jerk")
|
|
248
|
+ #define MSG_VC_JERK _UxGT("Vc-Jerk")
|
|
249
|
+#else
|
|
250
|
+ #define MSG_VA_JERK _UxGT("Vx-Jerk")
|
|
251
|
+ #define MSG_VB_JERK _UxGT("Vy-Jerk")
|
|
252
|
+ #define MSG_VC_JERK _UxGT("Vz-Jerk")
|
|
253
|
+#endif
|
|
254
|
+#define MSG_VE_JERK _UxGT("Ve-Jerk")
|
|
255
|
+#define MSG_JUNCTION_DEVIATION _UxGT("Junction Dev")
|
|
256
|
+#define MSG_VELOCITY _UxGT("Velocidad")
|
111
|
257
|
#define MSG_VMAX _UxGT("Vmax")
|
112
|
258
|
#define MSG_VMIN _UxGT("Vmin")
|
113
|
259
|
#define MSG_VTRAV_MIN _UxGT("Vel. viaje min")
|
|
@@ -116,9 +262,15 @@
|
116
|
262
|
#define MSG_A_RETRACT _UxGT("Acel. retrac.")
|
117
|
263
|
#define MSG_A_TRAVEL _UxGT("Acel. Viaje")
|
118
|
264
|
#define MSG_STEPS_PER_MM _UxGT("Pasos/mm")
|
119
|
|
-#define MSG_XSTEPS _UxGT("X pasos/mm")
|
120
|
|
-#define MSG_YSTEPS _UxGT("Y pasos/mm")
|
121
|
|
-#define MSG_ZSTEPS _UxGT("Z pasos/mm")
|
|
265
|
+#if IS_KINEMATIC
|
|
266
|
+ #define MSG_ASTEPS _UxGT("A pasos/mm")
|
|
267
|
+ #define MSG_BSTEPS _UxGT("B pasos/mm")
|
|
268
|
+ #define MSG_CSTEPS _UxGT("C pasos/mm")
|
|
269
|
+#else
|
|
270
|
+ #define MSG_ASTEPS _UxGT("X pasos/mm")
|
|
271
|
+ #define MSG_BSTEPS _UxGT("Y pasos/mm")
|
|
272
|
+ #define MSG_CSTEPS _UxGT("Z pasos/mm")
|
|
273
|
+#endif
|
122
|
274
|
#define MSG_ESTEPS _UxGT("E pasos/mm")
|
123
|
275
|
#define MSG_E1STEPS _UxGT("E1 pasos/mm")
|
124
|
276
|
#define MSG_E2STEPS _UxGT("E2 pasos/mm")
|
|
@@ -129,28 +281,44 @@
|
129
|
281
|
#define MSG_TEMPERATURE _UxGT("Temperatura")
|
130
|
282
|
#define MSG_MOTION _UxGT("Movimiento")
|
131
|
283
|
#define MSG_FILAMENT _UxGT("Filamento")
|
132
|
|
-#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3")
|
|
284
|
+#define MSG_VOLUMETRIC_ENABLED _UxGT("E en mm") MSG_CUBED
|
133
|
285
|
#define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
|
|
286
|
+#define MSG_FILAMENT_UNLOAD _UxGT("Descarga mm")
|
|
287
|
+#define MSG_FILAMENT_LOAD _UxGT("Carga mm")
|
134
|
288
|
#define MSG_ADVANCE_K _UxGT("Avance K")
|
135
|
|
-#define MSG_CONTRAST _UxGT("Contraste")
|
136
|
|
-#define MSG_STORE_EEPROM _UxGT("Guardar memoria")
|
137
|
|
-#define MSG_LOAD_EEPROM _UxGT("Cargar memoria")
|
138
|
|
-#define MSG_RESTORE_FAILSAFE _UxGT("Restaurar memoria")
|
139
|
|
-#define MSG_REFRESH _UxGT("Volver a cargar")
|
140
|
|
-#define MSG_WATCH _UxGT("Información")
|
|
289
|
+#define MSG_CONTRAST _UxGT("Contraste LCD")
|
|
290
|
+#define MSG_STORE_EEPROM _UxGT("Guardar EEPROM")
|
|
291
|
+#define MSG_LOAD_EEPROM _UxGT("Cargar EEPROM")
|
|
292
|
+#define MSG_RESTORE_FAILSAFE _UxGT("Rest. fábrica")
|
|
293
|
+#define MSG_INIT_EEPROM _UxGT("Inicializar EEPROM")
|
|
294
|
+#define MSG_MEDIA_UPDATE _UxGT("Actualizar SD/USB")
|
|
295
|
+#define MSG_RESET_PRINTER _UxGT("Resetear Impresora")
|
|
296
|
+#define MSG_REFRESH _UxGT("Recargar")
|
|
297
|
+#define MSG_WATCH _UxGT("Pantalla de Inf.")
|
141
|
298
|
#define MSG_PREPARE _UxGT("Preparar")
|
142
|
299
|
#define MSG_TUNE _UxGT("Ajustar")
|
|
300
|
+#define MSG_START_PRINT _UxGT("Iniciar impresión")
|
|
301
|
+#define MSG_BUTTON_NEXT _UxGT("Siguinte")
|
|
302
|
+#define MSG_BUTTON_INIT _UxGT("Iniciar")
|
|
303
|
+#define MSG_BUTTON_STOP _UxGT("Parar")
|
|
304
|
+#define MSG_BUTTON_PRINT _UxGT("Imprimir")
|
|
305
|
+#define MSG_BUTTON_RESET _UxGT("Reiniciar")
|
|
306
|
+#define MSG_BUTTON_CANCEL _UxGT("Cancelar")
|
|
307
|
+#define MSG_BUTTON_DONE _UxGT("Listo")
|
143
|
308
|
#define MSG_PAUSE_PRINT _UxGT("Pausar impresión")
|
144
|
309
|
#define MSG_RESUME_PRINT _UxGT("Reanudar impresión")
|
145
|
310
|
#define MSG_STOP_PRINT _UxGT("Detener impresión")
|
146
|
|
-#define MSG_MEDIA_MENU _UxGT("Menú Media")
|
147
|
|
-#define MSG_NO_MEDIA _UxGT("Media no presente")
|
|
311
|
+#define MSG_OUTAGE_RECOVERY _UxGT("Recuper. por interr.")
|
|
312
|
+#define MSG_MEDIA_MENU _UxGT("Imprim. desde SD/USB")
|
|
313
|
+#define MSG_NO_MEDIA _UxGT("SD/USB no presente")
|
148
|
314
|
#define MSG_DWELL _UxGT("Reposo...")
|
149
|
|
-#define MSG_USERWAIT _UxGT("Esperando órdenes")
|
|
315
|
+#define MSG_USERWAIT _UxGT("Pulsar para Reanudar")
|
|
316
|
+#define MSG_PRINT_PAUSED _UxGT("Impresión Pausada")
|
|
317
|
+#define MSG_PRINTING _UxGT("Imprimiendo...")
|
150
|
318
|
#define MSG_PRINT_ABORTED _UxGT("Impresión cancelada")
|
151
|
319
|
#define MSG_NO_MOVE _UxGT("Sin movimiento")
|
152
|
|
-#define MSG_KILLED _UxGT("Parada de emergencia")
|
153
|
|
-#define MSG_STOPPED _UxGT("Detenida")
|
|
320
|
+#define MSG_KILLED _UxGT("MUERTA")
|
|
321
|
+#define MSG_STOPPED _UxGT("DETENIDA")
|
154
|
322
|
#define MSG_CONTROL_RETRACT _UxGT("Retraer mm")
|
155
|
323
|
#define MSG_CONTROL_RETRACT_SWAP _UxGT("Interc. Retraer mm")
|
156
|
324
|
#define MSG_CONTROL_RETRACTF _UxGT("Retraer V")
|
|
@@ -158,105 +326,241 @@
|
158
|
326
|
#define MSG_CONTROL_RETRACT_RECOVER _UxGT("DesRet mm")
|
159
|
327
|
#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Interc. DesRet mm")
|
160
|
328
|
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("DesRet V")
|
|
329
|
+#define MSG_CONTROL_RETRACT_RECOVER_SWAPF _UxGT("S UnRet V")
|
161
|
330
|
#define MSG_AUTORETRACT _UxGT("Retracción Auto.")
|
|
331
|
+#define MSG_FILAMENT_SWAP_LENGTH _UxGT("Inter. longitud")
|
|
332
|
+#define MSG_FILAMENT_PURGE_LENGTH _UxGT("Purgar longitud")
|
|
333
|
+#define MSG_TOOL_CHANGE _UxGT("Cambiar Herramienta")
|
|
334
|
+#define MSG_TOOL_CHANGE_ZLIFT _UxGT("Aumentar Z")
|
|
335
|
+#define MSG_SINGLENOZZLE_PRIME_SPD _UxGT("Prime Speed")
|
|
336
|
+#define MSG_SINGLENOZZLE_RETRACT_SPD _UxGT("Vel. de retracción")
|
|
337
|
+#define MSG_NOZZLE_STANDBY _UxGT("Colocar boquilla")
|
162
|
338
|
#define MSG_FILAMENTCHANGE _UxGT("Cambiar filamento")
|
163
|
|
-#define MSG_INIT_MEDIA _UxGT("Iniciando Media")
|
164
|
|
-#define MSG_CHANGE_MEDIA _UxGT("Cambiar Media")
|
165
|
|
-#define MSG_ZPROBE_OUT _UxGT("Sonda Z fuera")
|
166
|
|
-#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Auto-Prueba")
|
167
|
|
-#define MSG_BLTOUCH_RESET _UxGT("Reiniciar BLTouch")
|
168
|
|
-#define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
169
|
|
-#define MSG_FIRST _UxGT("primero")
|
|
339
|
+#define MSG_FILAMENTLOAD _UxGT("Cargar filamento")
|
|
340
|
+#define MSG_FILAMENTUNLOAD _UxGT("Descargar filamento")
|
|
341
|
+#define MSG_FILAMENTUNLOAD_ALL _UxGT("Descargar todo")
|
|
342
|
+#define MSG_INIT_MEDIA _UxGT("Iniciar SD/USB")
|
|
343
|
+#define MSG_CHANGE_MEDIA _UxGT("Cambiar SD/USB")
|
|
344
|
+#define MSG_RELEASE_MEDIA _UxGT("Lanzar SD/USB")
|
|
345
|
+#define MSG_ZPROBE_OUT _UxGT("Sonda Z fuera cama")
|
|
346
|
+#define MSG_SKEW_FACTOR _UxGT("Factor de desviación")
|
|
347
|
+#define MSG_BLTOUCH _UxGT("BLTouch")
|
|
348
|
+#define MSG_BLTOUCH_SELFTEST _UxGT("Cmd: Auto-Prueba")
|
|
349
|
+#define MSG_BLTOUCH_RESET _UxGT("Cmd: Reiniciar")
|
|
350
|
+#define MSG_BLTOUCH_STOW _UxGT("Cmd: Bajar pistón")
|
|
351
|
+#define MSG_BLTOUCH_DEPLOY _UxGT("Cmd: Subir pistón")
|
|
352
|
+#define MSG_BLTOUCH_SW_MODE _UxGT("Cmd: Modo Software")
|
|
353
|
+#define MSG_BLTOUCH_5V_MODE _UxGT("Cmd: Modo 5V")
|
|
354
|
+#define MSG_BLTOUCH_OD_MODE _UxGT("Cmd: Modo OD")
|
|
355
|
+#define MSG_BLTOUCH_MODE_STORE _UxGT("Cmd: Modo almacenar")
|
|
356
|
+#define MSG_BLTOUCH_MODE_STORE_5V _UxGT("Poner BLTouch a 5V")
|
|
357
|
+#define MSG_BLTOUCH_MODE_STORE_OD _UxGT("Poner BLTouch a OD")
|
|
358
|
+#define MSG_BLTOUCH_MODE_ECHO _UxGT("Informe de drenaje")
|
|
359
|
+#define MSG_BLTOUCH_MODE_CHANGE _UxGT("PELIGRO: ¡Una mala configuración puede producir daños! ¿Proceder igualmente?")
|
|
360
|
+#define MSG_TOUCHMI_PROBE _UxGT("TouchMI")
|
|
361
|
+#define MSG_TOUCHMI_INIT _UxGT("Iniciar TouchMI")
|
|
362
|
+#define MSG_TOUCHMI_ZTEST _UxGT("Test de desfase Z")
|
|
363
|
+#define MSG_TOUCHMI_SAVE _UxGT("Guardar")
|
|
364
|
+#define MSG_MANUAL_DEPLOY_TOUCHMI _UxGT("Subir TouchMI")
|
|
365
|
+#define MSG_MANUAL_DEPLOY _UxGT("Subir Sonda Z")
|
|
366
|
+#define MSG_MANUAL_STOW _UxGT("Bajar Sonda Z")
|
|
367
|
+#define MSG_HOME _UxGT("Origen") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
|
368
|
+#define MSG_FIRST _UxGT("Primero")
|
170
|
369
|
#define MSG_ZPROBE_ZOFFSET _UxGT("Desfase Z")
|
171
|
370
|
#define MSG_BABYSTEP_X _UxGT("Micropaso X")
|
172
|
371
|
#define MSG_BABYSTEP_Y _UxGT("Micropaso Y")
|
173
|
372
|
#define MSG_BABYSTEP_Z _UxGT("Micropaso Z")
|
|
373
|
+#define MSG_BABYSTEP_TOTAL _UxGT("Total")
|
174
|
374
|
#define MSG_ENDSTOP_ABORT _UxGT("Cancelado - Endstop")
|
175
|
|
-#define MSG_HEATING_FAILED_LCD _UxGT("Error: al calentar")
|
176
|
|
-#define MSG_ERR_REDUNDANT_TEMP _UxGT("Error: temperatura")
|
177
|
|
-#define MSG_THERMAL_RUNAWAY _UxGT("Error: temperatura")
|
178
|
|
-#define MSG_ERR_MAXTEMP _UxGT("Error: Temp Máxima")
|
179
|
|
-#define MSG_ERR_MINTEMP _UxGT("Error: Temp Mínima")
|
180
|
|
-#define MSG_ERR_MAXTEMP_BED _UxGT("Error: Temp Max Cama")
|
181
|
|
-#define MSG_ERR_MINTEMP_BED _UxGT("Error: Temp Min Cama")
|
|
375
|
+#define MSG_HEATING_FAILED_LCD _UxGT("Calent. fallido")
|
|
376
|
+#define MSG_HEATING_FAILED_LCD_BED _UxGT("Calent. cama fallido")
|
|
377
|
+#define MSG_HEATING_FAILED_LCD_CHAMBER _UxGT("Calent. Cám. fallido")
|
|
378
|
+#define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: TEMP. REDUN.")
|
|
379
|
+#define MSG_THERMAL_RUNAWAY _UxGT("ESCAPE TERMICO")
|
|
380
|
+#define MSG_THERMAL_RUNAWAY_BED _UxGT("ESC. TERMICO CAMA")
|
|
381
|
+#define MSG_THERMAL_RUNAWAY_CHAMBER _UxGT("ESC. TERMICO CAMARA")
|
|
382
|
+#define MSG_ERR_MAXTEMP _UxGT("Err:TEMP. MÁX")
|
|
383
|
+#define MSG_ERR_MINTEMP _UxGT("Err:TEMP. MIN")
|
|
384
|
+#define MSG_ERR_MAXTEMP_BED _UxGT("Err:TEMP. MÁX CAMA")
|
|
385
|
+#define MSG_ERR_MINTEMP_BED _UxGT("Err:TEMP. MIN CAMA")
|
|
386
|
+#define MSG_ERR_MAXTEMP_CHAMBER _UxGT("Err:TEMP. MÁX CÁMARA")
|
|
387
|
+#define MSG_ERR_MINTEMP_CHAMBER _UxGT("Err:TEMP. MIN CÁMARA")
|
182
|
388
|
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
|
183
|
|
-#define MSG_HALTED _UxGT("IMPRESORA PARADA")
|
|
389
|
+#define MSG_HALTED _UxGT("IMPRESORA DETENIDA")
|
184
|
390
|
#define MSG_PLEASE_RESET _UxGT("Por favor, reinicie")
|
185
|
391
|
#define MSG_SHORT_DAY _UxGT("d") // One character only
|
186
|
392
|
#define MSG_SHORT_HOUR _UxGT("h") // One character only
|
187
|
393
|
#define MSG_SHORT_MINUTE _UxGT("m") // One character only
|
188
|
394
|
#define MSG_HEATING _UxGT("Calentando...")
|
|
395
|
+#define MSG_COOLING _UxGT("Enfriando...")
|
189
|
396
|
#define MSG_BED_HEATING _UxGT("Calentando Cama...")
|
|
397
|
+#define MSG_BED_COOLING _UxGT("Enfriando Cama...")
|
|
398
|
+#define MSG_CHAMBER_HEATING _UxGT("Calentando Cámara...")
|
|
399
|
+#define MSG_CHAMBER_COOLING _UxGT("Enfriando Cámara...")
|
190
|
400
|
#define MSG_DELTA_CALIBRATE _UxGT("Calibración Delta")
|
191
|
401
|
#define MSG_DELTA_CALIBRATE_X _UxGT("Calibrar X")
|
192
|
402
|
#define MSG_DELTA_CALIBRATE_Y _UxGT("Calibrar Y")
|
193
|
403
|
#define MSG_DELTA_CALIBRATE_Z _UxGT("Calibrar Z")
|
194
|
404
|
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibrar Centro")
|
|
405
|
+#define MSG_DELTA_SETTINGS _UxGT("Configuración Delta")
|
195
|
406
|
#define MSG_DELTA_AUTO_CALIBRATE _UxGT("Auto Calibración")
|
196
|
407
|
#define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Est. Altura Delta")
|
197
|
|
-#define MSG_INFO_MENU _UxGT("Inf. Impresora")
|
198
|
|
-#define MSG_INFO_PRINTER_MENU _UxGT("Inf. Impresora")
|
|
408
|
+#define MSG_DELTA_Z_OFFSET_CALIBRATE _UxGT("Ajustar Sonda Z")
|
|
409
|
+#define MSG_DELTA_DIAG_ROD _UxGT("Barra Diagonal")
|
|
410
|
+#define MSG_DELTA_HEIGHT _UxGT("Altura")
|
|
411
|
+#define MSG_DELTA_RADIUS _UxGT("Radio")
|
|
412
|
+#define MSG_INFO_MENU _UxGT("Acerca de Impresora")
|
|
413
|
+#define MSG_INFO_PRINTER_MENU _UxGT("Info. Impresora")
|
|
414
|
+#define MSG_3POINT_LEVELING _UxGT("Nivelando 3puntos")
|
|
415
|
+#define MSG_LINEAR_LEVELING _UxGT("Nivelando Lineal")
|
|
416
|
+#define MSG_BILINEAR_LEVELING _UxGT("Nivelando Bilineal")
|
|
417
|
+#define MSG_UBL_LEVELING _UxGT("Nivelando UBL")
|
|
418
|
+#define MSG_MESH_LEVELING _UxGT("Nivelando en Mallado")
|
199
|
419
|
#define MSG_INFO_STATS_MENU _UxGT("Estadísticas Imp.")
|
200
|
|
-#define MSG_INFO_BOARD_MENU _UxGT("Inf. Controlador")
|
|
420
|
+#define MSG_INFO_BOARD_MENU _UxGT("Info. Controlador")
|
201
|
421
|
#define MSG_INFO_THERMISTOR_MENU _UxGT("Termistores")
|
202
|
422
|
#define MSG_INFO_EXTRUDERS _UxGT("Extrusores")
|
203
|
423
|
#define MSG_INFO_BAUDRATE _UxGT("Baudios")
|
204
|
424
|
#define MSG_INFO_PROTOCOL _UxGT("Protocolo")
|
205
|
425
|
#define MSG_CASE_LIGHT _UxGT("Luz cabina")
|
|
426
|
+#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Brillo cabina")
|
206
|
427
|
|
207
|
428
|
#define MSG_EXPECTED_PRINTER _UxGT("Impresora incorrecta")
|
208
|
429
|
|
209
|
430
|
#if LCD_WIDTH >= 20
|
210
|
|
- #define MSG_INFO_PRINT_COUNT _UxGT("Conteo de impresión")
|
|
431
|
+ #define MSG_INFO_PRINT_COUNT _UxGT("Cont. de impresión")
|
211
|
432
|
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Completadas")
|
212
|
433
|
#define MSG_INFO_PRINT_TIME _UxGT("Tiempo total de imp.")
|
213
|
434
|
#define MSG_INFO_PRINT_LONGEST _UxGT("Impresión más larga")
|
214
|
|
- #define MSG_INFO_PRINT_FILAMENT _UxGT("Total de Extrusión")
|
|
435
|
+ #define MSG_INFO_PRINT_FILAMENT _UxGT("Total Extruido")
|
215
|
436
|
#else
|
216
|
437
|
#define MSG_INFO_PRINT_COUNT _UxGT("Impresiones")
|
217
|
438
|
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Completadas")
|
218
|
439
|
#define MSG_INFO_PRINT_TIME _UxGT("Total")
|
219
|
440
|
#define MSG_INFO_PRINT_LONGEST _UxGT("Más larga")
|
220
|
|
- #define MSG_INFO_PRINT_FILAMENT _UxGT("Extrusión")
|
|
441
|
+ #define MSG_INFO_PRINT_FILAMENT _UxGT("Extruido")
|
221
|
442
|
#endif
|
222
|
|
-
|
223
|
|
-#define MSG_INFO_MIN_TEMP _UxGT("Temperatura mínima")
|
224
|
|
-#define MSG_INFO_MAX_TEMP _UxGT("Temperatura máxima")
|
225
|
|
-#define MSG_INFO_PSU _UxGT("Fuente de poder")
|
226
|
|
-#define MSG_DRIVE_STRENGTH _UxGT("Potencia driver")
|
|
443
|
+#define MSG_INFO_MIN_TEMP _UxGT("Temp. Mínima")
|
|
444
|
+#define MSG_INFO_MAX_TEMP _UxGT("Temp. Máxima")
|
|
445
|
+#define MSG_INFO_PSU _UxGT("Fuente alimentación")
|
|
446
|
+#define MSG_DRIVE_STRENGTH _UxGT("Fuerza de empuje")
|
227
|
447
|
#define MSG_DAC_PERCENT _UxGT("Driver %")
|
|
448
|
+#define MSG_ERROR_TMC _UxGT("ERROR CONEX. TMC")
|
228
|
449
|
#define MSG_DAC_EEPROM_WRITE _UxGT("Escribe DAC EEPROM")
|
229
|
|
-
|
230
|
|
-#define MSG_FILAMENT_CHANGE_HEADER _UxGT("IMPR. PAUSADA")
|
|
450
|
+#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("IMPRESIÓN PAUSADA")
|
|
451
|
+#define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("CARGAR FILAMENTO")
|
|
452
|
+#define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("DESCARGAR FILAMENTO")
|
231
|
453
|
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("OPC. REINICIO:")
|
232
|
|
-#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Extruir más")
|
233
|
|
-#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Resumir imp.")
|
234
|
|
-
|
235
|
|
-#define MSG_FILAMENT_CHANGE_MINTEMP _UxGT("Temp Mínima es ")
|
|
454
|
+#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Purgar más")
|
|
455
|
+#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Continuar imp.")
|
236
|
456
|
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Boquilla: ")
|
|
457
|
+#define MSG_RUNOUT_SENSOR _UxGT("Sensor de sección")
|
|
458
|
+#define MSG_RUNOUT_DISTANCE_MM _UxGT("Dist de secc. mm")
|
|
459
|
+#define MSG_ERR_HOMING_FAILED _UxGT("Ir a origen Fallado")
|
|
460
|
+#define MSG_ERR_PROBING_FAILED _UxGT("Sondeo Fallado")
|
|
461
|
+#define MSG_M600_TOO_COLD _UxGT("M600: Muy Frio")
|
|
462
|
+
|
|
463
|
+#define MSG_MMU2_FILAMENT_CHANGE_HEADER _UxGT("CAMBIAR FILAMENTO")
|
|
464
|
+#define MSG_MMU2_CHOOSE_FILAMENT_HEADER _UxGT("ELIJE FILAMENTO")
|
|
465
|
+#define MSG_MMU2_MENU _UxGT("MMU")
|
|
466
|
+#define MSG_MMU2_WRONG_FIRMWARE _UxGT("¡Actu. MMU Firmware!")
|
|
467
|
+#define MSG_MMU2_NOT_RESPONDING _UxGT("MMU Necesita Cuidado")
|
|
468
|
+#define MSG_MMU2_RESUME _UxGT("Continuar imp.")
|
|
469
|
+#define MSG_MMU2_RESUMING _UxGT("Resumiendo...")
|
|
470
|
+#define MSG_MMU2_LOAD_FILAMENT _UxGT("Cargar Filamento")
|
|
471
|
+#define MSG_MMU2_LOAD_ALL _UxGT("Cargar Todo")
|
|
472
|
+#define MSG_MMU2_LOAD_TO_NOZZLE _UxGT("Cargar hasta boqui.")
|
|
473
|
+#define MSG_MMU2_EJECT_FILAMENT _UxGT("Expulsar Filamento")
|
|
474
|
+#define MSG_MMU2_EJECT_FILAMENT0 _UxGT("Expulsar Filamento 1")
|
|
475
|
+#define MSG_MMU2_EJECT_FILAMENT1 _UxGT("Expulsar Filamento 2")
|
|
476
|
+#define MSG_MMU2_EJECT_FILAMENT2 _UxGT("Expulsar Filamento 3")
|
|
477
|
+#define MSG_MMU2_EJECT_FILAMENT3 _UxGT("Expulsar Filamento 4")
|
|
478
|
+#define MSG_MMU2_EJECT_FILAMENT4 _UxGT("Expulsar Filamento 5")
|
|
479
|
+#define MSG_MMU2_UNLOAD_FILAMENT _UxGT("Descargar Filamento")
|
|
480
|
+#define MSG_MMU2_LOADING_FILAMENT _UxGT("Cargando Fil. %i...")
|
|
481
|
+#define MSG_MMU2_EJECTING_FILAMENT _UxGT("Expulsando Fil. ...")
|
|
482
|
+#define MSG_MMU2_UNLOADING_FILAMENT _UxGT("Descargando Fil....")
|
|
483
|
+#define MSG_MMU2_ALL _UxGT("Todo")
|
|
484
|
+#define MSG_MMU2_FILAMENT0 _UxGT("Filamento 1")
|
|
485
|
+#define MSG_MMU2_FILAMENT1 _UxGT("Filamento 2")
|
|
486
|
+#define MSG_MMU2_FILAMENT2 _UxGT("Filamento 3")
|
|
487
|
+#define MSG_MMU2_FILAMENT3 _UxGT("Filamento 4")
|
|
488
|
+#define MSG_MMU2_FILAMENT4 _UxGT("Filamento 5")
|
|
489
|
+#define MSG_MMU2_RESET _UxGT("Reiniciar MMU")
|
|
490
|
+#define MSG_MMU2_RESETTING _UxGT("Reiniciando MMU...")
|
|
491
|
+#define MSG_MMU2_EJECT_RECOVER _UxGT("Retirar, y pulsar")
|
237
|
492
|
|
238
|
|
-#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Esperando para")
|
|
493
|
+#define MSG_MIX _UxGT("Mezcla")
|
|
494
|
+#define MSG_MIX_COMPONENT _UxGT("Componente")
|
|
495
|
+#define MSG_MIXER _UxGT("Miezclador")
|
|
496
|
+#define MSG_GRADIENT _UxGT("Degradado")
|
|
497
|
+#define MSG_FULL_GRADIENT _UxGT("Degradado Total")
|
|
498
|
+#define MSG_TOGGLE_MIX _UxGT("Mezcla Conmutada")
|
|
499
|
+#define MSG_CYCLE_MIX _UxGT("Mezcla Cíclica")
|
|
500
|
+#define MSG_GRADIENT_MIX _UxGT("Mezcla de Degradado")
|
|
501
|
+#define MSG_REVERSE_GRADIENT _UxGT("Degradado inverso")
|
|
502
|
+#define MSG_ACTIVE_VTOOL _UxGT("Activar Herr.V")
|
|
503
|
+#define MSG_START_VTOOL _UxGT("Inicio Herr.V")
|
|
504
|
+#define MSG_END_VTOOL _UxGT(" Fin Herr.V")
|
|
505
|
+#define MSG_GRADIENT_ALIAS _UxGT("Alias Herr.V")
|
|
506
|
+#define MSG_RESET_VTOOLS _UxGT("Reiniciar Herr.V")
|
|
507
|
+#define MSG_COMMIT_VTOOL _UxGT("Cometer mezc. Herr.V")
|
|
508
|
+#define MSG_VTOOLS_RESET _UxGT("Herr.V reiniciados")
|
|
509
|
+#define MSG_START_Z _UxGT("Inicio Z")
|
|
510
|
+#define MSG_END_Z _UxGT(" Fin Z")
|
239
|
511
|
|
240
|
|
-#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserte el filamento")
|
241
|
|
-#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("y presione el botón")
|
|
512
|
+#define MSG_GAMES _UxGT("Games")
|
|
513
|
+#define MSG_BRICKOUT _UxGT("Brickout")
|
|
514
|
+#define MSG_INVADERS _UxGT("Invaders")
|
|
515
|
+#define MSG_SNAKE _UxGT("Sn4k3")
|
|
516
|
+#define MSG_MAZE _UxGT("Maze")
|
242
|
517
|
|
243
|
518
|
#if LCD_HEIGHT >= 4
|
244
|
|
- // Up to 3 lines allowed
|
245
|
|
- #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("iniciar cambio")
|
|
519
|
+ #define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Pulsar el botón para")
|
|
520
|
+ #define MSG_ADVANCED_PAUSE_WAITING_2 _UxGT("reanudar impresión")
|
|
521
|
+ #define MSG_PAUSE_PRINT_INIT_1 _UxGT("Aparcando...")
|
|
522
|
+ #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Esperando para")
|
|
523
|
+ #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("iniciar el cambio")
|
246
|
524
|
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("de filamento")
|
|
525
|
+ #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserte el filamento")
|
|
526
|
+ #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("y pulse el botón")
|
247
|
527
|
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("para continuar...")
|
248
|
|
-#else // LCD_HEIGHT < 4
|
249
|
|
- // Up to 2 lines allowed
|
250
|
|
- #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("iniciar cambio fil.")
|
251
|
|
-#endif // LCD_HEIGHT < 4
|
|
528
|
+ #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Pulse el botón para")
|
|
529
|
+ #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("calentar la boquilla")
|
|
530
|
+ #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Calentando boquilla")
|
|
531
|
+ #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Espere por favor...")
|
|
532
|
+ #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Espere para")
|
|
533
|
+ #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("liberar el filamento")
|
|
534
|
+ #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Espere para")
|
|
535
|
+ #define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("purgar el filamento")
|
|
536
|
+ #define MSG_FILAMENT_CHANGE_CONT_PURGE_1 _UxGT("Pulse para finalizar")
|
|
537
|
+ #define MSG_FILAMENT_CHANGE_CONT_PURGE_2 _UxGT("la purga de filamen.")
|
|
538
|
+ #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperando impresora")
|
|
539
|
+ #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("para reanudar...")
|
|
540
|
+#else
|
|
541
|
+ #define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Pulse para continuar")
|
|
542
|
+ #define MSG_PAUSE_PRINT_INIT_1 _UxGT("Aparcando...")
|
|
543
|
+ #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Por Favor espere...")
|
|
544
|
+ #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserte y Pulse")
|
|
545
|
+ #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Pulse para Calentar")
|
|
546
|
+ #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Calentando...")
|
|
547
|
+ #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Liberando...")
|
|
548
|
+ #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Cargando...")
|
|
549
|
+ #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Purgando...")
|
|
550
|
+ #define MSG_FILAMENT_CHANGE_CONT_PURGE_1 _UxGT("Pulse para finalizar")
|
|
551
|
+ #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Reanudando...")
|
|
552
|
+#endif
|
|
553
|
+
|
|
554
|
+#define MSG_TMC_DRIVERS _UxGT("Controladores TMC")
|
|
555
|
+#define MSG_TMC_CURRENT _UxGT("Amperaje Controlador")
|
|
556
|
+#define MSG_TMC_HYBRID_THRS _UxGT("Límite Hibrido")
|
|
557
|
+#define MSG_TMC_HOMING_THRS _UxGT("Origen sin sensores")
|
|
558
|
+#define MSG_TMC_STEPPING_MODE _UxGT("Modo de pasos")
|
|
559
|
+#define MSG_TMC_STEALTH_ENABLED _UxGT("StealthChop Habilit.")
|
|
560
|
+
|
|
561
|
+#define MSG_SERVICE_RESET _UxGT("Reiniciar")
|
|
562
|
+#define MSG_SERVICE_IN _UxGT(" dentro:")
|
252
|
563
|
|
253
|
|
-#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Esperando para")
|
254
|
|
-#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("expulsar filamento")
|
255
|
|
-#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Esperado para")
|
256
|
|
-#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("cargar el filamento")
|
257
|
|
-#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperando imp.")
|
258
|
|
-#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("para resumir")
|
259
|
|
-#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Oprima botón para")
|
260
|
|
-#define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("Calentar la boquilla")
|
261
|
|
-#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Calentando boquilla")
|
262
|
|
-#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Espere por favor")
|
|
564
|
+#define MSG_BACKLASH _UxGT("Backlash")
|
|
565
|
+#define MSG_BACKLASH_CORRECTION _UxGT("Correction")
|
|
566
|
+#define MSG_BACKLASH_SMOOTHING _UxGT("Suavizado")
|