This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
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)