Commit fb2c1d72 authored by kliment's avatar kliment

Merge pull request #31 from jmil/AudioBot

Example M105 and M84 custom buttons
parents e830702b 4e5979d0
...@@ -4,6 +4,7 @@ btns=[ ...@@ -4,6 +4,7 @@ btns=[
# ["button name","command",color(RGB)], <--That comma is important, do not forget it # ["button name","command",color(RGB)], <--That comma is important, do not forget it
###As an example: (Remove the # to try it out): ###As an example: (Remove the # to try it out):
#["Read temp","M105",(200,100,100)], #["Read temp","M105",(200,100,100)],
#["Disable Axes","M84",(400,100,100)],
###You can use gcodes or any pronsole/pronterface commands ###You can use gcodes or any pronsole/pronterface commands
###The first three buttons will end up at the top of the window, visible in mini mode ###The first three buttons will end up at the top of the window, visible in mini mode
###The rest of the buttons will be at the bottom of the gcode preview ###The rest of the buttons will be at the bottom of the gcode preview
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment