diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-07-20 10:34:14 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-07-20 10:34:14 -0400 |
commit | 103dcf27ffd7cf1c4f70868c2ba1828ee4fbe37a (patch) | |
tree | 5e36dada28f3a00b5d8667e0084af873cc21f778 /docs | |
parent | de57ce3a99805502f61ff000668cd5e7b5b93aa1 (diff) | |
download | kutter-103dcf27ffd7cf1c4f70868c2ba1828ee4fbe37a.tar.gz kutter-103dcf27ffd7cf1c4f70868c2ba1828ee4fbe37a.tar.xz kutter-103dcf27ffd7cf1c4f70868c2ba1828ee4fbe37a.zip |
controller_fan: Minor updates
Document change in behavior of the controller_fan module.
Lookup heater objects in connect() event handler.
Return list of stepper names from stepper_enable.get_steppers().
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 8e761a95..f523547e 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,11 @@ All dates in this document are approximate. # Changes +20210720: A controller_fan section now monitors all stepper motors by +default (not just the kinematic stepper motors). If the previous +behavior is desired, see the `stepper` config option in the +[config reference](Config_Reference.md#controller_fan). + 20210703: A `samd_sercom` config section must now specify the sercom bus it is configuring via the `sercom` option. |