kantlivelong / OctoPrint-SetAndWait

This OctoPrint plugin implements Set And Wait commands M109 & M190 into OctoPrint and sends their non-blocking counterparts to the controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OctoPrint SetAndWait

This OctoPrint plugin implements Set And Wait commands M109 & M190 into OctoPrint and sends their non-blocking counterparts to the controller.

Benefits:
  • Prints can be canceled during the heating phase without waiting for the temperature to be reached.
  • Fixes an issue where Smoothieware only reports temperatures for the probe being heated which in turn causes gaps on the OctoPrint temperature graph for other probes.
  • Works around odd behavior in Klipper where setting the temperature to a lower value will result in waiting for the heater to cool instead of simply continuting (S being treated as R). See KevinOConnor/klipper#1108

Setup

Install the plugin using Plugin Manager from Settings

Support

Help can be found at the OctoPrint Community Forums

Feature Requests

Feature Requests

About

This OctoPrint plugin implements Set And Wait commands M109 & M190 into OctoPrint and sends their non-blocking counterparts to the controller.

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%