Individual Axis Homing LCD menu items
This commit is contained in:
committed by
Scott Lahteine
parent
a454a88f9c
commit
09150cae79
@@ -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
|
||||
|
Reference in New Issue
Block a user