This plugin is designed to execute gcode commands when the print bed cools to a certain temperature.
The intended usage is to utilize the M300 gcode to alert that the bed has cooled and it's safe to remove prints printed in PETG.
Install via the bundled Plugin Manager or manually using this URL:
https://github.com/gmccauley/OctoPrint-CooldownNotification/archive/master.zip
This can be used to enable/disable the plugin
Define the temperature for when the GCODE is executed
The GCODE that is executed when the temperature threshold is reached
Fixed
- Threshold saved as string which causes immediate trigging of GCODE after finished print
- Updated Python Compatibility
- Initial Release