Hi everyone, my name is Nicolas, and I use Octoprint with 4 Ultimaker 2+, with ABS Material, and I need to tunr off the bed of the printer when the print time left is 8 minutes.
I dont know how to develop a plugin, but I think is a great pluging that can help everyone who needs to remove the models fast from bed, So, It should work like:
Turn off the bed when remaining 8 minutes to finish the print.
I imagine that it shoul be something when Print Time Left < 8 minutes, then send the command M140 S0, and then continue printing to the end of the gcode
Is not only the Magic of 8 minutes, it could be X minutes.... if we do that plugin... we can remove the prints faster and start another print again. I produce with 16 Ultimaker 2+ and I need to produce faster, this short script will help to not wait to the bed heat down.
If cooling is too early, the time must be configured manually for different cases.
It defaults to within 5 minutes of finish and more than 90% complete, but both are configurable (you could set it to 480 seconds and 0% to do exactly what you want).