New BLTouch menu

Added new BLTouch control menu, accessed via the CONTROL menu
This commit is contained in:
Alan Thomson 2019-02-12 11:19:08 +00:00
parent d6dc072130
commit 4233a9d247
2 changed files with 12 additions and 7 deletions

5
bltouch Normal file
View File

@ -0,0 +1,5 @@
button R0 C5 F0 T"BACK " A"return"
button R10 C5 T"DEPLOY PROBE" A"M280 P64 S10"
button R20 C5 T"RETRACT PROBE" A"M280 P64 S90"
button R30 C5 T"TEST PROBE" A"M280 P64 S120"
button R40 C5 T"RESET PROBE" A"M280 P64 S160"

14
control
View File

@ -1,7 +1,7 @@
button R0 C0 F0 T"BACK " A"return"
;image R11 C0 L"hline.img"
button R10 C0 T"COOLDOWN" A"M98 P#0" L"/menu/cooldown"
button R20 C0 T"MOTORS OFF" A"M18"
button R30 C0 T"REBOOT MAESTRO" A"M999"
button R40 C0 T"RUN MESH COMPENSATION" A"M98 P#0" L"/menu/meshcomp"
button R50 C0 T"RESET BLTOUCH" A"M98 P#0" L"/menu/resetprobe"
button R0 C5 F0 T"BACK " A"return"
;image R11 C5 L"hline.img"
button R10 C5 T"COOLDOWN" A"M98 P#0" L"/menu/cooldown"
button R20 C5 T"MOTORS OFF" A"M18"
button R30 C5 T"REBOOT MAESTRO" A"M999"
button R40 C5 T"RUN MESH COMPENSATION" A"M98 P#0" L"/menu/meshcomp"
button R50 C5 T"BLTOUCH MENU" A"menu bltouch"