Przeglądaj źródła

Length fix and translation

If #define MSG_Z_FADE_HEIGHT is xx.xx then the last character is crashing into the value
Kai 6 lat temu
rodzic
commit
b60efb4230
No account linked to committer's email address
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3
    1
      Marlin/language_de.h

+ 3
- 1
Marlin/language_de.h Wyświetl plik

@@ -53,7 +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
+#define MSG_Z_FADE_HEIGHT                   _UxGT("Ausblendhöhe")
57 57
 #define MSG_SET_HOME_OFFSETS                _UxGT("Setze Homeversatz")
58 58
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Homeversatz aktiv")
59 59
 #define MSG_SET_ORIGIN                      _UxGT("Setze Nullpunkt") //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
@@ -77,6 +77,8 @@
77 77
 #define MSG_MOVE_AXIS                       _UxGT("Bewegen")
78 78
 #define MSG_BED_LEVELING                    _UxGT("Bett Nivellierung")
79 79
 #define MSG_LEVEL_BED                       _UxGT("Bett nivellieren")
80
+#define MSG_LEVEL_CORNERS                   _UxGT("Ecken nivellieren")
81
+#define MSG_NEXT_CORNER                     _UxGT("Nächste Ecke")
80 82
 #define MSG_EDITING_STOPPED                 _UxGT("Netzbearb. angeh.")
81 83
 #define MSG_USER_MENU                       _UxGT("Benutzer Menü")
82 84
 #define MSG_MOVING                          _UxGT("In Bewegung...")

Ładowanie…
Anuluj
Zapisz