diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-12-15 11:24:44 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-12-15 11:24:44 -0500 |
commit | 0f3d68613dbea0af48efd3bdc627212af13fbee0 (patch) | |
tree | abb86873df71e84954785e133f8949fcde4c3ca7 /docs | |
parent | 323268ea02700b2fd3b6accda310845ba29c894e (diff) | |
download | kutter-0f3d68613dbea0af48efd3bdc627212af13fbee0.tar.gz kutter-0f3d68613dbea0af48efd3bdc627212af13fbee0.tar.xz kutter-0f3d68613dbea0af48efd3bdc627212af13fbee0.zip |
docs: Update tmc5160 stealthchop_threshold description in Config_Reference.md
Don't recommend tuning stealthchop_threshold as it can cause issues.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 589deb83..784f369a 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -3040,8 +3040,7 @@ run_current: # The velocity (in mm/s) to set the "stealthChop" threshold to. When # set, "stealthChop" mode will be enabled if the stepper motor # velocity is below this value. The default is 0, which disables -# "stealthChop" mode. Try to reexperience this with tmc5160. -# Values can be much higher than other tmcs. +# "stealthChop" mode. #driver_IHOLDDELAY: 6 #driver_TPOWERDOWN: 10 #driver_TBL: 2 |