LCD_BED_LEVELING enables a sub-menu for ABL

This commit is contained in:
Scott Lahteine
2018-05-01 03:26:44 -05:00
parent 5aff43e65e
commit 0b9f99f940
58 changed files with 241 additions and 199 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")