diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-01-10 12:29:41 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-01-10 12:29:41 -0500 |
commit | cf3b0475daa0d7154d2f986f94d8c184c7cf39c1 (patch) | |
tree | 8a919381d5c93d0f431181e4a67bc6da6afd6460 /docs/Config_Reference.md | |
parent | aae29ba48b2b15594f3b39ca0d6a5df9263dff0a (diff) | |
download | kutter-cf3b0475daa0d7154d2f986f94d8c184c7cf39c1.tar.gz kutter-cf3b0475daa0d7154d2f986f94d8c184c7cf39c1.tar.xz kutter-cf3b0475daa0d7154d2f986f94d8c184c7cf39c1.zip |
tmc2240: Allow the slope_control field to be configured via printer.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index f797d2b0..52ba3a49 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -3846,6 +3846,7 @@ run_current: #driver_SEIMIN: 0 #driver_SFILT: 0 #driver_SG4_ANGLE_OFFSET: 1 +#driver_SLOPE_CONTROL: 0 # Set the given register during the configuration of the TMC2240 # chip. This may be used to set custom motor parameters. The # defaults for each parameter are next to the parameter name in the |