From dcc77c934e4c1de74723896a0422e485a5e982ca Mon Sep 17 00:00:00 2001 From: ntoff Date: Sat, 2 Dec 2017 08:25:04 +1000 Subject: [PATCH] Initial Home page --- Home.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..7adc9d0 --- /dev/null +++ b/Home.md @@ -0,0 +1,11 @@ +A fancy slider for the parts fan + +![](https://github.com/ntoff/OctoPrint-FanSpeedSlider/blob/master/image/slider.JPG) + +The settings allow you to limit the speed of the fan post-slice. These settings only apply to prints run through OctoPrint (they don't work when printing from an SD card attached to the printer). These allow limiting of the fan without having to re-slice the gcode. + +![](https://github.com/ntoff/OctoPrint-FanSpeedSlider/blob/master/image/settings.png) + +The minimum speed is useful if your fan doesn't work below a certain threshold, the maximum setting is good if the fan is too strong and your hot end can't keep up. The default speed is the speed the slider will default to when loading the UI. + +The notification timeout setting (not pictured) dictates how long notifications are displayed. When the user sets a speed which is outside the set range via the slider, a notification will appear informing the user that the value was outside the range. These notifications aren't triggered by prints, they only apply to speeds set via the slider. \ No newline at end of file