Apply bltouch_menu

As proffered in #6252
This commit is contained in:
Scott Lahteine
2017-04-28 18:41:18 -05:00
parent 1a111180de
commit 2cc9774f34
2 changed files with 26 additions and 6 deletions

View File

@ -408,6 +408,9 @@
#ifndef MSG_ZPROBE_OUT
#define MSG_ZPROBE_OUT _UxGT("Z probe out. bed")
#endif
#ifndef MSG_BLTOUCH
#define MSG_BLTOUCH _UxGT("BLTouch")
#endif
#ifndef MSG_BLTOUCH_SELFTEST
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Self-Test")
#endif