Browse Source

Fix MSG_LEVEL_BED_CANCEL english

pull/1/head
Scott Lahteine 8 years ago
parent
commit
09c6f80c1e
  1. 2
      Marlin/language_en.h

2
Marlin/language_en.h

@ -69,6 +69,8 @@
#endif
#ifndef MSG_LEVEL_BED_DONE
#define MSG_LEVEL_BED_DONE "Leveling Done!"
#endif
#ifndef MSG_LEVEL_BED_CANCEL
#define MSG_LEVEL_BED_CANCEL "Cancel"
#endif
#ifndef MSG_SET_HOME_OFFSETS

Loading…
Cancel
Save