Explorar el Código

MSG_DISABLE_STEPPERS = 'Stepper abschalt.' -> 'Motoren Aus'#

AnHardt hace 10 años
padre
commit
56d3e6615d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/language_de.h

+ 1
- 1
Marlin/language_de.h Ver fichero

@@ -13,7 +13,7 @@
13 13
 #define MSG_SD_REMOVED                      "SDKarte entfernt"
14 14
 #define MSG_MAIN                            "Hauptmenü"
15 15
 #define MSG_AUTOSTART                       "Autostart"
16
-#define MSG_DISABLE_STEPPERS                "Stepper abschalt."
16
+#define MSG_DISABLE_STEPPERS                "Motoren Aus" // M84
17 17
 #define MSG_AUTO_HOME                       "Auto Nullpunkt"
18 18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19 19
 #define MSG_SET_ORIGIN                      "Setze Nullpunkt"

Loading…
Cancelar
Guardar