|
@@ -44,13 +44,13 @@
|
44
|
44
|
#define MSG_MAIN _UxGT("Hauptmenü")
|
45
|
45
|
#define MSG_AUTOSTART _UxGT("Autostart")
|
46
|
46
|
#define MSG_DISABLE_STEPPERS _UxGT("Motoren deaktivieren") // M84
|
47
|
|
-#define MSG_DEBUG_MENU _UxGT("Debug Menu")
|
|
47
|
+#define MSG_DEBUG_MENU _UxGT("Debug Menü")
|
48
|
48
|
#define MSG_PROGRESS_BAR_TEST _UxGT("Fortschrittsb. Test")
|
49
|
49
|
#define MSG_AUTO_HOME _UxGT("Home") // G28
|
50
|
50
|
#define MSG_AUTO_HOME_X _UxGT("Home X")
|
51
|
51
|
#define MSG_AUTO_HOME_Y _UxGT("Home Y")
|
52
|
52
|
#define MSG_AUTO_HOME_Z _UxGT("Home Z")
|
53
|
|
-#define MSG_LEVEL_BED_HOMING _UxGT("Homing XYZ")
|
|
53
|
+#define MSG_LEVEL_BED_HOMING _UxGT("Home XYZ")
|
54
|
54
|
#define MSG_LEVEL_BED_WAITING _UxGT("Klick für Start")
|
55
|
55
|
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Nächste Koordinate")
|
56
|
56
|
#define MSG_LEVEL_BED_DONE _UxGT("Fertig")
|
|
@@ -96,6 +96,7 @@
|
96
|
96
|
#define MSG_NOZZLE _UxGT("Düse")
|
97
|
97
|
#define MSG_BED _UxGT("Bett")
|
98
|
98
|
#define MSG_FAN_SPEED _UxGT("Lüfter")
|
|
99
|
+#define MSG_EXTRA_FAN_SPEED _UxGT("Extra Lüfter")
|
99
|
100
|
#define MSG_FLOW _UxGT("Flussrate")
|
100
|
101
|
#define MSG_CONTROL _UxGT("Einstellungen")
|
101
|
102
|
#define MSG_MIN LCD_STR_THERMOMETER _UxGT(" min")
|
|
@@ -150,6 +151,8 @@
|
150
|
151
|
#define MSG_FILAMENT _UxGT("Filament")
|
151
|
152
|
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm³")
|
152
|
153
|
#define MSG_FILAMENT_DIAM _UxGT("D Fil.")
|
|
154
|
+#define MSG_FILAMENT_UNLOAD _UxGT("Entladen mm")
|
|
155
|
+#define MSG_FILAMENT_LOAD _UxGT("Laden mm")
|
153
|
156
|
#define MSG_ADVANCE_K _UxGT("Advance Faktor")
|
154
|
157
|
#define MSG_CONTRAST _UxGT("LCD Kontrast")
|
155
|
158
|
#define MSG_STORE_EEPROM _UxGT("Konfig. speichern")
|
|
@@ -180,11 +183,16 @@
|
180
|
183
|
#define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet mm")
|
181
|
184
|
#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Wechs. UnRet mm")
|
182
|
185
|
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V")
|
|
186
|
+#define MSG_CONTROL_RETRACT_RECOVER_SWAPF _UxGT("S UnRet V")
|
183
|
187
|
#define MSG_AUTORETRACT _UxGT("Autom. Retract")
|
184
|
188
|
#define MSG_FILAMENTCHANGE _UxGT("Filament wechseln")
|
|
189
|
+#define MSG_FILAMENTLOAD _UxGT("Filament laden")
|
|
190
|
+#define MSG_FILAMENTUNLOAD _UxGT("Filament entladen")
|
|
191
|
+#define MSG_FILAMENTUNLOAD_ALL _UxGT("Alles entladen")
|
185
|
192
|
#define MSG_INIT_SDCARD _UxGT("SD-Karte erkennen") // Manually initialize the SD-card via user interface
|
186
|
193
|
#define MSG_CNG_SDCARD _UxGT("SD-Karte getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
|
187
|
194
|
#define MSG_ZPROBE_OUT _UxGT("Sensor ausserhalb")
|
|
195
|
+#define MSG_SKEW_FACTOR _UxGT("Skew Faktor")
|
188
|
196
|
#define MSG_BLTOUCH _UxGT("BLTouch")
|
189
|
197
|
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Test")
|
190
|
198
|
#define MSG_BLTOUCH_RESET _UxGT("BLTouch Reset")
|
|
@@ -200,6 +208,7 @@
|
200
|
208
|
#define MSG_HEATING_FAILED_LCD _UxGT("HEIZEN FEHLGESCHLAGEN")
|
201
|
209
|
#define MSG_ERR_REDUNDANT_TEMP _UxGT("REDUND. TEMPERATURABWEICHUNG")
|
202
|
210
|
#define MSG_THERMAL_RUNAWAY LCD_STR_THERMOMETER _UxGT(" NICHT ERREICHT")
|
|
211
|
+#define MSG_THERMAL_RUNAWAY_BED _UxGT("BETT") MSG_THERMAL_RUNAWAY
|
203
|
212
|
#define MSG_ERR_MAXTEMP LCD_STR_THERMOMETER _UxGT(" ÜBERSCHRITTEN")
|
204
|
213
|
#define MSG_ERR_MINTEMP LCD_STR_THERMOMETER _UxGT(" UNTERSCHRITTEN")
|
205
|
214
|
#define MSG_ERR_MAXTEMP_BED _UxGT("BETT ") LCD_STR_THERMOMETER _UxGT(" ÜBERSCHRITTEN")
|
|
@@ -222,7 +231,9 @@
|
222
|
231
|
#define MSG_DELTA_SETTINGS _UxGT("Delta Einst. anzeig.")
|
223
|
232
|
#define MSG_DELTA_AUTO_CALIBRATE _UxGT("Autom. Kalibrierung")
|
224
|
233
|
#define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Delta Höhe setzen")
|
225
|
|
-
|
|
234
|
+#define MSG_DELTA_DIAG_ROD _UxGT("Diag Rod")
|
|
235
|
+#define MSG_DELTA_HEIGHT _UxGT("Höhe")
|
|
236
|
+#define MSG_DELTA_RADIUS _UxGT("Radius")
|
226
|
237
|
#define MSG_INFO_MENU _UxGT("Über den Drucker")
|
227
|
238
|
#define MSG_INFO_PRINTER_MENU _UxGT("Drucker Info")
|
228
|
239
|
#define MSG_3POINT_LEVELING _UxGT("3-Punkt Nivellierung")
|
|
@@ -241,7 +252,7 @@
|
241
|
252
|
|
242
|
253
|
#define MSG_UBL_DOING_G29 _UxGT("G29 UBL läuft!")
|
243
|
254
|
#define MSG_UBL_UNHOMED _UxGT("Erst XYZ homen")
|
244
|
|
-#define MSG_UBL_TOOLS _UxGT("UBL Tools")
|
|
255
|
+#define MSG_UBL_TOOLS _UxGT("UBL Werkzeuge")
|
245
|
256
|
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
246
|
257
|
#define MSG_UBL_MANUAL_MESH _UxGT("Netz manuell erst.")
|
247
|
258
|
#define MSG_UBL_BC_INSERT _UxGT("Unterlegen & messen")
|
|
@@ -264,7 +275,7 @@
|
264
|
275
|
#define MSG_UBL_BUILD_ABS_MESH _UxGT("Netz erstellen ABS")
|
265
|
276
|
#define MSG_UBL_BUILD_COLD_MESH _UxGT("Netz erstellen kalt")
|
266
|
277
|
#define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Netz Höhe einst.")
|
267
|
|
-#define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Height Amount")
|
|
278
|
+#define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Höhe")
|
268
|
279
|
#define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Netz validieren")
|
269
|
280
|
#define MSG_UBL_VALIDATE_PLA_MESH _UxGT("Netz validieren PLA")
|
270
|
281
|
#define MSG_UBL_VALIDATE_ABS_MESH _UxGT("Netz validieren ABS")
|
|
@@ -294,11 +305,34 @@
|
294
|
305
|
#define MSG_UBL_STORAGE_SLOT _UxGT("Memory Slot")
|
295
|
306
|
#define MSG_UBL_LOAD_MESH _UxGT("Bett Netz laden")
|
296
|
307
|
#define MSG_UBL_SAVE_MESH _UxGT("Bett Netz speichern")
|
|
308
|
+#define MSG_MESH_LOADED _UxGT("Netz %i geladen")
|
|
309
|
+#define MSG_MESH_SAVED _UxGT("Netz %i gespeichert")
|
|
310
|
+#define MSG_NO_STORAGE _UxGT("Kein Speicher")
|
297
|
311
|
#define MSG_UBL_SAVE_ERROR _UxGT("ERR:UBL speichern")
|
298
|
312
|
#define MSG_UBL_RESTORE_ERROR _UxGT("ERR:UBL wiederherst.")
|
299
|
313
|
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Versatz angehalten")
|
300
|
314
|
#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("Schrittweises UBL")
|
301
|
315
|
|
|
316
|
+#define MSG_LED_CONTROL _UxGT("LED Kontrolle")
|
|
317
|
+#define MSG_LEDS_ON _UxGT("Licht an")
|
|
318
|
+#define MSG_LEDS_OFF _UxGT("Licht aus")
|
|
319
|
+#define MSG_LED_PRESETS _UxGT("Licht Einstellungen")
|
|
320
|
+#define MSG_SET_LEDS_RED _UxGT("Rot")
|
|
321
|
+#define MSG_SET_LEDS_ORANGE _UxGT("Orange")
|
|
322
|
+#define MSG_SET_LEDS_YELLOW _UxGT("Gelb")
|
|
323
|
+#define MSG_SET_LEDS_GREEN _UxGT("Grün")
|
|
324
|
+#define MSG_SET_LEDS_BLUE _UxGT("Blau")
|
|
325
|
+#define MSG_SET_LEDS_INDIGO _UxGT("Indigo")
|
|
326
|
+#define MSG_SET_LEDS_VIOLET _UxGT("Violett")
|
|
327
|
+#define MSG_SET_LEDS_WHITE _UxGT("Weiß")
|
|
328
|
+#define MSG_SET_LEDS_DEFAULT _UxGT("Standard")
|
|
329
|
+#define MSG_CUSTOM_LEDS _UxGT("Benutzerdef.")
|
|
330
|
+#define MSG_INTENSITY_R _UxGT("Intensität Rot")
|
|
331
|
+#define MSG_INTENSITY_G _UxGT("Intensität Grün")
|
|
332
|
+#define MSG_INTENSITY_B _UxGT("Intensität Blau")
|
|
333
|
+#define MSG_INTENSITY_W _UxGT("Intensität Weiß")
|
|
334
|
+#define MSG_LED_BRIGHTNESS _UxGT("Helligkeit")
|
|
335
|
+
|
302
|
336
|
#if LCD_WIDTH >= 20
|
303
|
337
|
#define MSG_INFO_PRINT_COUNT _UxGT("Gesamte Drucke")
|
304
|
338
|
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Beendete Drucke")
|
|
@@ -315,17 +349,21 @@
|
315
|
349
|
|
316
|
350
|
#define MSG_INFO_MIN_TEMP _UxGT("Min Temp")
|
317
|
351
|
#define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
|
318
|
|
-#define MSG_INFO_PSU _UxGT("Stromversorgung")
|
|
352
|
+#define MSG_INFO_PSU _UxGT("Netzteil")
|
319
|
353
|
|
320
|
354
|
#define MSG_DRIVE_STRENGTH _UxGT("Motorströme")
|
321
|
355
|
#define MSG_DAC_PERCENT _UxGT("Treiber %")
|
322
|
356
|
#define MSG_DAC_EEPROM_WRITE _UxGT("Werte speichern")
|
323
|
|
-
|
324
|
357
|
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("DRUCK PAUSIERT")
|
|
358
|
+#define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("FILAMENT LADEN")
|
|
359
|
+#define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("FILAMENT ENTLADEN")
|
325
|
360
|
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("FORTS. OPTIONEN:")
|
|
361
|
+#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Mehr entleeren")
|
326
|
362
|
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Drucke weiter")
|
327
|
363
|
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Düse: ")
|
328
|
|
-
|
|
364
|
+#define MSG_ERR_HOMING_FAILED _UxGT("Homing gescheitert")
|
|
365
|
+#define MSG_ERR_PROBING_FAILED _UxGT("Probing gescheitert")
|
|
366
|
+#define MSG_M600_TOO_COLD _UxGT("M600: Zu kalt")
|
329
|
367
|
#if LCD_HEIGHT >= 4
|
330
|
368
|
// Up to 3 lines allowed
|
331
|
369
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Warte auf den")
|
|
@@ -344,6 +382,9 @@
|
344
|
382
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Warte auf")
|
345
|
383
|
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("Laden des")
|
346
|
384
|
#define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("Filaments")
|
|
385
|
+ #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Warte auf")
|
|
386
|
+ #define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("Entleeren des")
|
|
387
|
+ #define MSG_FILAMENT_CHANGE_PURGE_3 _UxGT("Filaments")
|
347
|
388
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Warte auf")
|
348
|
389
|
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("Fortsetzung des")
|
349
|
390
|
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("Druckes...")
|
|
@@ -354,6 +395,7 @@
|
354
|
395
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Laden und Klick")
|
355
|
396
|
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heizen...")
|
356
|
397
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Laden...")
|
|
398
|
+ #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Entleeren...")
|
357
|
399
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Fortsetzen...")
|
358
|
400
|
#endif // LCD_HEIGHT < 4
|
359
|
401
|
|