|
38 | 38 | #define WELCOME_MSG MACHINE_NAME " lista."
|
39 | 39 | #define MSG_SD_INSERTED "Tarxeta inserida"
|
40 | 40 | #define MSG_SD_REMOVED "Tarxeta retirada"
|
| 41 | +#define MSG_LCD_ENDSTOPS "Endstops" // Max length 8 characters |
41 | 42 | #define MSG_MAIN "Menu principal"
|
42 | 43 | #define MSG_AUTOSTART "Autoarranque"
|
43 | 44 | #define MSG_DISABLE_STEPPERS "Apagar motores"
|
44 | 45 | #define MSG_AUTO_HOME "Ir a orixe"
|
| 46 | +#define MSG_LEVEL_BED_HOMING "Ir orixes XYZ" |
| 47 | +#define MSG_LEVEL_BED_WAITING "Prema pulsador" |
| 48 | +#define MSG_LEVEL_BED_NEXT_POINT "Seguinte punto" |
| 49 | +#define MSG_LEVEL_BED_DONE "Nivelado feito!" |
| 50 | +#define MSG_LEVEL_BED_CANCEL "Cancelar" |
| 51 | +#define MSG_SET_HOME_OFFSETS "Offsets a orixe" |
| 52 | +#define MSG_HOME_OFFSETS_APPLIED "Offsets fixados" |
45 | 53 | #define MSG_SET_ORIGIN "Fixar orixe"
|
46 | 54 | #define MSG_PREHEAT_PLA "Prequentar PLA"
|
47 | 55 | #define MSG_PREHEAT_PLA_N "Prequentar PLA "
|
|
53 | 61 | #define MSG_PREHEAT_ABS_ALL "Preque. ABS Todo"
|
54 | 62 | #define MSG_PREHEAT_ABS_BEDONLY "Preque. ABS Cama"
|
55 | 63 | #define MSG_PREHEAT_ABS_SETTINGS "Preque. ABS conf"
|
| 64 | +#define MSG_H1 "1" |
| 65 | +#define MSG_H2 "2" |
| 66 | +#define MSG_H3 "3" |
| 67 | +#define MSG_H4 "4" |
56 | 68 | #define MSG_COOLDOWN "Arrefriar"
|
57 | 69 | #define MSG_SWITCH_PS_ON "Acender"
|
58 | 70 | #define MSG_SWITCH_PS_OFF "Apagar"
|
|
63 | 75 | #define MSG_MOVE_X "Mover X"
|
64 | 76 | #define MSG_MOVE_Y "Mover Y"
|
65 | 77 | #define MSG_MOVE_Z "Mover Z"
|
66 |
| -#define MSG_MOVE_E "Extruir" |
| 78 | +#define MSG_MOVE_E "Extrusor" |
| 79 | +#define MSG_MOVE_E1 "1" |
| 80 | +#define MSG_MOVE_E2 "2" |
| 81 | +#define MSG_MOVE_E3 "3" |
| 82 | +#define MSG_MOVE_E4 "4" |
67 | 83 | #define MSG_MOVE_01MM "Mover 0.1mm"
|
68 | 84 | #define MSG_MOVE_1MM "Mover 1mm"
|
69 | 85 | #define MSG_MOVE_10MM "Mover 10mm"
|
70 | 86 | #define MSG_SPEED "Velocidade"
|
| 87 | +#define MSG_BED_Z "Cama Z" |
71 | 88 | #define MSG_NOZZLE "Bico"
|
| 89 | +#define MSG_N1 " 1" |
| 90 | +#define MSG_N2 " 2" |
| 91 | +#define MSG_N3 " 3" |
| 92 | +#define MSG_N4 " 4" |
72 | 93 | #define MSG_BED "Cama"
|
73 | 94 | #define MSG_FAN_SPEED "Velocidade vent."
|
74 | 95 | #define MSG_FLOW "Fluxo"
|
|
109 | 130 | #define MSG_MOTION "Movemento"
|
110 | 131 | #define MSG_VOLUMETRIC "Filamento"
|
111 | 132 | #define MSG_VOLUMETRIC_ENABLED "E en mm3"
|
112 |
| -#define MSG_FILAMENT_DIAM "Diametro filam." |
| 133 | +#define MSG_FILAMENT_DIAM "Diam. fil." |
| 134 | +#define MSG_DIAM_E1 " 1" |
| 135 | +#define MSG_DIAM_E2 " 2" |
| 136 | +#define MSG_DIAM_E3 " 3" |
| 137 | +#define MSG_DIAM_E4 " 4" |
113 | 138 | #define MSG_CONTRAST "Constraste LCD"
|
114 | 139 | #define MSG_STORE_EPROM "Gardar en memo."
|
115 | 140 | #define MSG_LOAD_EPROM "Cargar de memo."
|
|
161 | 186 | #define MSG_HEATING_COMPLETE "Xa esta quente"
|
162 | 187 | #define MSG_BED_HEATING "Quentando cama"
|
163 | 188 | #define MSG_BED_DONE "Cama esta quente"
|
164 |
| - |
165 | 189 | #define MSG_DELTA_CALIBRATE "Calibracion Delta"
|
166 | 190 | #define MSG_DELTA_CALIBRATE_X "Calibrar X"
|
167 | 191 | #define MSG_DELTA_CALIBRATE_Y "Calibrar Y"
|
|
0 commit comments