gmccauley / OctoPrint-CooldownNotification

A plugin to execute gcode commands when the print bed cools to a certain temperature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OctoPrint-CooldownNotification

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.

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/gmccauley/OctoPrint-CooldownNotification/archive/master.zip

Configuration

Enabled

This can be used to enable/disable the plugin

Temperature Threshold

Define the temperature for when the GCODE is executed

GCODE to Execute

The GCODE that is executed when the temperature threshold is reached

Screenshots

CooldownNotification

Changelog:

[v0.1.2] - 27 May 2020

Fixed

  • Threshold saved as string which causes immediate trigging of GCODE after finished print

[v0.1.1] - 27 May 2020

  • Updated Python Compatibility

[v0.1.0] - 26 May 2020

  • Initial Release

About

A plugin to execute gcode commands when the print bed cools to a certain temperature


Languages

Language:Python 70.4%Language:JavaScript 18.9%Language:HTML 10.6%