|
@@ -399,6 +399,36 @@
|
399
|
399
|
#define MSG_ERR_PROBING_FAILED _UxGT("Probing gescheitert")
|
400
|
400
|
#define MSG_M600_TOO_COLD _UxGT("M600: zu kalt")
|
401
|
401
|
|
|
402
|
+#define MSG_MMU2_FILAMENT_CHANGE_HEADER _UxGT("FILAMENT WECHSEL")
|
|
403
|
+#define MSG_MMU2_CHOOSE_FILAMENT_HEADER _UxGT("FILAMENT WÄHLEN")
|
|
404
|
+#define MSG_MMU2_MENU _UxGT("MMU")
|
|
405
|
+#define MSG_MMU2_WRONG_FIRMWARE _UxGT("Update MMU Firmware!")
|
|
406
|
+#define MSG_MMU2_NOT_RESPONDING _UxGT("MMU handeln erforder.")
|
|
407
|
+#define MSG_MMU2_RESUME _UxGT("Druck fortsetzen")
|
|
408
|
+#define MSG_MMU2_RESUMING _UxGT("Fortfahren...")
|
|
409
|
+#define MSG_MMU2_LOAD_FILAMENT MSG_FILAMENTLOAD
|
|
410
|
+#define MSG_MMU2_LOAD_ALL _UxGT("Lade alle")
|
|
411
|
+#define MSG_MMU2_LOAD_TO_NOZZLE _UxGT("Düse laden")
|
|
412
|
+#define MSG_MMU2_EJECT_FILAMENT _UxGT("Filament auswerfen")
|
|
413
|
+#define MSG_MMU2_EJECT_FILAMENT0 _UxGT("Filament 1 auswerfen")
|
|
414
|
+#define MSG_MMU2_EJECT_FILAMENT1 _UxGT("Filament 2 auswerfen")
|
|
415
|
+#define MSG_MMU2_EJECT_FILAMENT2 _UxGT("Filament 3 auswerfen")
|
|
416
|
+#define MSG_MMU2_EJECT_FILAMENT3 _UxGT("Filament 4 auswerfen")
|
|
417
|
+#define MSG_MMU2_EJECT_FILAMENT4 _UxGT("Filament 5 auswerfen")
|
|
418
|
+#define MSG_MMU2_UNLOAD_FILAMENT MSG_FILAMENTUNLOAD
|
|
419
|
+#define MSG_MMU2_LOADING_FILAMENT _UxGT("Lade Fila. %i...")
|
|
420
|
+#define MSG_MMU2_EJECTING_FILAMENT _UxGT("Fila. auswerfen...")
|
|
421
|
+#define MSG_MMU2_UNLOADING_FILAMENT _UxGT("Fila. entladen...")
|
|
422
|
+#define MSG_MMU2_ALL _UxGT("Alle")
|
|
423
|
+#define MSG_MMU2_FILAMENT0 _UxGT("Filament 1")
|
|
424
|
+#define MSG_MMU2_FILAMENT1 _UxGT("Filament 2")
|
|
425
|
+#define MSG_MMU2_FILAMENT2 _UxGT("Filament 3")
|
|
426
|
+#define MSG_MMU2_FILAMENT3 _UxGT("Filament 4")
|
|
427
|
+#define MSG_MMU2_FILAMENT4 _UxGT("Filament 5")
|
|
428
|
+#define MSG_MMU2_RESET _UxGT("setz MMU zurück")
|
|
429
|
+#define MSG_MMU2_RESETTING _UxGT("MMU zurücksetzen...")
|
|
430
|
+#define MSG_MMU2_EJECT_RECOVER _UxGT("Entfernen, klicken")
|
|
431
|
+
|
402
|
432
|
//
|
403
|
433
|
// Die Filament-Change-Bildschirme können bis zu 3 Zeilen auf einem 4-Zeilen-Display anzeigen
|
404
|
434
|
// ...oder 2 Zeilen auf einem 3-Zeilen-Display.
|