You are on page 1of 1

btns=[

###Defining custom buttons for pronterface is easy. Here's how.


###Below these instructions, add a line with the following format for each butto
n
# ["button name","command",color(RGB)], <--That comma is important, do not forge
t it
###As an example: (Remove the # to try it out):
#["Read temp","M105",(200,100,100)],
#["Disable Axes","M84",(400,100,100)],
###You can use gcodes or any pronsole/pronterface commands
###The first four buttons will end up at the top of the window, visible in mini
mode
###The rest of the buttons will be at the bottom under the gcode preview
###ADD BUTTON DEFINITIONS BELOW THIS LINE

###ADD BUTTON DEFINITIONS ABOVE THIS LINE


]

You might also like