aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDouglas Hammond <wizhippo@gmail.com>2019-03-28 14:07:40 -0400
committerKevinOConnor <kevin@koconnor.net>2019-03-28 14:07:40 -0400
commitc105adc80bbcdc7daf5c86ec7ec49511a36a3cbd (patch)
tree17c16087d03869c589dec51d02b4c8faf7474c7d /docs
parent5913170b6ba08c87f63282577b32df0e91c43967 (diff)
downloadkutter-c105adc80bbcdc7daf5c86ec7ec49511a36a3cbd.tar.gz
kutter-c105adc80bbcdc7daf5c86ec7ec49511a36a3cbd.tar.xz
kutter-c105adc80bbcdc7daf5c86ec7ec49511a36a3cbd.zip
temperature_fan: Fix. Temperature fan min speed should be used (#1405)
Signed-off-by: Douglas Hammond <wizhippo@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Config_Changes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index c632ebf4..04e6499f 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -6,6 +6,10 @@ All dates in this document are approximate.
# Changes
+20190328: The min_speed value in [temperature_fan] config
+will now be respected and the fan will always run at this
+speed or higher in PID mode.
+
20190322: The default value for "driver_HEND" in [tmc2660] config
sections was changed from 6 to 3. The "driver_VSENSE" field was
removed (it is now automatically calculated from run_current).