|
|
|
|
39
|
#define MSG_SD_INSERTED _UxGT("SD-Karte erkannt")
|
39
|
#define MSG_SD_INSERTED _UxGT("SD-Karte erkannt")
|
40
|
#define MSG_SD_REMOVED _UxGT("SD-Karte entfernt")
|
40
|
#define MSG_SD_REMOVED _UxGT("SD-Karte entfernt")
|
41
|
#define MSG_LCD_ENDSTOPS _UxGT("Endstopp") // Max length 8 characters
|
41
|
#define MSG_LCD_ENDSTOPS _UxGT("Endstopp") // Max length 8 characters
|
42
|
-#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Soft Endstopp")
|
|
|
|
|
42
|
+#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Soft-Endstopp")
|
43
|
#define MSG_MAIN _UxGT("Hauptmenü")
|
43
|
#define MSG_MAIN _UxGT("Hauptmenü")
|
44
|
#define MSG_ADVANCED_SETTINGS _UxGT("Erw. Einstellungen")
|
44
|
#define MSG_ADVANCED_SETTINGS _UxGT("Erw. Einstellungen")
|
45
|
#define MSG_CONFIGURATION _UxGT("Konfiguration")
|
45
|
#define MSG_CONFIGURATION _UxGT("Konfiguration")
|
46
|
#define MSG_AUTOSTART _UxGT("Autostart")
|
46
|
#define MSG_AUTOSTART _UxGT("Autostart")
|
47
|
#define MSG_DISABLE_STEPPERS _UxGT("Motoren deaktivieren") // M84
|
47
|
#define MSG_DISABLE_STEPPERS _UxGT("Motoren deaktivieren") // M84
|
48
|
-#define MSG_DEBUG_MENU _UxGT("Debug Menü")
|
|
|
49
|
-#define MSG_PROGRESS_BAR_TEST _UxGT("Fortschrittsb. Test")
|
|
|
|
|
48
|
+#define MSG_DEBUG_MENU _UxGT("Debug-Menü")
|
|
|
49
|
+#define MSG_PROGRESS_BAR_TEST _UxGT("Fortschrittsb.-Test")
|
50
|
#define MSG_AUTO_HOME _UxGT("Home XYZ") // G28
|
50
|
#define MSG_AUTO_HOME _UxGT("Home XYZ") // G28
|
51
|
#define MSG_AUTO_HOME_X _UxGT("Home X")
|
51
|
#define MSG_AUTO_HOME_X _UxGT("Home X")
|
52
|
#define MSG_AUTO_HOME_Y _UxGT("Home Y")
|
52
|
#define MSG_AUTO_HOME_Y _UxGT("Home Y")
|
|
|
|
|
55
|
#define MSG_LEVEL_BED_HOMING _UxGT("Home XYZ")
|
55
|
#define MSG_LEVEL_BED_HOMING _UxGT("Home XYZ")
|
56
|
#define MSG_LEVEL_BED_WAITING _UxGT("Klick zum Starten")
|
56
|
#define MSG_LEVEL_BED_WAITING _UxGT("Klick zum Starten")
|
57
|
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Nächste Koordinate")
|
57
|
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Nächste Koordinate")
|
58
|
-#define MSG_LEVEL_BED_DONE _UxGT("Nivellieren Fertig!")
|
|
|
|
|
58
|
+#define MSG_LEVEL_BED_DONE _UxGT("Nivellieren fertig!")
|
59
|
#define MSG_Z_FADE_HEIGHT _UxGT("Ausblendhöhe")
|
59
|
#define MSG_Z_FADE_HEIGHT _UxGT("Ausblendhöhe")
|
60
|
#define MSG_SET_HOME_OFFSETS _UxGT("Setze Homeversatz")
|
60
|
#define MSG_SET_HOME_OFFSETS _UxGT("Setze Homeversatz")
|
61
|
#define MSG_HOME_OFFSETS_APPLIED _UxGT("Homeversatz aktiv")
|
61
|
#define MSG_HOME_OFFSETS_APPLIED _UxGT("Homeversatz aktiv")
|
|
|
|
|
79
|
#define MSG_EXTRUDE _UxGT("Extrudieren")
|
79
|
#define MSG_EXTRUDE _UxGT("Extrudieren")
|
80
|
#define MSG_RETRACT _UxGT("Rückzug")
|
80
|
#define MSG_RETRACT _UxGT("Rückzug")
|
81
|
#define MSG_MOVE_AXIS _UxGT("Achse Bewegen")
|
81
|
#define MSG_MOVE_AXIS _UxGT("Achse Bewegen")
|
82
|
-#define MSG_BED_LEVELING _UxGT("Bett Nivellierung")
|
|
|
|
|
82
|
+#define MSG_BED_LEVELING _UxGT("Bett-Nivellierung")
|
83
|
#define MSG_LEVEL_BED _UxGT("Bett nivellieren")
|
83
|
#define MSG_LEVEL_BED _UxGT("Bett nivellieren")
|
84
|
#define MSG_LEVEL_CORNERS _UxGT("Ecken nivellieren")
|
84
|
#define MSG_LEVEL_CORNERS _UxGT("Ecken nivellieren")
|
85
|
#define MSG_NEXT_CORNER _UxGT("Nächste Ecke")
|
85
|
#define MSG_NEXT_CORNER _UxGT("Nächste Ecke")
|
86
|
#define MSG_EDITING_STOPPED _UxGT("Netzbearb. angeh.")
|
86
|
#define MSG_EDITING_STOPPED _UxGT("Netzbearb. angeh.")
|
87
|
-#define MSG_USER_MENU _UxGT("Benutzer Menü")
|
|
|
|
|
87
|
+#define MSG_USER_MENU _UxGT("Benutzer-Menü")
|
88
|
#define MSG_UBL_DOING_G29 _UxGT("G29 ausführen")
|
88
|
#define MSG_UBL_DOING_G29 _UxGT("G29 ausführen")
|
89
|
#define MSG_UBL_UNHOMED _UxGT("Home XYZ zuerst")
|
89
|
#define MSG_UBL_UNHOMED _UxGT("Home XYZ zuerst")
|
90
|
-#define MSG_UBL_TOOLS _UxGT("UBL Werkzeuge")
|
|
|
|
|
90
|
+#define MSG_UBL_TOOLS _UxGT("UBL-Werkzeuge")
|
91
|
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
91
|
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
92
|
-#define MSG_IDEX_MENU _UxGT("IDEX Modus")
|
|
|
|
|
92
|
+#define MSG_IDEX_MENU _UxGT("IDEX-Modus")
|
93
|
#define MSG_IDEX_MODE_AUTOPARK _UxGT("Autom. Parken")
|
93
|
#define MSG_IDEX_MODE_AUTOPARK _UxGT("Autom. Parken")
|
94
|
#define MSG_IDEX_MODE_DUPLICATE _UxGT("Duplizieren")
|
94
|
#define MSG_IDEX_MODE_DUPLICATE _UxGT("Duplizieren")
|
95
|
#define MSG_IDEX_MODE_SCALED_COPY _UxGT("Skalierung kopieren")
|
95
|
#define MSG_IDEX_MODE_SCALED_COPY _UxGT("Skalierung kopieren")
|
96
|
#define MSG_IDEX_MODE_FULL_CTRL _UxGT("vollstä. Kontrolle")
|
96
|
#define MSG_IDEX_MODE_FULL_CTRL _UxGT("vollstä. Kontrolle")
|
97
|
-#define MSG_IDEX_X_OFFSET _UxGT("2. X Düse")
|
|
|
98
|
-#define MSG_IDEX_Y_OFFSET _UxGT("2. Y Düse")
|
|
|
99
|
-#define MSG_IDEX_Z_OFFSET _UxGT("2. Z Düse")
|
|
|
|
|
97
|
+#define MSG_IDEX_X_OFFSET _UxGT("2. Düse X")
|
|
|
98
|
+#define MSG_IDEX_Y_OFFSET _UxGT("2. Düse Y")
|
|
|
99
|
+#define MSG_IDEX_Z_OFFSET _UxGT("2. Düse Z")
|
100
|
#define MSG_IDEX_SAVE_OFFSETS _UxGT("Versätze speichern")
|
100
|
#define MSG_IDEX_SAVE_OFFSETS _UxGT("Versätze speichern")
|
101
|
#define MSG_UBL_MANUAL_MESH _UxGT("Netz manuell erst.")
|
101
|
#define MSG_UBL_MANUAL_MESH _UxGT("Netz manuell erst.")
|
102
|
#define MSG_UBL_BC_INSERT _UxGT("Unterlegen & messen")
|
102
|
#define MSG_UBL_BC_INSERT _UxGT("Unterlegen & messen")
|
|
|
|
|
107
|
#define MSG_UBL_DEACTIVATE_MESH _UxGT("UBL deaktivieren")
|
107
|
#define MSG_UBL_DEACTIVATE_MESH _UxGT("UBL deaktivieren")
|
108
|
#define MSG_UBL_SET_BED_TEMP _UxGT("Betttemperatur")
|
108
|
#define MSG_UBL_SET_BED_TEMP _UxGT("Betttemperatur")
|
109
|
#define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP
|
109
|
#define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP
|
110
|
-#define MSG_UBL_SET_HOTEND_TEMP _UxGT("Hotend Temp.")
|
|
|
|
|
110
|
+#define MSG_UBL_SET_HOTEND_TEMP _UxGT("Hotend-Temp.")
|
111
|
#define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP
|
111
|
#define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP
|
112
|
#define MSG_UBL_MESH_EDIT _UxGT("Netz bearbeiten")
|
112
|
#define MSG_UBL_MESH_EDIT _UxGT("Netz bearbeiten")
|
113
|
#define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Eigenes Netz bearb.")
|
113
|
#define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Eigenes Netz bearb.")
|
|
|
|
|
135
|
#define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Ausgabe für Host")
|
135
|
#define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Ausgabe für Host")
|
136
|
#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Ausgabe für CSV")
|
136
|
#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Ausgabe für CSV")
|
137
|
#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Externe Sicherung")
|
137
|
#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Externe Sicherung")
|
138
|
-#define MSG_UBL_INFO_UBL _UxGT("UBL Info ausgeben")
|
|
|
|
|
138
|
+#define MSG_UBL_INFO_UBL _UxGT("UBL-Info ausgeben")
|
139
|
#define MSG_UBL_EDIT_MESH_MENU _UxGT("Netz bearbeiten")
|
139
|
#define MSG_UBL_EDIT_MESH_MENU _UxGT("Netz bearbeiten")
|
140
|
#define MSG_UBL_FILLIN_AMOUNT _UxGT("Menge an Füllung")
|
140
|
#define MSG_UBL_FILLIN_AMOUNT _UxGT("Menge an Füllung")
|
141
|
#define MSG_UBL_MANUAL_FILLIN _UxGT("Manuelles Füllen")
|
141
|
#define MSG_UBL_MANUAL_FILLIN _UxGT("Manuelles Füllen")
|
142
|
-#define MSG_UBL_SMART_FILLIN _UxGT("Intelligente Füllen")
|
|
|
|
|
142
|
+#define MSG_UBL_SMART_FILLIN _UxGT("Cleveres Füllen")
|
143
|
#define MSG_UBL_FILLIN_MESH _UxGT("Netz Füllen")
|
143
|
#define MSG_UBL_FILLIN_MESH _UxGT("Netz Füllen")
|
144
|
#define MSG_UBL_INVALIDATE_ALL _UxGT("Alles annullieren")
|
144
|
#define MSG_UBL_INVALIDATE_ALL _UxGT("Alles annullieren")
|
145
|
#define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Nächstlieg. ann.")
|
145
|
#define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Nächstlieg. ann.")
|
146
|
#define MSG_UBL_FINE_TUNE_ALL _UxGT("Feineinst. Alles")
|
146
|
#define MSG_UBL_FINE_TUNE_ALL _UxGT("Feineinst. Alles")
|
147
|
#define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Feineinst. Nächstl.")
|
147
|
#define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Feineinst. Nächstl.")
|
148
|
-#define MSG_UBL_STORAGE_MESH_MENU _UxGT("Netz Speicherplatz")
|
|
|
|
|
148
|
+#define MSG_UBL_STORAGE_MESH_MENU _UxGT("Netz-Speicherplatz")
|
149
|
#define MSG_UBL_STORAGE_SLOT _UxGT("Speicherort")
|
149
|
#define MSG_UBL_STORAGE_SLOT _UxGT("Speicherort")
|
150
|
#define MSG_UBL_LOAD_MESH _UxGT("Bettnetz laden")
|
150
|
#define MSG_UBL_LOAD_MESH _UxGT("Bettnetz laden")
|
151
|
#define MSG_UBL_SAVE_MESH _UxGT("Bettnetz speichern")
|
151
|
#define MSG_UBL_SAVE_MESH _UxGT("Bettnetz speichern")
|
|
|
|
|
156
|
#define MSG_UBL_RESTORE_ERROR _UxGT("ERR:UBL wiederherst.")
|
156
|
#define MSG_UBL_RESTORE_ERROR _UxGT("ERR:UBL wiederherst.")
|
157
|
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Versatz angehalten")
|
157
|
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Versatz angehalten")
|
158
|
#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("Schrittweises UBL")
|
158
|
#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("Schrittweises UBL")
|
159
|
-#define MSG_LED_CONTROL _UxGT("LED Steuerung")
|
|
|
|
|
159
|
+#define MSG_LED_CONTROL _UxGT("LED-Steuerung")
|
160
|
#define MSG_LEDS _UxGT("Licht")
|
160
|
#define MSG_LEDS _UxGT("Licht")
|
161
|
-#define MSG_LED_PRESETS _UxGT("Licht Einstellungen")
|
|
|
|
|
161
|
+#define MSG_LED_PRESETS _UxGT("Licht-Einstellungen")
|
162
|
#define MSG_SET_LEDS_RED _UxGT("Rot")
|
162
|
#define MSG_SET_LEDS_RED _UxGT("Rot")
|
163
|
#define MSG_SET_LEDS_ORANGE _UxGT("Orange")
|
163
|
#define MSG_SET_LEDS_ORANGE _UxGT("Orange")
|
164
|
#define MSG_SET_LEDS_YELLOW _UxGT("Gelb")
|
164
|
#define MSG_SET_LEDS_YELLOW _UxGT("Gelb")
|
|
|
|
|
253
|
#define MSG_RESTORE_FAILSAFE _UxGT("Standardwerte laden")
|
253
|
#define MSG_RESTORE_FAILSAFE _UxGT("Standardwerte laden")
|
254
|
#define MSG_INIT_EEPROM _UxGT("Werkseinstellungen")
|
254
|
#define MSG_INIT_EEPROM _UxGT("Werkseinstellungen")
|
255
|
|
255
|
|
256
|
-#define MSG_SD_UPDATE _UxGT("SD Firmware Update")
|
|
|
|
|
256
|
+#define MSG_SD_UPDATE _UxGT("SD Firmware-Update")
|
257
|
#define MSG_RESET_PRINTER _UxGT("Drucker neustarten")
|
257
|
#define MSG_RESET_PRINTER _UxGT("Drucker neustarten")
|
258
|
|
258
|
|
259
|
#define MSG_REFRESH _UxGT("Aktualisieren")
|
259
|
#define MSG_REFRESH _UxGT("Aktualisieren")
|
260
|
#define MSG_WATCH _UxGT("Info")
|
260
|
#define MSG_WATCH _UxGT("Info")
|
261
|
#define MSG_PREPARE _UxGT("Vorbereitung")
|
261
|
#define MSG_PREPARE _UxGT("Vorbereitung")
|
262
|
#define MSG_TUNE _UxGT("Justierung")
|
262
|
#define MSG_TUNE _UxGT("Justierung")
|
263
|
-#define MSG_PAUSE_PRINT _UxGT("SD-Druck Pausieren")
|
|
|
264
|
-#define MSG_RESUME_PRINT _UxGT("SD-Druck Fortsetzen")
|
|
|
265
|
-#define MSG_STOP_PRINT _UxGT("SD-Druck Abbrechen")
|
|
|
|
|
263
|
+#define MSG_PAUSE_PRINT _UxGT("SD-Druck pausieren")
|
|
|
264
|
+#define MSG_RESUME_PRINT _UxGT("SD-Druck fortsetzen")
|
|
|
265
|
+#define MSG_STOP_PRINT _UxGT("SD-Druck abbrechen")
|
266
|
#define MSG_POWER_LOSS_RECOVERY _UxGT("Wiederh. n. Stroma.")
|
266
|
#define MSG_POWER_LOSS_RECOVERY _UxGT("Wiederh. n. Stroma.")
|
267
|
#define MSG_CARD_MENU _UxGT("Druck v. SD-Karte")
|
267
|
#define MSG_CARD_MENU _UxGT("Druck v. SD-Karte")
|
268
|
#define MSG_NO_CARD _UxGT("Keine SD-Karte")
|
268
|
#define MSG_NO_CARD _UxGT("Keine SD-Karte")
|
269
|
#define MSG_DWELL _UxGT("Warten...")
|
269
|
#define MSG_DWELL _UxGT("Warten...")
|
270
|
-#define MSG_USERWAIT _UxGT("Klick zum fortsetzen")
|
|
|
|
|
270
|
+#define MSG_USERWAIT _UxGT("Klick zum Fortsetzen")
|
271
|
#define MSG_PRINT_PAUSED _UxGT("Druck pausiert")
|
271
|
#define MSG_PRINT_PAUSED _UxGT("Druck pausiert")
|
272
|
#define MSG_PRINTING _UxGT("Druckt...")
|
272
|
#define MSG_PRINTING _UxGT("Druckt...")
|
273
|
#define MSG_PRINT_ABORTED _UxGT("Druck abgebrochen")
|
273
|
#define MSG_PRINT_ABORTED _UxGT("Druck abgebrochen")
|
|
|
|
|
285
|
#define MSG_AUTORETRACT _UxGT("Autom. Rückzug")
|
285
|
#define MSG_AUTORETRACT _UxGT("Autom. Rückzug")
|
286
|
#define MSG_FILAMENT_SWAP_LENGTH _UxGT("Rückzug Länge")
|
286
|
#define MSG_FILAMENT_SWAP_LENGTH _UxGT("Rückzug Länge")
|
287
|
#define MSG_SINGLENOZZLE_TOOL_CHANGE _UxGT("Werkzeugwechsel")
|
287
|
#define MSG_SINGLENOZZLE_TOOL_CHANGE _UxGT("Werkzeugwechsel")
|
288
|
-#define MSG_SINGLENOZZLE_PRIME_SPD _UxGT("Prime Geschwin.")
|
|
|
289
|
-#define MSG_SINGLENOZZLE_RETRACT_SPD _UxGT("Rückzug Geschwin.")
|
|
|
|
|
288
|
+#define MSG_SINGLENOZZLE_PRIME_SPD _UxGT("Prime-Geschwin.")
|
|
|
289
|
+#define MSG_SINGLENOZZLE_RETRACT_SPD _UxGT("Rückzug-Geschwin.")
|
290
|
#define MSG_FILAMENTCHANGE _UxGT("Filament wechseln")
|
290
|
#define MSG_FILAMENTCHANGE _UxGT("Filament wechseln")
|
291
|
#define MSG_FILAMENTLOAD _UxGT("Filament laden")
|
291
|
#define MSG_FILAMENTLOAD _UxGT("Filament laden")
|
292
|
#define MSG_FILAMENTUNLOAD _UxGT("Filament entladen")
|
292
|
#define MSG_FILAMENTUNLOAD _UxGT("Filament entladen")
|
293
|
#define MSG_FILAMENTUNLOAD_ALL _UxGT("Alles entladen")
|
293
|
#define MSG_FILAMENTUNLOAD_ALL _UxGT("Alles entladen")
|
294
|
#define MSG_INIT_SDCARD _UxGT("SD-Karte erkennen") // Manually initialize the SD-card via user interface
|
294
|
#define MSG_INIT_SDCARD _UxGT("SD-Karte erkennen") // Manually initialize the SD-card via user interface
|
295
|
#define MSG_CNG_SDCARD _UxGT("SD-Karte getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
|
295
|
#define MSG_CNG_SDCARD _UxGT("SD-Karte getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
|
296
|
-#define MSG_ZPROBE_OUT _UxGT("Z-Sonde ausserhalb")
|
|
|
|
|
296
|
+#define MSG_ZPROBE_OUT _UxGT("Z-Sonde außerhalb")
|
297
|
#define MSG_SKEW_FACTOR _UxGT("Korrekturfaktor")
|
297
|
#define MSG_SKEW_FACTOR _UxGT("Korrekturfaktor")
|
298
|
#define MSG_BLTOUCH _UxGT("BLTouch")
|
298
|
#define MSG_BLTOUCH _UxGT("BLTouch")
|
299
|
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Test")
|
299
|
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Test")
|
|
|
|
|
341
|
#define MSG_DELTA_HEIGHT _UxGT("Höhe")
|
341
|
#define MSG_DELTA_HEIGHT _UxGT("Höhe")
|
342
|
#define MSG_DELTA_RADIUS _UxGT("Radius")
|
342
|
#define MSG_DELTA_RADIUS _UxGT("Radius")
|
343
|
#define MSG_INFO_MENU _UxGT("Über den Drucker")
|
343
|
#define MSG_INFO_MENU _UxGT("Über den Drucker")
|
344
|
-#define MSG_INFO_PRINTER_MENU _UxGT("Drucker Info")
|
|
|
345
|
-#define MSG_3POINT_LEVELING _UxGT("3-Punkt Nivellierung")
|
|
|
|
|
344
|
+#define MSG_INFO_PRINTER_MENU _UxGT("Drucker-Info")
|
|
|
345
|
+#define MSG_3POINT_LEVELING _UxGT("3-Punkt-Nivellierung")
|
346
|
#define MSG_LINEAR_LEVELING _UxGT("Lineare Nivellierung")
|
346
|
#define MSG_LINEAR_LEVELING _UxGT("Lineare Nivellierung")
|
347
|
#define MSG_BILINEAR_LEVELING _UxGT("Bilineare Nivell.")
|
347
|
#define MSG_BILINEAR_LEVELING _UxGT("Bilineare Nivell.")
|
348
|
#define MSG_UBL_LEVELING _UxGT("Unified Bed Leveling")
|
348
|
#define MSG_UBL_LEVELING _UxGT("Unified Bed Leveling")
|
349
|
-#define MSG_MESH_LEVELING _UxGT("Netz Nivellierung")
|
|
|
350
|
-#define MSG_INFO_STATS_MENU _UxGT("Drucker Statistik")
|
|
|
351
|
-#define MSG_INFO_BOARD_MENU _UxGT("Board Info")
|
|
|
|
|
349
|
+#define MSG_MESH_LEVELING _UxGT("Netz-Nivellierung")
|
|
|
350
|
+#define MSG_INFO_STATS_MENU _UxGT("Drucker-Statistik")
|
|
|
351
|
+#define MSG_INFO_BOARD_MENU _UxGT("Board-Info")
|
352
|
#define MSG_INFO_THERMISTOR_MENU _UxGT("Thermistoren")
|
352
|
#define MSG_INFO_THERMISTOR_MENU _UxGT("Thermistoren")
|
353
|
#define MSG_INFO_EXTRUDERS _UxGT("Extruder")
|
353
|
#define MSG_INFO_EXTRUDERS _UxGT("Extruder")
|
354
|
#define MSG_INFO_BAUDRATE _UxGT("Baud")
|
354
|
#define MSG_INFO_BAUDRATE _UxGT("Baud")
|
|
|
|
|
358
|
|
358
|
|
359
|
#if LCD_WIDTH >= 20
|
359
|
#if LCD_WIDTH >= 20
|
360
|
#define MSG_INFO_PRINT_COUNT _UxGT("Gesamte Drucke")
|
360
|
#define MSG_INFO_PRINT_COUNT _UxGT("Gesamte Drucke")
|
361
|
- #define MSG_INFO_COMPLETED_PRINTS _UxGT("Beendete Drucke")
|
|
|
|
|
361
|
+ #define MSG_INFO_COMPLETED_PRINTS _UxGT("Komplette Drucke")
|
362
|
#define MSG_INFO_PRINT_TIME _UxGT("Gesamte Druckzeit")
|
362
|
#define MSG_INFO_PRINT_TIME _UxGT("Gesamte Druckzeit")
|
363
|
#define MSG_INFO_PRINT_LONGEST _UxGT("Längste Druckzeit")
|
363
|
#define MSG_INFO_PRINT_LONGEST _UxGT("Längste Druckzeit")
|
364
|
#define MSG_INFO_PRINT_FILAMENT _UxGT("Gesamt Extrudiert")
|
364
|
#define MSG_INFO_PRINT_FILAMENT _UxGT("Gesamt Extrudiert")
|
365
|
#else
|
365
|
#else
|
366
|
#define MSG_INFO_PRINT_COUNT _UxGT("Drucke")
|
366
|
#define MSG_INFO_PRINT_COUNT _UxGT("Drucke")
|
367
|
- #define MSG_INFO_COMPLETED_PRINTS _UxGT("Komplett")
|
|
|
368
|
- #define MSG_INFO_PRINT_TIME _UxGT("Gesamt")
|
|
|
369
|
- #define MSG_INFO_PRINT_LONGEST _UxGT("Längster")
|
|
|
|
|
367
|
+ #define MSG_INFO_COMPLETED_PRINTS _UxGT("Komplette")
|
|
|
368
|
+ #define MSG_INFO_PRINT_TIME _UxGT("Gesamte")
|
|
|
369
|
+ #define MSG_INFO_PRINT_LONGEST _UxGT("Längste")
|
370
|
#define MSG_INFO_PRINT_FILAMENT _UxGT("Extrud.")
|
370
|
#define MSG_INFO_PRINT_FILAMENT _UxGT("Extrud.")
|
371
|
#endif
|
371
|
#endif
|
372
|
|
372
|
|
|
|
|
|
374
|
#define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
|
374
|
#define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
|
375
|
#define MSG_INFO_PSU _UxGT("Netzteil")
|
375
|
#define MSG_INFO_PSU _UxGT("Netzteil")
|
376
|
|
376
|
|
377
|
-#define MSG_DRIVE_STRENGTH _UxGT("Motorströme")
|
|
|
|
|
377
|
+#define MSG_DRIVE_STRENGTH _UxGT("Treiberstärke")
|
378
|
#define MSG_DAC_PERCENT _UxGT("Treiber %")
|
378
|
#define MSG_DAC_PERCENT _UxGT("Treiber %")
|
379
|
#define MSG_DAC_EEPROM_WRITE _UxGT("Werte speichern")
|
379
|
#define MSG_DAC_EEPROM_WRITE _UxGT("Werte speichern")
|
380
|
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("DRUCK PAUSIERT")
|
380
|
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("DRUCK PAUSIERT")
|
|
|
|
|
387
|
#define MSG_RUNOUT_SENSOR_ENABLE _UxGT("Auslaufsensor")
|
387
|
#define MSG_RUNOUT_SENSOR_ENABLE _UxGT("Auslaufsensor")
|
388
|
#define MSG_ERR_HOMING_FAILED _UxGT("Homing gescheitert")
|
388
|
#define MSG_ERR_HOMING_FAILED _UxGT("Homing gescheitert")
|
389
|
#define MSG_ERR_PROBING_FAILED _UxGT("Probing gescheitert")
|
389
|
#define MSG_ERR_PROBING_FAILED _UxGT("Probing gescheitert")
|
390
|
-#define MSG_M600_TOO_COLD _UxGT("M600: Zu kalt")
|
|
|
|
|
390
|
+#define MSG_M600_TOO_COLD _UxGT("M600: zu kalt")
|
391
|
|
391
|
|
392
|
#if LCD_HEIGHT >= 4
|
392
|
#if LCD_HEIGHT >= 4
|
393
|
// Up to 3 lines allowed
|
393
|
// Up to 3 lines allowed
|
|
|
|
|
396
|
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("Filamentwechsels")
|
396
|
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("Filamentwechsels")
|
397
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Warte auf")
|
397
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Warte auf")
|
398
|
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("Herausnahme")
|
398
|
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("Herausnahme")
|
399
|
- #define MSG_FILAMENT_CHANGE_UNLOAD_3 _UxGT("des Filamentes...")
|
|
|
|
|
399
|
+ #define MSG_FILAMENT_CHANGE_UNLOAD_3 _UxGT("des Filaments...")
|
400
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Filament einlegen")
|
400
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Filament einlegen")
|
401
|
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("und Knopf")
|
401
|
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("und Knopf")
|
402
|
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("drücken...")
|
402
|
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("drücken...")
|
|
|
|
|
406
|
#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Bitte warten...")
|
406
|
#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Bitte warten...")
|
407
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Warte auf")
|
407
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Warte auf")
|
408
|
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("Laden des")
|
408
|
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("Laden des")
|
409
|
- #define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("Filamentes")
|
|
|
|
|
409
|
+ #define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("Filaments")
|
410
|
#define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Warte auf")
|
410
|
#define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Warte auf")
|
411
|
#define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("Entleeren des")
|
411
|
#define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("Entleeren des")
|
412
|
- #define MSG_FILAMENT_CHANGE_PURGE_3 _UxGT("Filamentes")
|
|
|
|
|
412
|
+ #define MSG_FILAMENT_CHANGE_PURGE_3 _UxGT("Filaments")
|
413
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Warte auf")
|
413
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Warte auf")
|
414
|
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("Fortsetzung des")
|
414
|
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("Fortsetzung des")
|
415
|
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("Druckes...")
|
415
|
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("Druckes...")
|