Andy-ch / OctoPrint-HeaterTimeout

OctoPrint Plugin that automatically shuts down heaters after a specified idle timeout.
Apache License 2.0
4 stars 1 forks source link

split timeout in three different timeouts #9

Closed netinetwalker closed 9 months ago

netinetwalker commented 9 months ago
  1. timeout - normal ready state printers
  2. pausetimeout - timeout if the print is paused
  3. fallbacktimeout - timeout in all over printer states

default values: timeout 10 minutes pausetimeout 8 hours fallbacktimeout 1 hours

fix for #4