diff --git a/extras/fanslider.md b/extras/fanslider.md new file mode 100644 index 0000000..936df86 --- /dev/null +++ b/extras/fanslider.md @@ -0,0 +1,38 @@ +--- +layout: plugin + +id: fanslider +title: Fan Speed Control +description: Control your parts cooling fan +author: ntoff +license: AGPLv3 + + +date: 2017-12-02 + +homepage: https://github.com/ntoff/OctoPrint-FanSpeedSlider +source: https://github.com/ntoff/OctoPrint-FanSpeedSlider +archive: https://github.com/ntoff/OctoPrint-FanSpeedSlider/archive/master.zip + +tags: +- UI +- Controls + +screenshots: +- url: /assets/img/plugins/fanslider/slider.JPG + alt: slider + caption: slider +- url: /assets/img/plugins/fanslider/settings.png + alt: settings + caption: settings + +featuredimage: /assets/img/plugins/fanslider/slider.JPG + +compatibility: + + octoprint: + - 1.3.5 + +--- + +Adds a slider to the controls page for setting the speed of your parts cooling fan, and a settings page that allows limiting the fan's output power. \ No newline at end of file diff --git a/image/settings.png b/image/settings.png new file mode 100644 index 0000000..29578f0 Binary files /dev/null and b/image/settings.png differ