Add MSG_LEVEL_BED_CANCEL for MBL

This commit is contained in:
Scott Lahteine
2016-04-02 21:09:50 -07:00
parent cf9a171aa9
commit c94482168b
23 changed files with 23 additions and 1 deletions

View File

@@ -69,6 +69,7 @@
#endif
#ifndef MSG_LEVEL_BED_DONE
#define MSG_LEVEL_BED_DONE "Leveling Done!"
#define MSG_LEVEL_BED_CANCEL "Cancel"
#endif
#ifndef MSG_SET_HOME_OFFSETS
#define MSG_SET_HOME_OFFSETS "Set home offsets"