|
@@ -53,6 +53,7 @@
|
53
|
53
|
#define MSG_LEVEL_BED_WAITING _UxGT("Klick für Start")
|
54
|
54
|
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Nächste Koordinate")
|
55
|
55
|
#define MSG_LEVEL_BED_DONE _UxGT("Fertig")
|
|
56
|
+#define MSG_Z_FADE_HEIGHT _UxGT("Niv. Ausblendhöhe")
|
56
|
57
|
#define MSG_SET_HOME_OFFSETS _UxGT("Setze Homeversatz")
|
57
|
58
|
#define MSG_HOME_OFFSETS_APPLIED _UxGT("Homeversatz aktiv")
|
58
|
59
|
#define MSG_SET_ORIGIN _UxGT("Setze Nullpunkt") //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
|
|
@@ -169,6 +170,7 @@
|
169
|
170
|
#define MSG_INIT_SDCARD _UxGT("SD-Karte erkennen") // Manually initialize the SD-card via user interface
|
170
|
171
|
#define MSG_CNG_SDCARD _UxGT("SD-Karte getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
|
171
|
172
|
#define MSG_ZPROBE_OUT _UxGT("Sensor ausserhalb")
|
|
173
|
+#define MSG_BLTOUCH _UxGT("BLTouch")
|
172
|
174
|
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Test")
|
173
|
175
|
#define MSG_BLTOUCH_RESET _UxGT("BLTouch Reset")
|
174
|
176
|
#define MSG_BLTOUCH_DEPLOY _UxGT("BLTouch ausfahren")
|
|
@@ -202,6 +204,7 @@
|
202
|
204
|
#define MSG_DELTA_CALIBRATE_Y _UxGT("Kalibriere Y")
|
203
|
205
|
#define MSG_DELTA_CALIBRATE_Z _UxGT("Kalibriere Z")
|
204
|
206
|
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Kalibriere Mitte")
|
|
207
|
+#define MSG_DELTA_SETTINGS _UxGT("Delta Einst. anzeig.")
|
205
|
208
|
#define MSG_DELTA_AUTO_CALIBRATE _UxGT("Autom. Kalibrierung")
|
206
|
209
|
#define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Delta Höhe setzen")
|
207
|
210
|
|
|
@@ -236,6 +239,7 @@
|
236
|
239
|
#define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP
|
237
|
240
|
#define MSG_UBL_SET_HOTEND_TEMP _UxGT("Hotend Temp.")
|
238
|
241
|
#define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP
|
|
242
|
+#define MSG_UBL_MESH_EDIT _UxGT("Netz bearbeiten")
|
239
|
243
|
#define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Eigenes Netz bearb.")
|
240
|
244
|
#define MSG_UBL_FINE_TUNE_MESH _UxGT("Feineinstellung...")
|
241
|
245
|
#define MSG_UBL_DONE_EDITING_MESH _UxGT("Bearbeitung beendet")
|
|
@@ -260,6 +264,7 @@
|
260
|
264
|
#define MSG_UBL_OUTPUT_MAP _UxGT("Karte ausgeben")
|
261
|
265
|
#define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Ausgabe für Host")
|
262
|
266
|
#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Ausgabe für CSV")
|
|
267
|
+#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Externe Sicherung")
|
263
|
268
|
#define MSG_UBL_INFO_UBL _UxGT("UBL Info ausgeben")
|
264
|
269
|
#define MSG_UBL_EDIT_MESH_MENU _UxGT("Netz bearbeiten")
|
265
|
270
|
#define MSG_UBL_FILLIN_AMOUNT _UxGT("Menge an Fill-in")
|
|
@@ -277,6 +282,7 @@
|
277
|
282
|
#define MSG_UBL_SAVE_ERROR _UxGT("ERR:UBL speichern")
|
278
|
283
|
#define MSG_UBL_RESTORE_ERROR _UxGT("ERR:UBL wiederherst.")
|
279
|
284
|
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Versatz angehalten")
|
|
285
|
+#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("Schrittweises UBL")
|
280
|
286
|
|
281
|
287
|
#if LCD_WIDTH >= 20
|
282
|
288
|
#define MSG_INFO_PRINT_COUNT _UxGT("Gesamte Drucke")
|