|
@@ -99,6 +99,8 @@
|
99
|
99
|
#define MSG_UBL_UNHOMED _UxGT("Home XYZ zuerst")
|
100
|
100
|
#define MSG_UBL_TOOLS _UxGT("UBL-Werkzeuge")
|
101
|
101
|
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
|
102
|
+#define MSG_LCD_PROBING_MESH _UxGT("Messpunkt")
|
|
103
|
+#define MSG_LCD_TILTING_MESH _UxGT("Berührungspunkt")
|
102
|
104
|
#define MSG_IDEX_MENU _UxGT("IDEX-Modus")
|
103
|
105
|
#define MSG_OFFSETS_MENU _UxGT("Werkzeugversätze")
|
104
|
106
|
#define MSG_IDEX_MODE_AUTOPARK _UxGT("Autom. Parken")
|
|
@@ -231,7 +233,7 @@
|
231
|
233
|
#define MSG_JUNCTION_DEVIATION _UxGT("Junction Dev")
|
232
|
234
|
#define MSG_VELOCITY _UxGT("Geschwindigkeit")
|
233
|
235
|
#define MSG_VMAX _UxGT("V max ") // space intentional
|
234
|
|
-#define MSG_VMIN _UxGT("V min")
|
|
236
|
+#define MSG_VMIN _UxGT("V min ")
|
235
|
237
|
#define MSG_VTRAV_MIN _UxGT("V min Leerfahrt")
|
236
|
238
|
#define MSG_ACCELERATION _UxGT("Beschleunigung")
|
237
|
239
|
#define MSG_AMAX _UxGT("A max ") // space intentional
|
|
@@ -258,7 +260,7 @@
|
258
|
260
|
#define MSG_MOTION _UxGT("Bewegung")
|
259
|
261
|
#define MSG_FILAMENT _UxGT("Filament")
|
260
|
262
|
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm³")
|
261
|
|
-#define MSG_FILAMENT_DIAM _UxGT("Durchm. Filament")
|
|
263
|
+#define MSG_FILAMENT_DIAM _UxGT("Filamentdurchmesser")
|
262
|
264
|
#define MSG_FILAMENT_UNLOAD _UxGT("Entladen mm")
|
263
|
265
|
#define MSG_FILAMENT_LOAD _UxGT("Laden mm")
|
264
|
266
|
#define MSG_ADVANCE_K _UxGT("Vorschubfaktor")
|
|
@@ -325,9 +327,13 @@
|
325
|
327
|
#define MSG_BLTOUCH_DEPLOY _UxGT("BLTouch ausfahren")
|
326
|
328
|
#define MSG_BLTOUCH_SW_MODE _UxGT("BLTouch SW-Modus")
|
327
|
329
|
#define MSG_BLTOUCH_5V_MODE _UxGT("BLTouch 5V-Modus")
|
328
|
|
-#define MSG_BLTOUCH_OD_MODE _UxGT("BLTouch OD Mode")
|
|
330
|
+#define MSG_BLTOUCH_OD_MODE _UxGT("BLTouch OD-Modus")
|
329
|
331
|
#define MSG_BLTOUCH_MODE_STORE _UxGT("BLTouch Mode Store")
|
|
332
|
+#define MSG_BLTOUCH_MODE_STORE_5V _UxGT("BLTouch auf 5V")
|
|
333
|
+#define MSG_BLTOUCH_MODE_STORE_OD _UxGT("BLTouch auf OD")
|
330
|
334
|
#define MSG_BLTOUCH_STOW _UxGT("BLTouch einfahren")
|
|
335
|
+#define MSG_BLTOUCH_MODE_ECHO _UxGT("BLTouch Modus: ")
|
|
336
|
+#define MSG_BLTOUCH_MODE_CHANGE _UxGT("ACHTUNG: Falsche Einstellung - kann zu Beschädigung führen! Fortfahren?")
|
331
|
337
|
#define MSG_MANUAL_DEPLOY _UxGT("Z-Sonde ausfahren")
|
332
|
338
|
#define MSG_MANUAL_STOW _UxGT("Z-Sonde einfahren")
|
333
|
339
|
#define MSG_HOME _UxGT("Vorher") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
|
@@ -418,7 +424,8 @@
|
418
|
424
|
#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Mehr entladen")
|
419
|
425
|
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Druck weiter")
|
420
|
426
|
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Düse: ")
|
421
|
|
-#define MSG_RUNOUT_SENSOR _UxGT("Auslaufsensor")
|
|
427
|
+#define MSG_RUNOUT_SENSOR _UxGT("Runout-Sensor")
|
|
428
|
+#define MSG_RUNOUT_DISTANCE_MM _UxGT("Runout-Weg mm")
|
422
|
429
|
#define MSG_ERR_HOMING_FAILED _UxGT("Homing gescheitert")
|
423
|
430
|
#define MSG_ERR_PROBING_FAILED _UxGT("Probing gescheitert")
|
424
|
431
|
#define MSG_M600_TOO_COLD _UxGT("M600: zu kalt")
|