Wed, 20 Jan 2021 10:15:13 +0100
updated and added new files for printrun
15 | 1 | btns=[ |
2 | ###Defining custom buttons for pronterface is easy. Here's how. | |
3 | ###Below these instructions, add a line with the following format for each button | |
4 | # ["button name","command",color(RGB)], <--That comma is important, do not forget it | |
5 | ###As an example: (Remove the # to try it out): | |
6 | #["Read temp","M105",(200,100,100)], | |
7 | #["Disable Axes","M84",(400,100,100)], | |
8 | ###You can use gcodes or any pronsole/pronterface commands | |
9 | ###The first four buttons will end up at the top of the window, visible in mini mode | |
10 | ###The rest of the buttons will be at the bottom under the gcode preview | |
11 | ###ADD BUTTON DEFINITIONS BELOW THIS LINE | |
12 | ||
13 | ||
14 | ||
15 | ||
16 | ###ADD BUTTON DEFINITIONS ABOVE THIS LINE | |
17 | ] |