|
@@ -42,12 +42,17 @@
|
42
|
42
|
#define WELCOME_MSG MACHINE_NAME " pripraven."
|
43
|
43
|
#define MSG_SD_INSERTED "Karta vlozena"
|
44
|
44
|
#define MSG_SD_REMOVED "Karta vyjmuta"
|
|
45
|
+#define MSG_LCD_ENDSTOPS "Endstopy" // maximalne 8 znaku
|
45
|
46
|
#define MSG_MAIN "Hlavni nabidka"
|
46
|
47
|
#define MSG_AUTOSTART "Autostart"
|
47
|
48
|
#define MSG_DISABLE_STEPPERS "Uvolnit motory"
|
48
|
49
|
#define MSG_AUTO_HOME "Domovska pozice"
|
|
50
|
+#define MSG_AUTO_HOME_X "Domu osa X"
|
|
51
|
+#define MSG_AUTO_HOME_Y "Domu osa Y"
|
|
52
|
+#define MSG_AUTO_HOME_Z "Domu osa Z"
|
49
|
53
|
#define MSG_LEVEL_BED_HOMING "Mereni podlozky"
|
50
|
54
|
#define MSG_LEVEL_BED_WAITING "Kliknutim spustte"
|
|
55
|
+#define MSG_LEVEL_BED_NEXT_POINT "Dalsi bod"
|
51
|
56
|
#define MSG_LEVEL_BED_DONE "Mereni hotovo!"
|
52
|
57
|
#define MSG_LEVEL_BED_CANCEL "Storno"
|
53
|
58
|
#define MSG_SET_HOME_OFFSETS "Nastavit ofsety"
|