diff options
author | Douglas Hammond <wizhippo@gmail.com> | 2019-03-28 14:07:40 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-03-28 14:07:40 -0400 |
commit | c105adc80bbcdc7daf5c86ec7ec49511a36a3cbd (patch) | |
tree | 17c16087d03869c589dec51d02b4c8faf7474c7d /docs/Config_Changes.md | |
parent | 5913170b6ba08c87f63282577b32df0e91c43967 (diff) | |
download | kutter-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/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 4 |
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). |