Individual Axis Homing LCD menu items

This commit is contained in:
João Brázio
2016-05-10 13:29:25 +01:00
committed by Scott Lahteine
parent a454a88f9c
commit 09150cae79
21 changed files with 147 additions and 0 deletions

View File

@@ -64,6 +64,15 @@
#ifndef MSG_AUTO_HOME
#define MSG_AUTO_HOME "Auto home"
#endif
#ifndef MSG_AUTO_HOME_X
#define MSG_AUTO_HOME_X "Home X"
#endif
#ifndef MSG_AUTO_HOME_Y
#define MSG_AUTO_HOME_Y "Home Y"
#endif
#ifndef MSG_AUTO_HOME_Z
#define MSG_AUTO_HOME_Z "Home Z"
#endif
#ifndef MSG_LEVEL_BED_HOMING
#define MSG_LEVEL_BED_HOMING "Homing XYZ"
#endif