Move BLTouch options to adv config (#14131)

Plus other BLTouch and menu enhancements.
This commit is contained in:
InsanityAutomation
2019-06-10 18:46:42 -04:00
committed by Scott Lahteine
parent 0ca2073625
commit b7eeb5b13b
180 changed files with 5277 additions and 6291 deletions

View File

@ -933,6 +933,9 @@
#ifndef MSG_BLTOUCH_MODE_ECHO
#define MSG_BLTOUCH_MODE_ECHO _UxGT("Report Drain")
#endif
#ifndef MSG_BLTOUCH_MODE_CHANGE
#define MSG_BLTOUCH_MODE_CHANGE _UxGT("DANGER: Bad settings can cause damage! Proceed anyway?")
#endif
#ifndef MSG_MANUAL_DEPLOY
#define MSG_MANUAL_DEPLOY _UxGT("Deploy Z-Probe")
#endif