Followup to E renumbering

This commit is contained in:
Scott Lahteine
2019-10-08 17:37:17 -05:00
parent cb1cb72c76
commit 5becda25c5
30 changed files with 176 additions and 174 deletions

View File

@@ -124,12 +124,12 @@
#define MSG_CSTEPS _UxGT("Zsteps/mm")
#endif
#define MSG_ESTEPS _UxGT("Esteps/mm")
#define MSG_E1STEPS _UxGT("E1steps/mm")
#define MSG_E2STEPS _UxGT("E2steps/mm")
#define MSG_E3STEPS _UxGT("E3steps/mm")
#define MSG_E4STEPS _UxGT("E4steps/mm")
#define MSG_E5STEPS _UxGT("E5steps/mm")
#define MSG_E6STEPS _UxGT("E6steps/mm")
#define MSG_E0_STEPS _UxGT("E1steps/mm")
#define MSG_E1_STEPS _UxGT("E2steps/mm")
#define MSG_E2_STEPS _UxGT("E3steps/mm")
#define MSG_E3_STEPS _UxGT("E4steps/mm")
#define MSG_E4_STEPS _UxGT("E5steps/mm")
#define MSG_E5_STEPS _UxGT("E6steps/mm")
#define MSG_TEMPERATURE _UxGT("Temperatur")
#define MSG_MOTION _UxGT("Bevægelse")
#define MSG_FILAMENT _UxGT("Filament")