OctoPrint-AutomaticShutdown
OctoPrint-AutomaticShutdown copied to clipboard
Add cool down delay before shutdown
My printer is connected by a master/slave mains power socket thing, so when the octopi shuts down it cuts power to the printer.
Would be nice to be able to set hot-end and/or bed temp max limit before shutdown is executed. Like set hot-end temp limit to 40°C so after the print the shutdown wait until the printer has cooled down the shutdown.
i agree, it would be nice
I agree too ;)
+1
I agree. Did you find the time to code it?
I have managed to turn off printer when hot end reach a desired T° by using GCode System commands plugin :
https://plugins.octoprint.org/plugins/gcodesystemcommands/
So I create a OCTO1 command to power off the smart plug :
And I use it on my GCode end script.
Short of integrating with the g-code, a programmable cool down delay before shutdown would be nice.
Wouldn't increasing the abort timer achieve the same requirement?
Not sure. I generally don't like co-opting functions meant to serve a different scenario. A shutdown is very different than an abort. Would the abort timer apply?