Move Menu: Select axis first, resolution after

This commit is contained in:
Scott Lahteine
2016-12-12 21:58:16 -08:00
parent 641e0936d4
commit 93b2833347
2 changed files with 100 additions and 57 deletions

View File

@ -141,6 +141,9 @@
#ifndef MSG_MOVING
#define MSG_MOVING "Moving..."
#endif
#ifndef MSG_FREE_XY
#define MSG_FREE_XY "Free XY"
#endif
#ifndef MSG_MOVE_X
#define MSG_MOVE_X "Move X"
#endif