Rename Feedrate to Velocity to match prior naming

This commit is contained in:
Scott Lahteine
2017-05-29 17:48:08 -05:00
parent 9677f3f2f5
commit 51587c4b43
2 changed files with 10 additions and 9 deletions

View File

@ -394,8 +394,8 @@
#ifndef MSG_VE_JERK
#define MSG_VE_JERK _UxGT("Ve-jerk")
#endif
#ifndef MSG_FEEDRATE
#define MSG_FEEDRATE _UxGT("Feedrate")
#ifndef MSG_VELOCITY
#define MSG_VELOCITY _UxGT("Velocity")
#endif
#ifndef MSG_VMAX
#define MSG_VMAX _UxGT("Vmax ")