Remove redundant "E"

This commit is contained in:
esenapaj
2016-12-08 19:57:41 +09:00
parent 4ea87b8f34
commit a298a58684
31 changed files with 142 additions and 14 deletions

View File

@ -258,6 +258,18 @@
#ifndef MSG_ESTEPS
#define MSG_ESTEPS "Esteps/mm"
#endif
#ifndef MSG_E1STEPS
#define MSG_E1STEPS "E1steps/mm"
#endif
#ifndef MSG_E2STEPS
#define MSG_E2STEPS "E2steps/mm"
#endif
#ifndef MSG_E3STEPS
#define MSG_E3STEPS "E3steps/mm"
#endif
#ifndef MSG_E4STEPS
#define MSG_E4STEPS "E4steps/mm"
#endif
#ifndef MSG_TEMPERATURE
#define MSG_TEMPERATURE "Temperature"
#endif