From 01a579a2b19a5f5db550d3cdf4699b730572b80b Mon Sep 17 00:00:00 2001 From: Alan Thomson <38433685+mudcruzr@users.noreply.github.com> Date: Thu, 24 Jan 2019 22:51:12 +0000 Subject: [PATCH] New control menu added Control menu with "release motors", "cooldown" and "reboot maestro" added. --- control | 5 +++++ main | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 control diff --git a/control b/control new file mode 100644 index 0000000..3888f32 --- /dev/null +++ b/control @@ -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" \ No newline at end of file diff --git a/main b/main index 84fab7e..de03671 100644 --- a/main +++ b/main @@ -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 ;