|
@@ -38,17 +38,20 @@
|
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
|
+#define MSG_LCD_ENDSTOPS "FinCarro"
|
42
|
42
|
#define MSG_MAIN "Menu principal"
|
43
|
43
|
#define MSG_AUTOSTART "Autoarranque"
|
44
|
44
|
#define MSG_DISABLE_STEPPERS "Apagar motores"
|
45
|
45
|
#define MSG_AUTO_HOME "Ir a orixe"
|
|
46
|
+#define MSG_AUTO_HOME_X "Ir orixe X"
|
|
47
|
+#define MSG_AUTO_HOME_Y "Ir orixe Y"
|
|
48
|
+#define MSG_AUTO_HOME_Z "Ir orixe Z"
|
46
|
49
|
#define MSG_LEVEL_BED_HOMING "Ir orixes XYZ"
|
47
|
50
|
#define MSG_LEVEL_BED_WAITING "Prema pulsador"
|
48
|
51
|
#define MSG_LEVEL_BED_NEXT_POINT "Seguinte punto"
|
49
|
|
-#define MSG_LEVEL_BED_DONE "Nivelado feito!"
|
|
52
|
+#define MSG_LEVEL_BED_DONE "Nivelado feito"
|
50
|
53
|
#define MSG_LEVEL_BED_CANCEL "Cancelar"
|
51
|
|
-#define MSG_SET_HOME_OFFSETS "Offsets a orixe"
|
|
54
|
+#define MSG_SET_HOME_OFFSETS "Offsets na orixe"
|
52
|
55
|
#define MSG_HOME_OFFSETS_APPLIED "Offsets fixados"
|
53
|
56
|
#define MSG_SET_ORIGIN "Fixar orixe"
|
54
|
57
|
#define MSG_PREHEAT_PLA "Prequentar PLA"
|
|
@@ -168,6 +171,7 @@
|
168
|
171
|
#define MSG_CNG_SDCARD "Cambiar SD"
|
169
|
172
|
#define MSG_ZPROBE_OUT "Sonda-Z sen cama"
|
170
|
173
|
#define MSG_YX_UNHOMED "X/Y antes que Z"
|
|
174
|
+#define MSG_XYZ_UNHOMED "Orixe XYZ antes"
|
171
|
175
|
#define MSG_ZPROBE_ZOFFSET "Offset Z"
|
172
|
176
|
#define MSG_BABYSTEP_X "Micropaso X"
|
173
|
177
|
#define MSG_BABYSTEP_Y "Micropaso Y"
|