|
@@ -273,8 +273,13 @@
|
273
|
273
|
#define MSG_PREPARE _UxGT("Vorbereitung")
|
274
|
274
|
#define MSG_TUNE _UxGT("Justierung")
|
275
|
275
|
#define MSG_START_PRINT _UxGT("Starte Druck")
|
276
|
|
-#define MSG_BUTTON_PRINT _UxGT("Drucke")
|
|
276
|
+#define MSG_BUTTON_NEXT _UxGT("Weiter")
|
|
277
|
+#define MSG_BUTTON_INIT _UxGT("Init")
|
|
278
|
+#define MSG_BUTTON_STOP _UxGT("Stop")
|
|
279
|
+#define MSG_BUTTON_PRINT _UxGT("Drucken")
|
|
280
|
+#define MSG_BUTTON_RESET _UxGT("Zurücksetzen")
|
277
|
281
|
#define MSG_BUTTON_CANCEL _UxGT("Abbrechen")
|
|
282
|
+#define MSG_BUTTON_DONE _UxGT("Fertig")
|
278
|
283
|
#define MSG_PAUSE_PRINT _UxGT("SD-Druck pausieren")
|
279
|
284
|
#define MSG_RESUME_PRINT _UxGT("SD-Druck fortsetzen")
|
280
|
285
|
#define MSG_STOP_PRINT _UxGT("SD-Druck abbrechen")
|
|
@@ -318,7 +323,7 @@
|
318
|
323
|
#define MSG_BLTOUCH_DEPLOY _UxGT("BLTouch ausfahren")
|
319
|
324
|
#define MSG_BLTOUCH_SW_MODE _UxGT("BLTouch SW-Modus")
|
320
|
325
|
#define MSG_BLTOUCH_5V_MODE _UxGT("BLTouch 5V-Modus")
|
321
|
|
-#define MSG_BLTOUCH_STOW _UxGT("BLTouch einfahren")
|
|
326
|
+#define MSG_BLTOUCH_OD_MODE _UxGT("BLTouch OD Mode")
|
322
|
327
|
#define MSG_BLTOUCH_STOW _UxGT("BLTouch einfahren")
|
323
|
328
|
#define MSG_MANUAL_DEPLOY _UxGT("Z-Sonde ausfahren")
|
324
|
329
|
#define MSG_MANUAL_STOW _UxGT("Z-Sonde einfahren")
|
|
@@ -439,7 +444,7 @@
|
439
|
444
|
#define MSG_MMU2_FILAMENT2 _UxGT("Filament 3")
|
440
|
445
|
#define MSG_MMU2_FILAMENT3 _UxGT("Filament 4")
|
441
|
446
|
#define MSG_MMU2_FILAMENT4 _UxGT("Filament 5")
|
442
|
|
-#define MSG_MMU2_RESET _UxGT("setz MMU zurück")
|
|
447
|
+#define MSG_MMU2_RESET _UxGT("setze MMU zurück")
|
443
|
448
|
#define MSG_MMU2_RESETTING _UxGT("MMU zurücksetzen...")
|
444
|
449
|
#define MSG_MMU2_EJECT_RECOVER _UxGT("Entfernen, klicken")
|
445
|
450
|
|
|
@@ -460,7 +465,7 @@
|
460
|
465
|
#define MSG_COMMIT_VTOOL _UxGT("V-Tool Mix sichern")
|
461
|
466
|
#define MSG_VTOOLS_RESET _UxGT("V-Tools ist resetet")
|
462
|
467
|
#define MSG_START_Z _UxGT("Z Start")
|
463
|
|
-#define MSG_END_Z _UxGT("Z End")
|
|
468
|
+#define MSG_END_Z _UxGT("Z Ende")
|
464
|
469
|
#define MSG_BRICKOUT _UxGT("Brickout")
|
465
|
470
|
#define MSG_INVADERS _UxGT("Invaders")
|
466
|
471
|
#define MSG_SNAKE _UxGT("Sn4k3")
|
|
@@ -500,6 +505,7 @@
|
500
|
505
|
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("Drucks...")
|
501
|
506
|
#else // LCD_HEIGHT < 4
|
502
|
507
|
#define MSG_ADVANCED_PAUSE_WAITING_1 MSG_USERWAIT
|
|
508
|
+ #define MSG_PAUSE_PRINT_INIT_1 _UxGT("Parken...")
|
503
|
509
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Bitte warten...")
|
504
|
510
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Laden und Klick")
|
505
|
511
|
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Klick zum Heizen")
|