diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 22:40:42 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 22:40:42 -0400 |
commit | 9aadc3c7fa186f48adca30eee83390071b5a56a6 (patch) | |
tree | 12d5a5629b9169c4a86acb9b7ef85c9224e175d5 /docs/Config_Changes.md | |
parent | 871e028c2747fc4dde1a61fb0fd15afbe6dd380d (diff) | |
download | kutter-9aadc3c7fa186f48adca30eee83390071b5a56a6.tar.gz kutter-9aadc3c7fa186f48adca30eee83390071b5a56a6.tar.xz kutter-9aadc3c7fa186f48adca30eee83390071b5a56a6.zip |
docs: Also note that driver_VSENSE was removed from tmc2660 driver
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index c389e9f7..c632ebf4 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -7,7 +7,8 @@ All dates in this document are approximate. # Changes 20190322: The default value for "driver_HEND" in [tmc2660] config -sections was changed from 6 to 3. +sections was changed from 6 to 3. The "driver_VSENSE" field was +removed (it is now automatically calculated from run_current). 20190310: The [controller_fan] config section now always takes a name (such as [controller_fan my_controller_fan]). |