ソースを参照

Infoscreen messages end with a '.' if not to long.

MSG_NO_MOVE = 'Kein Zug.' > 'Motoren Eingesch.' hat mich grau Haare gekostet.
Die englisch Meldung will sagen - Du kannst jetz am Extruder arbeiten, die
Achsen sind bockiert, die Motoren sperren die Achsen weil sie unter Strom
stehen, weil sie eingeschaltet sind.
AnHardt 10年前
コミット
e5c45fbe8c
1個のファイルの変更10行の追加10行の削除
  1. 10
    10
      Marlin/language_de.h

+ 10
- 10
Marlin/language_de.h ファイルの表示

@@ -9,8 +9,8 @@
9 9
 #define LANGUAGE_DE_H
10 10
 
11 11
 #define WELCOME_MSG                         MACHINE_NAME " Bereit."
12
-#define MSG_SD_INSERTED                     "SDKarte erkannt"
13
-#define MSG_SD_REMOVED                      "SDKarte entfernt"
12
+#define MSG_SD_INSERTED                     "SDKarte erkannt."
13
+#define MSG_SD_REMOVED                      "SDKarte entfernt."
14 14
 #define MSG_MAIN                            "Hauptmenü"
15 15
 #define MSG_AUTOSTART                       "Autostart"
16 16
 #define MSG_DISABLE_STEPPERS                "Motoren Aus" // M84
@@ -93,12 +93,12 @@
93 93
 #define MSG_CARD_MENU                       "SDKarte"
94 94
 #define MSG_NO_CARD                         "Keine SDKarte"
95 95
 #define MSG_DWELL                           "Warten..."
96
-#define MSG_USERWAIT                        "Warte auf Nutzer"
97
-#define MSG_RESUMING                        "Druck fortsetzung"
98
-#define MSG_PRINT_ABORTED                   "Print aborted"
99
-#define MSG_NO_MOVE                         "Kein Zug."
100
-#define MSG_KILLED                          "KILLED"
101
-#define MSG_STOPPED                         "GESTOPPT"
96
+#define MSG_USERWAIT                        "Warte auf Nutzer."
97
+#define MSG_RESUMING                        "Druck geht weiter"
98
+#define MSG_PRINT_ABORTED                   "Druck abgebrochen"
99
+#define MSG_NO_MOVE                         "Motoren Eingesch."
100
+#define MSG_KILLED                          "KILLED."
101
+#define MSG_STOPPED                         "ANGEHALTEN."
102 102
 #define MSG_CONTROL_RETRACT                 "Retract mm"
103 103
 #define MSG_CONTROL_RETRACT_SWAP            "Wechs. Retract mm"
104 104
 #define MSG_CONTROL_RETRACTF                "Retract  V"
@@ -110,8 +110,8 @@
110 110
 #define MSG_FILAMENTCHANGE                  "Filament wechseln"
111 111
 #define MSG_INIT_SDCARD                     "Init. SD-Card"
112 112
 #define MSG_CNG_SDCARD                      "Change SD-Card"
113
-#define MSG_ZPROBE_OUT                      "Z probe out. bed"
114
-#define MSG_POSITION_UNKNOWN                "Home X/Y before Z"
113
+#define MSG_ZPROBE_OUT                      "Sensor ausserhalb"
114
+#define MSG_POSITION_UNKNOWN                "X/Y vor Z Homen."
115 115
 #define MSG_ZPROBE_ZOFFSET                  "Z Offset"
116 116
 #define MSG_BABYSTEP_X                      "Babystep X"
117 117
 #define MSG_BABYSTEP_Y                      "Babystep Y"

読み込み中…
キャンセル
保存