|
53 | 53 | #define MSG_PREHEAT_1 "Precalentar PLA"
|
54 | 54 | #define MSG_PREHEAT_1_N MSG_PREHEAT_1 " "
|
55 | 55 | #define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 "Todo"
|
56 |
| -#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1"Plataforma" |
| 56 | +#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 "Plataforma" |
57 | 57 | #define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 "Config"
|
58 | 58 | #define MSG_PREHEAT_2 "Precalentar ABS"
|
59 | 59 | #define MSG_PREHEAT_2_N MSG_PREHEAT_2 " "
|
|
81 | 81 | #define MSG_FAN_SPEED "Ventilador"
|
82 | 82 | #define MSG_FLOW "Flujo"
|
83 | 83 | #define MSG_CONTROL "Control"
|
84 |
| -#define MSG_MIN LCD_STR_THERMOMETER " Min" |
85 |
| -#define MSG_MAX LCD_STR_THERMOMETER " Max" |
86 |
| -#define MSG_FACTOR LCD_STR_THERMOMETER " Fact" |
| 84 | +#define MSG_MIN " " LCD_STR_THERMOMETER " Min" |
| 85 | +#define MSG_MAX " " LCD_STR_THERMOMETER " Max" |
| 86 | +#define MSG_FACTOR " " LCD_STR_THERMOMETER " Fact" |
87 | 87 | #define MSG_AUTOTEMP "Temperatura Auto."
|
88 | 88 | #define MSG_ON "Encender"
|
89 | 89 | #define MSG_OFF "Apagar"
|
|
106 | 106 | #define MSG_YSTEPS "Y pasos/mm"
|
107 | 107 | #define MSG_ZSTEPS "Z pasos/mm"
|
108 | 108 | #define MSG_ESTEPS "E pasos/mm"
|
| 109 | +#define MSG_E1STEPS "E1 pasos/mm" |
| 110 | +#define MSG_E2STEPS "E2 pasos/mm" |
| 111 | +#define MSG_E3STEPS "E3 pasos/mm" |
| 112 | +#define MSG_E4STEPS "E4 pasos/mm" |
109 | 113 | #define MSG_TEMPERATURE "Temperatura"
|
110 | 114 | #define MSG_MOTION "Movimiento"
|
111 | 115 | #define MSG_VOLUMETRIC "Filamento"
|
|
174 | 178 | #define MSG_INFO_EXTRUDERS "Extrusores"
|
175 | 179 | #define MSG_INFO_BAUDRATE "Baudios"
|
176 | 180 | #define MSG_INFO_PROTOCOL "Protocolo"
|
177 |
| -#define MSG_INFO_PRINT_COUNT "Conteo de impresion" |
178 |
| -#define MSG_INFO_COMPLETED_PRINTS "Completadas" |
179 |
| -#define MSG_INFO_PRINT_TIME "Tiempo total de imp." |
180 |
| -#define MSG_INFO_PRINT_LONGEST "Impresion mas larga" |
181 |
| -#define MSG_INFO_PRINT_FILAMENT "Total de Extrusion" |
182 |
| -#define MSG_INFO_PRINT_COUNT "Impresiones" |
183 |
| -#define MSG_INFO_COMPLETED_PRINTS "Completadas" |
184 |
| -#define MSG_INFO_PRINT_TIME "Total" |
185 |
| -#define MSG_INFO_PRINT_LONGEST "Mas larga" |
186 |
| -#define MSG_INFO_PRINT_FILAMENT "Extrusion" |
| 181 | +#if LCD_WIDTH > 19 |
| 182 | + #define MSG_INFO_PRINT_COUNT "Conteo de impresion" |
| 183 | + #define MSG_INFO_COMPLETED_PRINTS "Completadas" |
| 184 | + #define MSG_INFO_PRINT_TIME "Tiempo total de imp." |
| 185 | + #define MSG_INFO_PRINT_LONGEST "Impresion mas larga" |
| 186 | + #define MSG_INFO_PRINT_FILAMENT "Total de Extrusion" |
| 187 | +#else |
| 188 | + #define MSG_INFO_PRINT_COUNT "Impresiones" |
| 189 | + #define MSG_INFO_COMPLETED_PRINTS "Completadas" |
| 190 | + #define MSG_INFO_PRINT_TIME "Total" |
| 191 | + #define MSG_INFO_PRINT_LONGEST "Mas larga" |
| 192 | + #define MSG_INFO_PRINT_FILAMENT "Extrusion" |
| 193 | +#endif |
187 | 194 | #define MSG_INFO_MIN_TEMP "Temperatura minima"
|
188 | 195 | #define MSG_INFO_MAX_TEMP "Temperatura maxima"
|
189 | 196 | #define MSG_INFO_PSU "Fuente de poder"
|
|
200 | 207 |
|
201 | 208 | #if LCD_HEIGHT >= 4
|
202 | 209 | // Up to 3 lines allowed
|
203 |
| - #define MSG_FILAMENT_CHANGE_INIT_2 "del filamento" |
204 |
| - #define MSG_FILAMENT_CHANGE_INIT_3 "cambiar" |
205 |
| - #define MSG_FILAMENT_CHANGE_INSERT_3 "para continuar..." |
| 210 | + #define MSG_FILAMENT_CHANGE_INIT_2 "del filamento" |
| 211 | + #define MSG_FILAMENT_CHANGE_INIT_3 "cambiar" |
| 212 | + #define MSG_FILAMENT_CHANGE_INSERT_3 "para continuar..." |
206 | 213 | #else // LCD_HEIGHT < 4
|
207 | 214 | // Up to 2 lines allowed
|
208 |
| - #define MSG_FILAMENT_CHANGE_INIT_2 "del fil. cambiar" |
209 |
| - #define MSG_FILAMENT_CHANGE_INSERT_1 "Inserte filamento" |
| 215 | + #define MSG_FILAMENT_CHANGE_INIT_2 "del fil. cambiar" |
| 216 | + #define MSG_FILAMENT_CHANGE_INSERT_1 "Inserte filamento" |
210 | 217 | #endif // LCD_HEIGHT < 4
|
211 | 218 |
|
212 | 219 | #define MSG_FILAMENT_CHANGE_UNLOAD_1 "Esperado por"
|
|
0 commit comments