OctoPrint-AutomaticShutdown icon indicating copy to clipboard operation
OctoPrint-AutomaticShutdown copied to clipboard

Add cool down delay before shutdown

Open StefanIGit opened this issue 7 years ago • 8 comments

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.

StefanIGit avatar Jan 27 '18 15:01 StefanIGit

i agree, it would be nice

blandiant avatar Apr 17 '18 16:04 blandiant

I agree too ;)

mikebzh44 avatar Apr 25 '18 08:04 mikebzh44

+1

Houdini7 avatar Apr 27 '18 19:04 Houdini7

I agree. Did you find the time to code it?

ThaliaFP avatar Jul 11 '18 16:07 ThaliaFP

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 :

image

And I use it on my GCode end script.

mikebzh44 avatar Jul 11 '18 17:07 mikebzh44

Short of integrating with the g-code, a programmable cool down delay before shutdown would be nice.

heyitsyang avatar Feb 09 '19 18:02 heyitsyang

Wouldn't increasing the abort timer achieve the same requirement?

aadithya96 avatar Jul 03 '20 07:07 aadithya96

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?

heyitsyang avatar Jul 03 '20 12:07 heyitsyang