|
@@ -84,6 +84,8 @@
|
84
|
84
|
#define MSG_LEVEL_CORNERS _UxGT("Ecken nivellieren")
|
85
|
85
|
#define MSG_NEXT_CORNER _UxGT("Nächste Ecke")
|
86
|
86
|
#define MSG_EDITING_STOPPED _UxGT("Netzbearb. angeh.")
|
|
87
|
+#define MSG_MESH_X _UxGT("Index X")
|
|
88
|
+#define MSG_MESH_Y _UxGT("Index Y")
|
87
|
89
|
#define MSG_MESH_EDIT_Z _UxGT("Z-Wert")
|
88
|
90
|
#define MSG_USER_MENU _UxGT("Benutzer-Menü")
|
89
|
91
|
#define MSG_UBL_DOING_G29 _UxGT("G29 ausführen")
|
|
@@ -190,7 +192,7 @@
|
190
|
192
|
#define MSG_NOZZLE _UxGT("Düse")
|
191
|
193
|
#define MSG_BED _UxGT("Bett")
|
192
|
194
|
#define MSG_FAN_SPEED _UxGT("Lüfter")
|
193
|
|
-#define MSG_EXTRA_FAN_SPEED _UxGT("Extra Lüfter")
|
|
195
|
+#define MSG_EXTRA_FAN_SPEED _UxGT("Geschw. Extralüfter")
|
194
|
196
|
#define MSG_FLOW _UxGT("Flussrate")
|
195
|
197
|
#define MSG_CONTROL _UxGT("Einstellungen")
|
196
|
198
|
#define MSG_MIN LCD_STR_THERMOMETER _UxGT(" min")
|
|
@@ -216,6 +218,7 @@
|
216
|
218
|
#define MSG_VC_JERK _UxGT("V Z Jerk")
|
217
|
219
|
#endif
|
218
|
220
|
#define MSG_VE_JERK _UxGT("V E Jerk")
|
|
221
|
+#define MSG_JUNCTION_DEVIATION _UxGT("Junction Dev")
|
219
|
222
|
#define MSG_VELOCITY _UxGT("Geschwindigkeit")
|
220
|
223
|
#define MSG_VMAX _UxGT("V max ") // space intentional
|
221
|
224
|
#define MSG_VMIN _UxGT("V min")
|
|
@@ -249,15 +252,13 @@
|
249
|
252
|
#define MSG_FILAMENT_UNLOAD _UxGT("Entladen mm")
|
250
|
253
|
#define MSG_FILAMENT_LOAD _UxGT("Laden mm")
|
251
|
254
|
#define MSG_ADVANCE_K _UxGT("Vorschubfaktor")
|
252
|
|
-#define MSG_CONTRAST _UxGT("LCD Kontrast")
|
|
255
|
+#define MSG_CONTRAST _UxGT("LCD-Kontrast")
|
253
|
256
|
#define MSG_STORE_EEPROM _UxGT("Konfig. speichern")
|
254
|
257
|
#define MSG_LOAD_EEPROM _UxGT("Konfig. laden")
|
255
|
258
|
#define MSG_RESTORE_FAILSAFE _UxGT("Standardwerte laden")
|
256
|
259
|
#define MSG_INIT_EEPROM _UxGT("Werkseinstellungen")
|
257
|
|
-
|
258
|
|
-#define MSG_SD_UPDATE _UxGT("SD Firmware-Update")
|
|
260
|
+#define MSG_SD_UPDATE _UxGT("SD-Firmware-Update")
|
259
|
261
|
#define MSG_RESET_PRINTER _UxGT("Drucker neustarten")
|
260
|
|
-
|
261
|
262
|
#define MSG_REFRESH _UxGT("Aktualisieren")
|
262
|
263
|
#define MSG_WATCH _UxGT("Info")
|
263
|
264
|
#define MSG_PREPARE _UxGT("Vorbereitung")
|
|
@@ -270,7 +271,7 @@
|
270
|
271
|
#define MSG_NO_CARD _UxGT("Keine SD-Karte")
|
271
|
272
|
#define MSG_DWELL _UxGT("Warten...")
|
272
|
273
|
#define MSG_USERWAIT _UxGT("Klick zum Fortsetzen")
|
273
|
|
-#define MSG_PRINT_PAUSED _UxGT("Druck pausiert")
|
|
274
|
+#define MSG_PRINT_PAUSED _UxGT("Druck pausiert...")
|
274
|
275
|
#define MSG_PRINTING _UxGT("Druckt...")
|
275
|
276
|
#define MSG_PRINT_ABORTED _UxGT("Druck abgebrochen")
|
276
|
277
|
#define MSG_NO_MOVE _UxGT("Motoren angeschaltet")
|
|
@@ -285,7 +286,7 @@
|
285
|
286
|
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V")
|
286
|
287
|
#define MSG_CONTROL_RETRACT_RECOVER_SWAPF _UxGT("S UnRet V")
|
287
|
288
|
#define MSG_AUTORETRACT _UxGT("Autom. Rückzug")
|
288
|
|
-#define MSG_FILAMENT_SWAP_LENGTH _UxGT("Rückzug Länge")
|
|
289
|
+#define MSG_FILAMENT_SWAP_LENGTH _UxGT("Rückzugslänge")
|
289
|
290
|
#define MSG_TOOL_CHANGE _UxGT("Werkzeugwechsel")
|
290
|
291
|
#define MSG_TOOL_CHANGE_ZLIFT _UxGT("Z anheben")
|
291
|
292
|
#define MSG_SINGLENOZZLE_PRIME_SPD _UxGT("Prime-Geschwin.")
|
|
@@ -294,18 +295,18 @@
|
294
|
295
|
#define MSG_FILAMENTLOAD _UxGT("Filament laden")
|
295
|
296
|
#define MSG_FILAMENTUNLOAD _UxGT("Filament entladen")
|
296
|
297
|
#define MSG_FILAMENTUNLOAD_ALL _UxGT("Alles entladen")
|
297
|
|
-#define MSG_INIT_SDCARD _UxGT("SD-Karte erkennen") // Manually initialize the SD-card via user interface
|
|
298
|
+#define MSG_INIT_SDCARD _UxGT("SD-Karte initialisi.") // Manually initialize the SD-card via user interface
|
298
|
299
|
#define MSG_CHANGE_SDCARD _UxGT("SD-Karte getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
|
299
|
300
|
#define MSG_ZPROBE_OUT _UxGT("Z-Sonde außerhalb")
|
300
|
301
|
#define MSG_SKEW_FACTOR _UxGT("Korrekturfaktor")
|
301
|
302
|
#define MSG_BLTOUCH _UxGT("BLTouch")
|
302
|
|
-#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Test")
|
|
303
|
+#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Selbsttest")
|
303
|
304
|
#define MSG_BLTOUCH_RESET _UxGT("BLTouch zurücks.")
|
304
|
305
|
#define MSG_BLTOUCH_DEPLOY _UxGT("BLTouch ausfahren")
|
305
|
306
|
#define MSG_BLTOUCH_STOW _UxGT("BLTouch einfahren")
|
306
|
307
|
#define MSG_MANUAL_DEPLOY _UxGT("Z-Sonde ausfahren")
|
307
|
308
|
#define MSG_MANUAL_STOW _UxGT("Z-Sonde einfahren")
|
308
|
|
-#define MSG_HOME _UxGT("Vorher") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
|
309
|
+#define MSG_HOME _UxGT("Vorher") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
309
|
310
|
#define MSG_FIRST _UxGT("homen")
|
310
|
311
|
#define MSG_ZPROBE_ZOFFSET _UxGT("Sondenversatz Z")
|
311
|
312
|
#define MSG_BABYSTEP_X _UxGT("Babystep X")
|
|
@@ -354,7 +355,7 @@
|
354
|
355
|
#define MSG_INFO_BOARD_MENU _UxGT("Board-Info")
|
355
|
356
|
#define MSG_INFO_THERMISTOR_MENU _UxGT("Thermistoren")
|
356
|
357
|
#define MSG_INFO_EXTRUDERS _UxGT("Extruder")
|
357
|
|
-#define MSG_INFO_BAUDRATE _UxGT("Baud")
|
|
358
|
+#define MSG_INFO_BAUDRATE _UxGT("Baudrate")
|
358
|
359
|
#define MSG_INFO_PROTOCOL _UxGT("Protokoll")
|
359
|
360
|
#define MSG_CASE_LIGHT _UxGT("Beleuchtung")
|
360
|
361
|
#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Helligkeit")
|
|
@@ -384,8 +385,8 @@
|
384
|
385
|
#define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("FILAMENT LADEN")
|
385
|
386
|
#define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("FILAMENT ENTLADEN")
|
386
|
387
|
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("FORTS. OPTIONEN:")
|
387
|
|
-#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Mehr entleeren")
|
388
|
|
-#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Drucke weiter")
|
|
388
|
+#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Mehr entladen")
|
|
389
|
+#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Druck weiter")
|
389
|
390
|
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Düse: ")
|
390
|
391
|
#define MSG_RUNOUT_SENSOR_ENABLE _UxGT("Auslaufsensor")
|
391
|
392
|
#define MSG_ERR_HOMING_FAILED _UxGT("Homing gescheitert")
|
|
@@ -394,36 +395,39 @@
|
394
|
395
|
|
395
|
396
|
#if LCD_HEIGHT >= 4
|
396
|
397
|
// Up to 3 lines allowed
|
397
|
|
- #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Warte auf den")
|
398
|
|
- #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("Start des")
|
399
|
|
- #define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("Filamentwechsels")
|
400
|
|
- #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Warte auf")
|
401
|
|
- #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("Herausnahme")
|
402
|
|
- #define MSG_FILAMENT_CHANGE_UNLOAD_3 _UxGT("des Filaments...")
|
403
|
|
- #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Filament einlegen")
|
404
|
|
- #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("und Knopf")
|
405
|
|
- #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("drücken...")
|
406
|
|
- #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Knopf drücken um")
|
407
|
|
- #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("Düse aufzuheizen.")
|
408
|
|
- #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Düse heizt auf")
|
409
|
|
- #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Bitte warten...")
|
410
|
|
- #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Warte auf")
|
411
|
|
- #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("Laden des")
|
412
|
|
- #define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("Filaments")
|
413
|
|
- #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Warte auf")
|
414
|
|
- #define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("Entleeren des")
|
415
|
|
- #define MSG_FILAMENT_CHANGE_PURGE_3 _UxGT("Filaments")
|
416
|
|
- #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Warte auf")
|
417
|
|
- #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("Fortsetzung des")
|
418
|
|
- #define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("Druckes...")
|
|
398
|
+ #define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Knopf drücken um")
|
|
399
|
+ #define MSG_ADVANCED_PAUSE_WAITING_2 _UxGT("Druck fortzusetzen")
|
|
400
|
+ #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Warte auf den")
|
|
401
|
+ #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("Start des")
|
|
402
|
+ #define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("Filamentwechsels...")
|
|
403
|
+ #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Warte auf")
|
|
404
|
+ #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("Herausnahme")
|
|
405
|
+ #define MSG_FILAMENT_CHANGE_UNLOAD_3 _UxGT("des Filaments...")
|
|
406
|
+ #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Filament einlegen")
|
|
407
|
+ #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("und Knopf drücken")
|
|
408
|
+ #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("um fortzusetzen")
|
|
409
|
+ #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Knopf drücken um")
|
|
410
|
+ #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("Düse aufzuheizen")
|
|
411
|
+ #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Düse heizt auf")
|
|
412
|
+ #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("bitte warten...")
|
|
413
|
+ #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Warte auf")
|
|
414
|
+ #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("Laden des")
|
|
415
|
+ #define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("Filaments...")
|
|
416
|
+ #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Warte auf")
|
|
417
|
+ #define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("Entladen des")
|
|
418
|
+ #define MSG_FILAMENT_CHANGE_PURGE_3 _UxGT("Filaments...")
|
|
419
|
+ #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Warte auf")
|
|
420
|
+ #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("Fortsetzen des")
|
|
421
|
+ #define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("Drucks...")
|
419
|
422
|
#else // LCD_HEIGHT < 4
|
420
|
423
|
// Up to 2 lines allowed
|
421
|
|
- #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Bitte warten...")
|
422
|
|
- #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Auswerfen...")
|
423
|
|
- #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Laden und Klick")
|
424
|
|
- #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Klick zum Heizen")
|
425
|
|
- #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heizen...")
|
426
|
|
- #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Laden...")
|
427
|
|
- #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Entleeren...")
|
428
|
|
- #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Fortsetzen...")
|
|
424
|
+ #define MSG_ADVANCED_PAUSE_WAITING_1 MSG_USERWAIT
|
|
425
|
+ #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Bitte warten...")
|
|
426
|
+ #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Entladen...")
|
|
427
|
+ #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Laden und Klick")
|
|
428
|
+ #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Klick zum Heizen")
|
|
429
|
+ #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heizen...")
|
|
430
|
+ #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Laden...")
|
|
431
|
+ #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Entladen...")
|
|
432
|
+ #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Fortsetzen...")
|
429
|
433
|
#endif // LCD_HEIGHT < 4
|