MSG_AUTO_HOME = 'Auto Nullpunkt' ->'Home'

This commit is contained in:
AnHardt 2015-01-29 11:36:07 +01:00
parent 56d3e6615d
commit 0e8836ce5e

View File

@ -14,7 +14,7 @@
#define MSG_MAIN "Hauptmenü"
#define MSG_AUTOSTART "Autostart"
#define MSG_DISABLE_STEPPERS "Motoren Aus" // M84
#define MSG_AUTO_HOME "Auto Nullpunkt"
#define MSG_AUTO_HOME "Home" // G28
#define MSG_SET_HOME_OFFSETS "Set home offsets"
#define MSG_SET_ORIGIN "Setze Nullpunkt"
#define MSG_PREHEAT_PLA "Vorwärmen PLA"