New control menu added

Control menu with "release motors", "cooldown" and "reboot maestro" added.
This commit is contained in:
Alan Thomson 2019-01-24 22:51:12 +00:00
parent 59356afa93
commit 01a579a2b1
2 changed files with 9 additions and 3 deletions

5
control Normal file
View File

@ -0,0 +1,5 @@
button R0 C0 F0 T" BACK " A"return"
image R11 C0 L"hline.img"
button R13 C24 T"COOLDOWN" A"M98 P#0" L"/menu/cooldown"
button R23 C24 T"MOTORS OFF" A"M18"
button R33 C24 T"REBOOT MAESTRO" A"M999"

7
main
View File

@ -1,8 +1,9 @@
; "Not printing" Menu
;
button R46 C0 F0 V5 T" PREHEAT " A"menu heat"
button V5 T" MOVE " A"menu move"
button V5 " PRINT " A"menu listFiles"
button R46 C0 F0 V5 T" HEAT " A"menu heat"
button V5 T" MOVE " A"menu move"
button V5 " CTRL " A"menu control"
button V5 " PRINT " A"menu listFiles"
;
; "Printing" Menu
;