Suggested Feature: Notification on temp drop #40
Replies: 2 comments
-
I found a solution for my printer. I set up the end GCODE of the print to wait for the bed temp to drop to 50°C before ending the print, making it so the notification would come when I could pick the print off the print bed. I have included the details below, however this is may be specific to my brand of printer, so I have included slicer and printer details below to assist anyone wanting to make this work for themselves: Slicer: PrusaSlicer 2.3.1+Win 64 G4 ; wait |
Beta Was this translation helpful? Give feedback.
-
It looks like there is now a plugin now in the repository that might streamline this process a little bit. It does this by shutting down the print bed before the end of the print, so based on your preferences you can actually reduce the amount of time you are waiting for the print to finish, instead of tacking on cooldown time like what I have above. Plugin: OctoPrint-BedCoolDown |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
One feature that might be usefull is to be notified when a print bed drops to a specified temperature.
I think this would be usefull for knowing when it is safe to handle and remove the print, rather than when the print actually ends. I usually wait until 50 deg C, but if people want to use this feature for things I haven't thought of they may want to set it to something else.
I figure it could go like this: do nothing until the print completes, then send a single notification once the bed is at or below the specified temp.
Beta Was this translation helpful? Give feedback.
All reactions