This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
Releases: ntoff/OctoPrint-FanSpeedSlider
Releases · ntoff/OctoPrint-FanSpeedSlider
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
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
- 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)