Shutdown after print
I recently saw the slider „shutdown after print“ on the raspi display during a print and tried it right away, because I really found this option very useful.
Unfortunately nothing happened after the print was finished.
What am I doing wrong or is this a bug? I am running 1.2.2 btw.
Cheers
Unfortunately nothing happened after the print was finished.
What am I doing wrong or is this a bug? I am running 1.2.2 btw.
Cheers
Comments
BTW: Most printers have no way to do this by default. Natural solution is a wifi plug - but make sure you know there is a url you can send to enable/disable it. In past IFTTT capable plugs were the best option, but now more than 3 scripts of IFTTT require paid plan for IFTTT.
This one is aktivated by an event driven gcode ;@webAction PrinterOff
What I would add now is a gcode to shutdown the raspi with repetier server itsself. How can I do that?
I can‘t find anything in the documentation
A full description can be found here: https://www.repetier-server.com/manuals/1.2/index.html In "Advanced setup"
You could add the specific @execute command to your end gcode in your slicer or in a specific event like "job finished" in the printer configuration.
I thought since there is already a shutdown server command in der Raspis Touch UI it should be a bit more straight forward.
Then just call @execute shutdown after your print job.
Thanks