Hi,
I have a button box connected to a raspberry that drives an Ender 3.
Two questions regarding the PlugIn Physical Button and sending GCODE commands:
- why does the web interface have to be connected to ovtoprint so that the gcodes can be sent? I thought that everything runs independently on the raspberry?
- how can I build a GCODE toggle button with the plugin? I would like to have a button that toggles the bed temperature from 0 -> 60 -> 70 -> 0 -> 60 -> 70 etc...
is that possible?