LCD_BED_LEVELING enables a sub-menu for ABL

This commit is contained in:
Scott Lahteine
2018-05-01 07:10:43 -05:00
parent a90d99c27c
commit b7e938a9fb
69 changed files with 263 additions and 221 deletions

View File

@ -769,7 +769,7 @@
#define MSG_FIRST _UxGT("first")
#endif
#ifndef MSG_ZPROBE_ZOFFSET
#define MSG_ZPROBE_ZOFFSET _UxGT("Z Offset")
#define MSG_ZPROBE_ZOFFSET _UxGT("Probe Z Offset")
#endif
#ifndef MSG_BABYSTEP_X
#define MSG_BABYSTEP_X _UxGT("Babystep X")