Skip to content

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

Notifications You must be signed in to change notification settings

AlexVercammen/OctoPrint-CooldownNotification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

OctoPrint-CooldownNotification

This branch reflects a hack of the original code:

  1. Trigger when the HotEnd reaches a user set temperature
  2. Changed the GUI to reflect the changes
  3. TO DO --> Display the ENABLED button on the Octoprint Navbar.

Setup

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

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

HACK Installation

Using WinSCP or other terminal, open a session and:

  1. Overwrite "__init__.py" located: /home/pi/oprint/lib/python3.7/site-packages/octoprint_CooldownNotification
  2. Overwrite "CooldownNotification_settings.jinja2" located: /home/pi/oprint/lib/python3.7/site-packages/octoprint_CooldownNotification/templates

Configuration

Enabled

This can be used to enable/disable the plugin

HotEnd 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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.1%
  • Jinja 22.9%