Step-by-Step Menu addition

This commit is contained in:
Tannoo
2017-06-05 22:03:22 -06:00
committed by Scott Lahteine
parent 0c616700f3
commit 90f5f82926
2 changed files with 40 additions and 0 deletions

View File

@ -334,6 +334,9 @@
#ifndef MSG_UBL_Z_OFFSET_STOPPED
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Stopped")
#endif
#ifndef MSG_UBL_STEP_BY_STEP_MENU
#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("Step-By-Step UBL")
#endif
#ifndef MSG_MOVING
#define MSG_MOVING _UxGT("Moving...")