175722a015
log was being output after the slider was set causing it to display the wrong value |
||
---|---|---|
image | ||
octoprint_fanspeedslider | ||
.editorconfig | ||
.gitignore | ||
babel.cfg | ||
MANIFEST.in | ||
README.md | ||
requirements.txt | ||
setup.py |
Fan Speed Slider Plugin
Add a slider to control the speed of a parts cooling fan.
Usage
Slide the slider, click the button. There really isn't much else to do :)
The default value of the slider is user configurable, this is the value that the slider will be set to upon loading OctoPrint's UI, and any time you refresh the page.
The minimum fan speed setting will limit how slow the fan runs, this is useful since some fans don't work below a certain speed.
The maximum fan speed setting will limit how fast the fan runs, this is useful if your fan is too strong, or you wish to limit the speed post-slice without having to re-slice your file.
Note: Slider does not follow the speed of the fan. If the fan speed is set via gcode or an LCD panel on the printer, the slider will not respond to the change. It is a setting, not an indicator, and functions the same way the feedrate and flowrate sliders do.
Setup
Install manually using this URL:
https://github.com/ntoff/OctoPrint-fanspeedslider/archive/master.zip