|
|
@ -167,5 +167,47 @@ |
|
|
|
#define MSG_DELTA_CALIBRATE_Y "Calibrar Y" |
|
|
|
#define MSG_DELTA_CALIBRATE_Z "Calibrar Z" |
|
|
|
#define MSG_DELTA_CALIBRATE_CENTER "Calibrar Centro" |
|
|
|
|
|
|
|
#define MSG_INFO_MENU "Inf. Impresora" |
|
|
|
#define MSG_INFO_PRINTER_MENU "Inf. Impresora" |
|
|
|
#define MSG_INFO_STATS_MENU "Estadisticas Imp." |
|
|
|
#define MSG_INFO_BOARD_MENU "Inf. Controlador" |
|
|
|
#define MSG_INFO_THERMISTOR_MENU "Termistores" |
|
|
|
#define MSG_INFO_EXTRUDERS "Extrusores" |
|
|
|
#define MSG_INFO_BAUDRATE "Baudios" |
|
|
|
#define MSG_INFO_PROTOCOL "Protocolo" |
|
|
|
#define MSG_INFO_PRINT_COUNT "Conteo de impresion" |
|
|
|
#define MSG_INFO_COMPLETED_PRINTS "Completadas" |
|
|
|
#define MSG_INFO_PRINT_TIME "Tiempo total de imp." |
|
|
|
#define MSG_INFO_PRINT_LONGEST "Impresion mas larga" |
|
|
|
#define MSG_INFO_PRINT_FILAMENT "Total de Extrusion" |
|
|
|
#define MSG_INFO_PRINT_COUNT "Impresiones" |
|
|
|
#define MSG_INFO_COMPLETED_PRINTS "Completadas" |
|
|
|
#define MSG_INFO_PRINT_TIME "Total" |
|
|
|
#define MSG_INFO_PRINT_LONGEST "Mas larga" |
|
|
|
#define MSG_INFO_PRINT_FILAMENT "Extrusion" |
|
|
|
#define MSG_INFO_MIN_TEMP "Temperatura minima" |
|
|
|
#define MSG_INFO_MAX_TEMP "Temperatura maxima" |
|
|
|
#define MSG_INFO_PSU "Fuente de poder" |
|
|
|
#define MSG_FILAMENT_CHANGE_HEADER "Cambiar Filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_HEADER "Opciones de cambio:" |
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE "Extruir mas" |
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_RESUME "Resumir imp." |
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_1 "Esperando para empesar" |
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_2 "del filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_3 "cambiar" |
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Esperado por" |
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_2 "filamento expulsado" |
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_3 "" |
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_1 "Inserte filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_2 "y presione el boton" |
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_3 "para continuar..." |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_1 "Esperado por" |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_2 "Cargar filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_3 "" |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Esperado por" |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 "Extruir filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_3 "" |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_1 "Esperando imp." |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_2 "para resumir" |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_3 "" |
|
|
|
#endif // LANGUAGE_ES_H
|
|
|
|