Add "Level Corners" menu option

This commit is contained in:
Scott Lahteine 2017-08-16 02:27:50 -05:00
parent 0a18fb735e
commit a1878cd1c0
38 changed files with 118 additions and 8 deletions

View file

@ -156,6 +156,12 @@
#ifndef MSG_LEVEL_BED
#define MSG_LEVEL_BED _UxGT("Level bed")
#endif
#ifndef MSG_LEVEL_CORNERS
#define MSG_LEVEL_CORNERS _UxGT("Level corners")
#endif
#ifndef MSG_NEXT_CORNER
#define MSG_NEXT_CORNER _UxGT("Next corner")
#endif
#ifndef MSG_EDITING_STOPPED
#define MSG_EDITING_STOPPED _UxGT("Mesh Editing Stopped")
#endif