Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Releases: ntoff/OctoPrint-FanSpeedSlider

0.2.1

04 Jan 18:40
Compare
Choose a tag to compare
  • Fixes #11

0.2.0

30 Dec 12:45
Compare
Choose a tag to compare
  • Adds a padlock button to the controls page, and a corresponding setting to the settings page, to disable the fan controls and reject M106 / M107 commands

0.1.9

06 Dec 18:30
Compare
Choose a tag to compare

Adds a new setting to remember the last sent speed, and set the slider to that value on UI load / refresh instead of the default value.

Note: Does not take values sent via sd prints, or the terminal

0.1.8

25 Apr 04:39
Compare
Choose a tag to compare

See #9 Fixes not detecting low values of M106 Snnn

0.1.7

01 Dec 22:13
55b2a05
Compare
Choose a tag to compare

Just a few small changes, nothing worth updating to if you have no issues with 0.1.6

  • Removed a bunch of unnecessary CSS that I was using to format the plugin under touchui
  • Changed the way it acts when touchui is active (moved the input box underneath the feedrate and flowrate boxes)
  • Minor change to the way the popup titles in the settings page work

0.1.6

17 Nov 20:53
8324928
Compare
Choose a tag to compare
  • Added a notification popup if a user sets a fan speed outside of the min / max range using the slider, and have the slider automatically adjust. Notifications aren't triggered by a print / the terminal and only one of each type (high/low limit) will be visible at a time so popup spam shouldn't be a thing, however they can be turned off.
  • Fixed touchui input box wrong max value (255 instead of 100)
  • Replaced touchUI's main "fan on" button with one that sends an adjusted speed
  • Added some javascript console messages and tweaked octoprint.log output to indicate when the fan speed is adjusted (mainly for troubleshooting purposes)
  • less reliance on "global" variables (seems to pass the 'use strict'; test)

v0.1.5

11 Oct 15:01
Compare
Choose a tag to compare

Fixes button being disabled while printing if using touchui (part of previous disabled while printing issue that I missed)

v0.1.4

24 Sep 20:50
Compare
Choose a tag to compare

Fixes the buttons being disabled while printing.

v0.1.3

24 Sep 20:29
Compare
Choose a tag to compare

Add limiters for the minimum and maximum fan speed.

v0.1.2

03 Sep 07:43
Compare
Choose a tag to compare

Added a setting to allow the default value to be set

Note: This value does not limit the min/max output of the fan, it merely sets the value the slider will initially be set to when loading the octoprint UI