|
@@ -80,6 +80,10 @@
|
80
|
80
|
#define MSG_LASER_OFF _UxGT("Laser aus")
|
81
|
81
|
#define MSG_LASER_ON _UxGT("Laser an")
|
82
|
82
|
#define MSG_LASER_POWER _UxGT("Laserleistung")
|
|
83
|
+#define MSG_SPINDLE_MENU _UxGT("Spindel-Steuerung")
|
|
84
|
+#define MSG_SPINDLE_OFF _UxGT("Spindel Aus")
|
|
85
|
+#define MSG_SPINDLE_ON _UxGT("Spindel An")
|
|
86
|
+#define MSG_SPINDLE_POWER _UxGT("Spindelleistung")
|
83
|
87
|
#define MSG_SPINDLE_REVERSE _UxGT("Spindelrichtung")
|
84
|
88
|
#define MSG_SWITCH_PS_ON _UxGT("Netzteil ein")
|
85
|
89
|
#define MSG_SWITCH_PS_OFF _UxGT("Netzteil aus")
|
|
@@ -335,6 +339,11 @@
|
335
|
339
|
#define MSG_BLTOUCH_STOW _UxGT("BLTouch einfahren")
|
336
|
340
|
#define MSG_BLTOUCH_MODE_ECHO _UxGT("BLTouch Modus: ")
|
337
|
341
|
#define MSG_BLTOUCH_MODE_CHANGE _UxGT("ACHTUNG: Falsche Einstellung - kann zu Beschädigung führen! Fortfahren?")
|
|
342
|
+#define MSG_TOUCHMI_PROBE _UxGT("TouchMI")
|
|
343
|
+#define MSG_TOUCHMI_INIT _UxGT("TouchMI initial.")
|
|
344
|
+#define MSG_TOUCHMI_ZTEST _UxGT("Test Z-Versatz")
|
|
345
|
+#define MSG_TOUCHMI_SAVE _UxGT("Speichern")
|
|
346
|
+#define MSG_MANUAL_DEPLOY_TOUCHMI _UxGT("TouchMI ausfahren")
|
338
|
347
|
#define MSG_MANUAL_DEPLOY _UxGT("Z-Sonde ausfahren")
|
339
|
348
|
#define MSG_MANUAL_STOW _UxGT("Z-Sonde einfahren")
|
340
|
349
|
#define MSG_HOME _UxGT("Vorher") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|