Fix MSG_LEVEL_BED_CANCEL english
This commit is contained in:
parent
3aee89b93a
commit
09c6f80c1e
1 changed files with 3 additions and 1 deletions
|
@ -69,6 +69,8 @@
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_LEVEL_BED_DONE
|
#ifndef MSG_LEVEL_BED_DONE
|
||||||
#define MSG_LEVEL_BED_DONE "Leveling Done!"
|
#define MSG_LEVEL_BED_DONE "Leveling Done!"
|
||||||
|
#endif
|
||||||
|
#ifndef MSG_LEVEL_BED_CANCEL
|
||||||
#define MSG_LEVEL_BED_CANCEL "Cancel"
|
#define MSG_LEVEL_BED_CANCEL "Cancel"
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_SET_HOME_OFFSETS
|
#ifndef MSG_SET_HOME_OFFSETS
|
||||||
|
|
Reference in a new issue