aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-03-22 22:40:42 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-03-22 22:40:42 -0400
commit9aadc3c7fa186f48adca30eee83390071b5a56a6 (patch)
tree12d5a5629b9169c4a86acb9b7ef85c9224e175d5
parent871e028c2747fc4dde1a61fb0fd15afbe6dd380d (diff)
downloadkutter-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>
-rw-r--r--config/example-extras.cfg1
-rw-r--r--docs/Config_Changes.md3
2 files changed, 2 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index fd150ffe..e72e4645 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -1132,7 +1132,6 @@
#driver_SLPL: 0
#driver_DISS2G: 0
#driver_TS2G: 3
-#driver_VSENSE: 1
# Set the given parameter during the configuration of the TMC2660
# chip. This may be used to set custom driver parameters. The
# defaults for each parameter are next to the parameter name in the
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]).