|
@@ -34,6 +34,8 @@
|
34
|
34
|
#define THIS_LANGUAGES_SPECIAL_SYMBOLS _UxGT("ÄäÖöÜüß²³")
|
35
|
35
|
|
36
|
36
|
#define WELCOME_MSG MACHINE_NAME _UxGT(" bereit")
|
|
37
|
+#define MSG_YES _UxGT("JA")
|
|
38
|
+#define MSG_NO _UxGT("NEIN")
|
37
|
39
|
#define MSG_BACK _UxGT("Zurück")
|
38
|
40
|
#define MSG_SD_INSERTED _UxGT("SD-Karte erkannt")
|
39
|
41
|
#define MSG_SD_REMOVED _UxGT("SD-Karte entfernt")
|
|
@@ -97,6 +99,7 @@
|
97
|
99
|
#define MSG_UBL_TOOLS _UxGT("UBL-Werkzeuge")
|
98
|
100
|
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
99
|
101
|
#define MSG_IDEX_MENU _UxGT("IDEX-Modus")
|
|
102
|
+#define MSG_OFFSETS_MENU _UxGT("Werkzeugversätze")
|
100
|
103
|
#define MSG_IDEX_MODE_AUTOPARK _UxGT("Autom. Parken")
|
101
|
104
|
#define MSG_IDEX_MODE_DUPLICATE _UxGT("Duplizieren")
|
102
|
105
|
#define MSG_IDEX_MODE_MIRRORED_COPY _UxGT("Spiegelkopie")
|
|
@@ -196,6 +199,7 @@
|
196
|
199
|
#define MSG_BED_Z _UxGT("Bett Z")
|
197
|
200
|
#define MSG_NOZZLE _UxGT("Düse")
|
198
|
201
|
#define MSG_BED _UxGT("Bett")
|
|
202
|
+#define MSG_CHAMBER _UxGT("Gehäuse")
|
199
|
203
|
#define MSG_FAN_SPEED _UxGT("Lüfter")
|
200
|
204
|
#define MSG_EXTRA_FAN_SPEED _UxGT("Geschw. Extralüfter")
|
201
|
205
|
#define MSG_FLOW _UxGT("Flussrate")
|
|
@@ -268,6 +272,9 @@
|
268
|
272
|
#define MSG_WATCH _UxGT("Info")
|
269
|
273
|
#define MSG_PREPARE _UxGT("Vorbereitung")
|
270
|
274
|
#define MSG_TUNE _UxGT("Justierung")
|
|
275
|
+#define MSG_START_PRINT _UxGT("Starte Druck")
|
|
276
|
+#define MSG_BUTTON_PRINT _UxGT("Drucke")
|
|
277
|
+#define MSG_BUTTON_CANCEL _UxGT("Abbrechen")
|
271
|
278
|
#define MSG_PAUSE_PRINT _UxGT("SD-Druck pausieren")
|
272
|
279
|
#define MSG_RESUME_PRINT _UxGT("SD-Druck fortsetzen")
|
273
|
280
|
#define MSG_STOP_PRINT _UxGT("SD-Druck abbrechen")
|
|
@@ -309,6 +316,9 @@
|
309
|
316
|
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Selbsttest")
|
310
|
317
|
#define MSG_BLTOUCH_RESET _UxGT("BLTouch zurücks.")
|
311
|
318
|
#define MSG_BLTOUCH_DEPLOY _UxGT("BLTouch ausfahren")
|
|
319
|
+#define MSG_BLTOUCH_SW_MODE _UxGT("BLTouch SW-Modus")
|
|
320
|
+#define MSG_BLTOUCH_5V_MODE _UxGT("BLTouch 5V-Modus")
|
|
321
|
+#define MSG_BLTOUCH_STOW _UxGT("BLTouch einfahren")
|
312
|
322
|
#define MSG_BLTOUCH_STOW _UxGT("BLTouch einfahren")
|
313
|
323
|
#define MSG_MANUAL_DEPLOY _UxGT("Z-Sonde ausfahren")
|
314
|
324
|
#define MSG_MANUAL_STOW _UxGT("Z-Sonde einfahren")
|
|
@@ -318,6 +328,7 @@
|
318
|
328
|
#define MSG_BABYSTEP_X _UxGT("Babystep X")
|
319
|
329
|
#define MSG_BABYSTEP_Y _UxGT("Babystep Y")
|
320
|
330
|
#define MSG_BABYSTEP_Z _UxGT("Babystep Z")
|
|
331
|
+#define MSG_BABYSTEP_TOTAL _UxGT("Total")
|
321
|
332
|
#define MSG_ENDSTOP_ABORT _UxGT("Endstopp Abbr.")
|
322
|
333
|
#define MSG_HEATING_FAILED_LCD _UxGT("HEIZEN ERFOLGLOS")
|
323
|
334
|
#define MSG_HEATING_FAILED_LCD_BED _UxGT("Bett heizen fehlge.")
|
|
@@ -328,6 +339,8 @@
|
328
|
339
|
#define MSG_ERR_MINTEMP LCD_STR_THERMOMETER _UxGT(" UNTERSCHRITTEN")
|
329
|
340
|
#define MSG_ERR_MAXTEMP_BED _UxGT("BETT ") LCD_STR_THERMOMETER _UxGT(" ÜBERSCHRITTEN")
|
330
|
341
|
#define MSG_ERR_MINTEMP_BED _UxGT("BETT ") LCD_STR_THERMOMETER _UxGT(" UNTERSCHRITTEN")
|
|
342
|
+#define MSG_ERR_MAXTEMP_CHAMBER _UxGT("Err: GEHÄUSE MAX TEM")
|
|
343
|
+#define MSG_ERR_MINTEMP_CHAMBER _UxGT("Err: GEHÄUSE MIN TEM")
|
331
|
344
|
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
|
332
|
345
|
#define MSG_HALTED _UxGT("DRUCKER STOPP")
|
333
|
346
|
#define MSG_PLEASE_RESET _UxGT("Bitte neustarten")
|
|
@@ -446,6 +459,10 @@
|
446
|
459
|
#define MSG_VTOOLS_RESET _UxGT("V-Tools ist resetet")
|
447
|
460
|
#define MSG_START_Z _UxGT("Z Start")
|
448
|
461
|
#define MSG_END_Z _UxGT("Z End")
|
|
462
|
+#define MSG_BRICKOUT _UxGT("Brickout")
|
|
463
|
+#define MSG_INVADERS _UxGT("Invaders")
|
|
464
|
+#define MSG_SNAKE _UxGT("Sn4k3")
|
|
465
|
+#define MSG_MAZE _UxGT("Maze")
|
449
|
466
|
|
450
|
467
|
//
|
451
|
468
|
// Die Filament-Change-Bildschirme können bis zu 3 Zeilen auf einem 4-Zeilen-Display anzeigen
|
|
@@ -453,6 +470,7 @@
|
453
|
470
|
#if LCD_HEIGHT >= 4
|
454
|
471
|
#define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Knopf drücken um")
|
455
|
472
|
#define MSG_ADVANCED_PAUSE_WAITING_2 _UxGT("Druck fortzusetzen")
|
|
473
|
+ #define MSG_PAUSE_PRINT_INIT_1 _UxGT("Parken...")
|
456
|
474
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Warte auf den")
|
457
|
475
|
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("Start des")
|
458
|
476
|
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("Filamentwechsels...")
|
|
@@ -498,3 +516,8 @@
|
498
|
516
|
#define MSG_TMC_HOMING_THRS _UxGT("Sensorloses Homing")
|
499
|
517
|
#define MSG_TMC_STEPPING_MODE _UxGT("Schrittmodus")
|
500
|
518
|
#define MSG_TMC_STEALTH_ENABLED _UxGT("StealthChop einsch.")
|
|
519
|
+#define MSG_SERVICE_RESET _UxGT("Reset")
|
|
520
|
+#define MSG_SERVICE_IN _UxGT(" im:")
|
|
521
|
+#define MSG_BACKLASH _UxGT("Spiel")
|
|
522
|
+#define MSG_BACKLASH_CORRECTION _UxGT("Korrektur")
|
|
523
|
+#define MSG_BACKLASH_SMOOTHING _UxGT("Glätten")
|