Further patches to MBL - break up into more handlers

This commit is contained in:
Scott Lahteine
2016-04-20 15:55:36 -07:00
parent 3f6ae85748
commit 9bcb72e7f8
2 changed files with 91 additions and 56 deletions

View File

@@ -70,6 +70,9 @@
#ifndef MSG_LEVEL_BED_WAITING
#define MSG_LEVEL_BED_WAITING "Click to Begin"
#endif
#ifndef MSG_LEVEL_BED_NEXT_POINT
#define MSG_LEVEL_BED_NEXT_POINT "Next Point"
#endif
#ifndef MSG_LEVEL_BED_DONE
#define MSG_LEVEL_BED_DONE "Leveling Done!"
#endif