Add MSG_LEVEL_BED_DONE and MSG_LEVEL_BED_WAITING

This commit is contained in:
Scott Lahteine
2016-04-02 18:01:28 -07:00
parent 80b8fd1cad
commit 5719fcba51
23 changed files with 50 additions and 2 deletions

View File

@ -41,6 +41,8 @@
#define MSG_DISABLE_STEPPERS "\xb5\xb6\xb7\xb8\xb9\xba"
#define MSG_AUTO_HOME "\xbb\xbc\xbd"
#define MSG_LEVEL_BED_HOMING "Homing XYZ"
#define MSG_LEVEL_BED_WAITING "Click to Begin"
#define MSG_LEVEL_BED_DONE "Leveling Done!"
#define MSG_SET_HOME_OFFSETS "\xbe\xbf\xbb\xbc\xbd\xc0\xc1"
#define MSG_HOME_OFFSETS_APPLIED "Offsets applied"
#define MSG_SET_ORIGIN "\xbe\xbf\xbc\xbd"