Non-reentrant "Moving..." screen to safely wait in LCD

This commit is contained in:
Scott Lahteine
2016-12-12 21:56:05 -08:00
parent 2b5d424394
commit b4dbf4d18a
4 changed files with 71 additions and 50 deletions

View File

@ -138,6 +138,9 @@
#ifndef MSG_LEVEL_BED
#define MSG_LEVEL_BED "Level bed"
#endif
#ifndef MSG_MOVING
#define MSG_MOVING "Moving..."
#endif
#ifndef MSG_MOVE_X
#define MSG_MOVE_X "Move X"
#endif