1 |
ron |
1 |
/**
|
|
|
2 |
* Marlin 3D Printer Firmware
|
|
|
3 |
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|
|
4 |
*
|
|
|
5 |
* Based on Sprinter and grbl.
|
|
|
6 |
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
|
|
|
7 |
*
|
|
|
8 |
* This program is free software: you can redistribute it and/or modify
|
|
|
9 |
* it under the terms of the GNU General Public License as published by
|
|
|
10 |
* the Free Software Foundation, either version 3 of the License, or
|
|
|
11 |
* (at your option) any later version.
|
|
|
12 |
*
|
|
|
13 |
* This program is distributed in the hope that it will be useful,
|
|
|
14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
16 |
* GNU General Public License for more details.
|
|
|
17 |
*
|
|
|
18 |
* You should have received a copy of the GNU General Public License
|
|
|
19 |
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
20 |
*
|
|
|
21 |
*/
|
|
|
22 |
|
|
|
23 |
/**
|
|
|
24 |
* Spanish
|
|
|
25 |
*
|
|
|
26 |
* LCD Menu Messages
|
|
|
27 |
* See also http://marlinfw.org/docs/development/lcd_language.html
|
|
|
28 |
*
|
|
|
29 |
*/
|
|
|
30 |
#ifndef LANGUAGE_ES_H
|
|
|
31 |
#define LANGUAGE_ES_H
|
|
|
32 |
|
|
|
33 |
#define DISPLAY_CHARSET_ISO10646_1
|
|
|
34 |
#define NOT_EXTENDED_ISO10646_1_5X7
|
|
|
35 |
#define CHARSIZE 2
|
|
|
36 |
|
|
|
37 |
#define WELCOME_MSG MACHINE_NAME _UxGT(" lista.")
|
|
|
38 |
#define MSG_BACK _UxGT("Atras")
|
|
|
39 |
#define MSG_SD_INSERTED _UxGT("Tarjeta colocada")
|
|
|
40 |
#define MSG_SD_REMOVED _UxGT("Tarjeta retirada")
|
|
|
41 |
#define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
|
|
|
42 |
#define MSG_MAIN _UxGT("Menu principal")
|
|
|
43 |
#define MSG_AUTOSTART _UxGT("Inicio automatico")
|
|
|
44 |
#define MSG_DISABLE_STEPPERS _UxGT("Apagar motores")
|
|
|
45 |
#define MSG_DEBUG_MENU _UxGT("Menu depurar")
|
|
|
46 |
#define MSG_PROGRESS_BAR_TEST _UxGT("Prueba barra avance")
|
|
|
47 |
#define MSG_AUTO_HOME _UxGT("Llevar al origen")
|
|
|
48 |
#define MSG_AUTO_HOME_X _UxGT("Origen X")
|
|
|
49 |
#define MSG_AUTO_HOME_Y _UxGT("Origen Y")
|
|
|
50 |
#define MSG_AUTO_HOME_Z _UxGT("Origen Z")
|
|
|
51 |
#define MSG_TMC_Z_CALIBRATION _UxGT("Calibrar Z")
|
|
|
52 |
#define MSG_LEVEL_BED_HOMING _UxGT("Origen XYZ")
|
|
|
53 |
#define MSG_LEVEL_BED_WAITING _UxGT("Iniciar (Presione)")
|
|
|
54 |
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Siguiente punto")
|
|
|
55 |
#define MSG_LEVEL_BED_DONE _UxGT("Nivelacion lista!")
|
|
|
56 |
#define MSG_SET_HOME_OFFSETS _UxGT("Ajustar desfases")
|
|
|
57 |
#define MSG_HOME_OFFSETS_APPLIED _UxGT("Desfase aplicado")
|
|
|
58 |
#define MSG_SET_ORIGIN _UxGT("Establecer origen")
|
|
|
59 |
#define MSG_PREHEAT_1 _UxGT("Precalentar PLA")
|
|
|
60 |
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
|
|
|
61 |
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT("Todo")
|
|
|
62 |
#define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" End")
|
|
|
63 |
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT("Plataforma")
|
|
|
64 |
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT("Config")
|
|
|
65 |
#define MSG_PREHEAT_2 _UxGT("Precalentar ABS")
|
|
|
66 |
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
|
|
|
67 |
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT("Todo")
|
|
|
68 |
#define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" End")
|
|
|
69 |
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT("Plataforma")
|
|
|
70 |
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT("Config")
|
|
|
71 |
#define MSG_COOLDOWN _UxGT("Enfriar")
|
|
|
72 |
#define MSG_SWITCH_PS_ON _UxGT("Encender")
|
|
|
73 |
#define MSG_SWITCH_PS_OFF _UxGT("Apagar")
|
|
|
74 |
#define MSG_EXTRUDE _UxGT("Extruir")
|
|
|
75 |
#define MSG_RETRACT _UxGT("Retraer")
|
|
|
76 |
#define MSG_MOVE_AXIS _UxGT("Mover ejes")
|
|
|
77 |
#define MSG_BED_LEVELING _UxGT("Nivelar plataforma")
|
|
|
78 |
#define MSG_LEVEL_BED _UxGT("Nivelar plataforma")
|
|
|
79 |
#define MSG_MOVING _UxGT("Moviendo...")
|
|
|
80 |
#define MSG_FREE_XY _UxGT("Libre XY")
|
|
|
81 |
#define MSG_MOVE_X _UxGT("Mover X")
|
|
|
82 |
#define MSG_MOVE_Y _UxGT("Mover Y")
|
|
|
83 |
#define MSG_MOVE_Z _UxGT("Mover Z")
|
|
|
84 |
#define MSG_MOVE_E _UxGT("Extrusor")
|
|
|
85 |
#define MSG_MOVE_01MM _UxGT("Mover 0.1mm")
|
|
|
86 |
#define MSG_MOVE_1MM _UxGT("Mover 1mm")
|
|
|
87 |
#define MSG_MOVE_10MM _UxGT("Mover 10mm")
|
|
|
88 |
#define MSG_SPEED _UxGT("Velocidad")
|
|
|
89 |
#define MSG_BED_Z _UxGT("Plataforma Z")
|
|
|
90 |
#define MSG_NOZZLE _UxGT("Boquilla")
|
|
|
91 |
#define MSG_BED _UxGT("Plataforma")
|
|
|
92 |
#define MSG_FAN_SPEED _UxGT("Ventilador")
|
|
|
93 |
#define MSG_FLOW _UxGT("Flujo")
|
|
|
94 |
#define MSG_CONTROL _UxGT("Control")
|
|
|
95 |
#define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Min")
|
|
|
96 |
#define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Max")
|
|
|
97 |
#define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Fact")
|
|
|
98 |
#define MSG_AUTOTEMP _UxGT("Temperatura Auto.")
|
|
|
99 |
#define MSG_ON _UxGT("Encender")
|
|
|
100 |
#define MSG_OFF _UxGT("Apagar")
|
|
|
101 |
#define MSG_PID_P _UxGT("PID-P")
|
|
|
102 |
#define MSG_PID_I _UxGT("PID-I")
|
|
|
103 |
#define MSG_PID_D _UxGT("PID-D")
|
|
|
104 |
#define MSG_PID_C _UxGT("PID-C")
|
|
|
105 |
#define MSG_SELECT _UxGT("Seleccionar")
|
|
|
106 |
#define MSG_ACC _UxGT("Aceleracion")
|
|
|
107 |
#define MSG_JERK _UxGT("Jerk")
|
|
|
108 |
#if IS_SCARA
|
|
|
109 |
#define MSG_VA_JERK _UxGT("Va-jerk")
|
|
|
110 |
#define MSG_VB_JERK _UxGT("Vb-jerk")
|
|
|
111 |
#define MSG_VC_JERK _UxGT("Vz-jerk")
|
|
|
112 |
#elif IS_DELTA
|
|
|
113 |
#define MSG_VA_JERK _UxGT("Va-jerk")
|
|
|
114 |
#define MSG_VB_JERK _UxGT("Vb-jerk")
|
|
|
115 |
#define MSG_VC_JERK _UxGT("Vc-jerk")
|
|
|
116 |
#else
|
|
|
117 |
#define MSG_VA_JERK _UxGT("Vx-jerk")
|
|
|
118 |
#define MSG_VB_JERK _UxGT("Vy-jerk")
|
|
|
119 |
#define MSG_VC_JERK _UxGT("Vz-jerk")
|
|
|
120 |
#endif
|
|
|
121 |
#define MSG_VE_JERK _UxGT("Ve-jerk")
|
|
|
122 |
#define MSG_VMAX _UxGT("Vmax")
|
|
|
123 |
#define MSG_VMIN _UxGT("Vmin")
|
|
|
124 |
#define MSG_VTRAV_MIN _UxGT("Vel. viaje min")
|
|
|
125 |
#define MSG_ACCELERATION MSG_ACC
|
|
|
126 |
#define MSG_AMAX _UxGT("Acel. max")
|
|
|
127 |
#define MSG_A_RETRACT _UxGT("Acel. retrac.")
|
|
|
128 |
#define MSG_A_TRAVEL _UxGT("Acel. Viaje")
|
|
|
129 |
#define MSG_STEPS_PER_MM _UxGT("Pasos/mm")
|
|
|
130 |
#if IS_SCARA
|
|
|
131 |
#define MSG_ASTEPS _UxGT("A pasos/deg")
|
|
|
132 |
#define MSG_BSTEPS _UxGT("B pasos/deg")
|
|
|
133 |
#define MSG_CSTEPS _UxGT("C pasos/mm")
|
|
|
134 |
#elif IS_DELTA
|
|
|
135 |
#define MSG_ASTEPS _UxGT("A pasos/mm")
|
|
|
136 |
#define MSG_BSTEPS _UxGT("B pasos/mm")
|
|
|
137 |
#define MSG_CSTEPS _UxGT("C pasos/mm")
|
|
|
138 |
#else
|
|
|
139 |
#define MSG_ASTEPS _UxGT("X pasos/mm")
|
|
|
140 |
#define MSG_BSTEPS _UxGT("Y pasos/mm")
|
|
|
141 |
#define MSG_CSTEPS _UxGT("Z pasos/mm")
|
|
|
142 |
#endif
|
|
|
143 |
#define MSG_ESTEPS _UxGT("E pasos/mm")
|
|
|
144 |
#define MSG_E1STEPS _UxGT("E1 pasos/mm")
|
|
|
145 |
#define MSG_E2STEPS _UxGT("E2 pasos/mm")
|
|
|
146 |
#define MSG_E3STEPS _UxGT("E3 pasos/mm")
|
|
|
147 |
#define MSG_E4STEPS _UxGT("E4 pasos/mm")
|
|
|
148 |
#define MSG_E5STEPS _UxGT("E5 pasos/mm")
|
|
|
149 |
#define MSG_TEMPERATURE _UxGT("Temperatura")
|
|
|
150 |
#define MSG_MOTION _UxGT("Movimiento")
|
|
|
151 |
#define MSG_FILAMENT _UxGT("Filamento")
|
|
|
152 |
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3")
|
|
|
153 |
#define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
|
|
|
154 |
#define MSG_ADVANCE_K _UxGT("Avance K")
|
|
|
155 |
#define MSG_CONTRAST _UxGT("Contraste")
|
|
|
156 |
#define MSG_STORE_EEPROM _UxGT("Guardar memoria")
|
|
|
157 |
#define MSG_LOAD_EEPROM _UxGT("Cargar memoria")
|
|
|
158 |
#define MSG_RESTORE_FAILSAFE _UxGT("Restaurar memoria")
|
|
|
159 |
#define MSG_REFRESH _UxGT("Volver a cargar")
|
|
|
160 |
#define MSG_WATCH _UxGT("Informacion")
|
|
|
161 |
#define MSG_PREPARE _UxGT("Preparar")
|
|
|
162 |
#define MSG_TUNE _UxGT("Ajustar")
|
|
|
163 |
#define MSG_PAUSE_PRINT _UxGT("Pausar impresion")
|
|
|
164 |
#define MSG_RESUME_PRINT _UxGT("Reanudar impresion")
|
|
|
165 |
#define MSG_STOP_PRINT _UxGT("Detener impresion")
|
|
|
166 |
#define MSG_CARD_MENU _UxGT("Menu de SD")
|
|
|
167 |
#define MSG_NO_CARD _UxGT("No hay tarjeta SD")
|
|
|
168 |
#define MSG_DWELL _UxGT("Reposo...")
|
|
|
169 |
#define MSG_USERWAIT _UxGT("Esperando ordenes")
|
|
|
170 |
#define MSG_PRINT_ABORTED _UxGT("Impresion cancelada")
|
|
|
171 |
#define MSG_NO_MOVE _UxGT("Sin movimiento")
|
|
|
172 |
#define MSG_KILLED _UxGT("Parada de emergencia")
|
|
|
173 |
#define MSG_STOPPED _UxGT("Detenida")
|
|
|
174 |
#define MSG_CONTROL_RETRACT _UxGT("Retraer mm")
|
|
|
175 |
#define MSG_CONTROL_RETRACT_SWAP _UxGT("Interc. Retraer mm")
|
|
|
176 |
#define MSG_CONTROL_RETRACTF _UxGT("Retraer V")
|
|
|
177 |
#define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Levantar mm")
|
|
|
178 |
#define MSG_CONTROL_RETRACT_RECOVER _UxGT("DesRet mm")
|
|
|
179 |
#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Interc. DesRet mm")
|
|
|
180 |
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("DesRet V")
|
|
|
181 |
#define MSG_AUTORETRACT _UxGT("Retraccion Auto.")
|
|
|
182 |
#define MSG_FILAMENTCHANGE _UxGT("Cambiar filamento")
|
|
|
183 |
#define MSG_INIT_SDCARD _UxGT("Iniciando tarjeta")
|
|
|
184 |
#define MSG_CNG_SDCARD _UxGT("Cambiar tarjeta")
|
|
|
185 |
#define MSG_ZPROBE_OUT _UxGT("Sonda Z fuera")
|
|
|
186 |
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Auto-Prueba")
|
|
|
187 |
#define MSG_BLTOUCH_RESET _UxGT("Reiniciar BLTouch")
|
|
|
188 |
#define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
|
|
189 |
#define MSG_FIRST _UxGT("inic.")
|
|
|
190 |
#define MSG_ZPROBE_ZOFFSET _UxGT("Desfase Z")
|
|
|
191 |
#define MSG_BABYSTEP_X _UxGT("Micropaso X")
|
|
|
192 |
#define MSG_BABYSTEP_Y _UxGT("Micropaso Y")
|
|
|
193 |
#define MSG_BABYSTEP_Z _UxGT("Micropaso Z")
|
|
|
194 |
#define MSG_ENDSTOP_ABORT _UxGT("Cancelado - Endstop")
|
|
|
195 |
#define MSG_HEATING_FAILED_LCD _UxGT("Error: al calentar")
|
|
|
196 |
#define MSG_ERR_REDUNDANT_TEMP _UxGT("Error: temperatura")
|
|
|
197 |
#define MSG_THERMAL_RUNAWAY _UxGT("Error: temperatura")
|
|
|
198 |
#define MSG_ERR_MAXTEMP _UxGT("Error: Temp Maxima")
|
|
|
199 |
#define MSG_ERR_MINTEMP _UxGT("Error: Temp Minima")
|
|
|
200 |
#define MSG_ERR_MAXTEMP_BED _UxGT("Error: Temp Max Plat")
|
|
|
201 |
#define MSG_ERR_MINTEMP_BED _UxGT("Error: Temp Min Plat")
|
|
|
202 |
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
|
|
|
203 |
#define MSG_HALTED _UxGT("IMPRESORA PARADA")
|
|
|
204 |
#define MSG_PLEASE_RESET _UxGT("Por favor, reinicie")
|
|
|
205 |
#define MSG_SHORT_DAY _UxGT("d") // One character only
|
|
|
206 |
#define MSG_SHORT_HOUR _UxGT("h") // One character only
|
|
|
207 |
#define MSG_SHORT_MINUTE _UxGT("m") // One character only
|
|
|
208 |
#define MSG_HEATING _UxGT("Calentando...")
|
|
|
209 |
#define MSG_BED_HEATING _UxGT("Calentando Plat...")
|
|
|
210 |
#define MSG_DELTA_CALIBRATE _UxGT("Calibracion Delta")
|
|
|
211 |
#define MSG_DELTA_CALIBRATE_X _UxGT("Calibrar X")
|
|
|
212 |
#define MSG_DELTA_CALIBRATE_Y _UxGT("Calibrar Y")
|
|
|
213 |
#define MSG_DELTA_CALIBRATE_Z _UxGT("Calibrar Z")
|
|
|
214 |
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibrar Centro")
|
|
|
215 |
#define MSG_DELTA_AUTO_CALIBRATE _UxGT("Auto Calibracion")
|
|
|
216 |
#define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Est. Altura Delta")
|
|
|
217 |
#define MSG_INFO_MENU _UxGT("Inf. Impresora")
|
|
|
218 |
#define MSG_INFO_PRINTER_MENU _UxGT("Inf. Impresora")
|
|
|
219 |
#define MSG_INFO_STATS_MENU _UxGT("Estadisticas Imp.")
|
|
|
220 |
#define MSG_INFO_BOARD_MENU _UxGT("Inf. Controlador")
|
|
|
221 |
#define MSG_INFO_THERMISTOR_MENU _UxGT("Termistores")
|
|
|
222 |
#define MSG_INFO_EXTRUDERS _UxGT("Extrusores")
|
|
|
223 |
#define MSG_INFO_BAUDRATE _UxGT("Baudios")
|
|
|
224 |
#define MSG_INFO_PROTOCOL _UxGT("Protocolo")
|
|
|
225 |
#define MSG_CASE_LIGHT _UxGT("Luz cabina")
|
|
|
226 |
|
|
|
227 |
#if LCD_WIDTH > 19
|
|
|
228 |
#define MSG_INFO_PRINT_COUNT _UxGT("Conteo de impresion")
|
|
|
229 |
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Completadas")
|
|
|
230 |
#define MSG_INFO_PRINT_TIME _UxGT("Tiempo total de imp.")
|
|
|
231 |
#define MSG_INFO_PRINT_LONGEST _UxGT("Impresion mas larga")
|
|
|
232 |
#define MSG_INFO_PRINT_FILAMENT _UxGT("Total de Extrusion")
|
|
|
233 |
#else
|
|
|
234 |
#define MSG_INFO_PRINT_COUNT _UxGT("Impresiones")
|
|
|
235 |
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Completadas")
|
|
|
236 |
#define MSG_INFO_PRINT_TIME _UxGT("Total")
|
|
|
237 |
#define MSG_INFO_PRINT_LONGEST _UxGT("Mas larga")
|
|
|
238 |
#define MSG_INFO_PRINT_FILAMENT _UxGT("Extrusion")
|
|
|
239 |
#endif
|
|
|
240 |
|
|
|
241 |
#define MSG_INFO_MIN_TEMP _UxGT("Temperatura minima")
|
|
|
242 |
#define MSG_INFO_MAX_TEMP _UxGT("Temperatura maxima")
|
|
|
243 |
#define MSG_INFO_PSU _UxGT("Fuente de poder")
|
|
|
244 |
#define MSG_DRIVE_STRENGTH _UxGT("Potencia driver")
|
|
|
245 |
#define MSG_DAC_PERCENT _UxGT("Driver %")
|
|
|
246 |
#define MSG_DAC_EEPROM_WRITE _UxGT("Escribe DAC EEPROM")
|
|
|
247 |
|
|
|
248 |
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("IMPR. PAUSADA")
|
|
|
249 |
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("OPC. REINICIO:")
|
|
|
250 |
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Resumir imp.")
|
|
|
251 |
|
|
|
252 |
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Boquilla: ")
|
|
|
253 |
|
|
|
254 |
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Esperando para")
|
|
|
255 |
|
|
|
256 |
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserte el filamento")
|
|
|
257 |
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("y presione el boton")
|
|
|
258 |
|
|
|
259 |
#if LCD_HEIGHT >= 4
|
|
|
260 |
// Up to 3 lines allowed
|
|
|
261 |
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("iniciar cambio")
|
|
|
262 |
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("de filamento")
|
|
|
263 |
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("para continuar...")
|
|
|
264 |
#else // LCD_HEIGHT < 4
|
|
|
265 |
// Up to 2 lines allowed
|
|
|
266 |
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("iniciar cambio fil.")
|
|
|
267 |
#endif // LCD_HEIGHT < 4
|
|
|
268 |
|
|
|
269 |
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Esperando para")
|
|
|
270 |
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("expulsar filamento")
|
|
|
271 |
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Esperado para")
|
|
|
272 |
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("cargar el filamento")
|
|
|
273 |
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperando imp.")
|
|
|
274 |
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("para resumir")
|
|
|
275 |
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Oprima boton para")
|
|
|
276 |
#define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("Calentar la boquilla")
|
|
|
277 |
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Calentando boquilla")
|
|
|
278 |
#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Espere por favor")
|
|
|
279 |
|
|
|
280 |
#endif // LANGUAGE_ES_H
|