Closed shadrincev closed 4 years ago
I dont have a setup to test this. If someone is willing to add this, i am happy with it. Thanks
I'm willing to help, but I don't know how. If you specify what you need to implement, I will do it.
Klipper is supported for controlling logic on pins; create M80 / M81 macros yourself. I use SKR 1.4 and Lerdge power module, this macros works fine:
[gcode_macro M81] #Power off
gcode:
SET_PIN PIN=ShutDownPrinter VALUE=1
[output_pin ShutDownPrinter]
pin: P1.0
So as the Solution is found, I close this
Good afternoon. How can I activate the enable / disable button? I write a macro for the M80 and M81 commands that are sent when it is clicked, but an error occurs: Malformed command 'RESPOND type:command MSG=action:poweron'. Or is this also not implemented?
To run gpio did this:
a table with gpio outputs appears. Create a folder for scripts to enable and disable printers and download the scripts themselves.
Check the performance: Turning on the printer
./poweron.sh
Turning off the printer./poweroff.sh