Add MSG_LEVEL_BED_DONE and MSG_LEVEL_BED_WAITING
This commit is contained in:
parent
80b8fd1cad
commit
5719fcba51
23 changed files with 50 additions and 2 deletions
|
|
@ -64,6 +64,12 @@
|
|||
#ifndef MSG_LEVEL_BED_HOMING
|
||||
#define MSG_LEVEL_BED_HOMING "Homing XYZ"
|
||||
#endif
|
||||
#ifndef MSG_LEVEL_BED_WAITING
|
||||
#define MSG_LEVEL_BED_WAITING "Click to Begin"
|
||||
#endif
|
||||
#ifndef MSG_LEVEL_BED_DONE
|
||||
#define MSG_LEVEL_BED_DONE "Leveling Done!"
|
||||
#endif
|
||||
#ifndef MSG_SET_HOME_OFFSETS
|
||||
#define MSG_SET_HOME_OFFSETS "Set home offsets"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue