Rename Feedrate to Velocity to match prior naming
This commit is contained in:
parent
9677f3f2f5
commit
51587c4b43
2 changed files with 10 additions and 9 deletions
|
|
@ -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 ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue