diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-05-14 18:22:58 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-05-14 18:22:58 -0400 |
commit | e0cbd7b5fc1ce6d1dfbc8daf8e59f57bf3c5e5b9 (patch) | |
tree | 67bbd160e8a8e8cacb71078f5b76900c36fad6ec /docs | |
parent | ed8dca8df08924e7df9291d5e4ff88c9fee4ca4e (diff) | |
download | kutter-e0cbd7b5fc1ce6d1dfbc8daf8e59f57bf3c5e5b9.tar.gz kutter-e0cbd7b5fc1ce6d1dfbc8daf8e59f57bf3c5e5b9.tar.xz kutter-e0cbd7b5fc1ce6d1dfbc8daf8e59f57bf3c5e5b9.zip |
docs: Minor wording change to coolstep_threshold in Config_Reference.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 9a26556f..9d5cb763 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -3319,7 +3319,7 @@ run_current: # "stealthChop" mode. #coolstep_threshold: # The velocity (in mm/s) to set the TMC driver internal "CoolStep" -# threshold to. When set, the coolstep feature will be enabled if +# threshold to. If set, the coolstep feature will be enabled when # the stepper motor velocity is near or above this value. Important # - if coolstep_threshold is set and "sensorless homing" is used, # then one must ensure that the homing speed is above the coolstep @@ -3473,7 +3473,7 @@ run_current: # See the "tmc2208" section for the definition of these parameters. #coolstep_threshold: # The velocity (in mm/s) to set the TMC driver internal "CoolStep" -# threshold to. When set, the coolstep feature will be enabled if +# threshold to. If set, the coolstep feature will be enabled when # the stepper motor velocity is near or above this value. Important # - if coolstep_threshold is set and "sensorless homing" is used, # then one must ensure that the homing speed is above the coolstep @@ -3638,7 +3638,7 @@ run_current: # "stealthChop" mode. #coolstep_threshold: # The velocity (in mm/s) to set the TMC driver internal "CoolStep" -# threshold to. When set, the coolstep feature will be enabled if +# threshold to. If set, the coolstep feature will be enabled when # the stepper motor velocity is near or above this value. Important # - if coolstep_threshold is set and "sensorless homing" is used, # then one must ensure that the homing speed is above the coolstep @@ -3774,7 +3774,7 @@ run_current: # "stealthChop" mode. #coolstep_threshold: # The velocity (in mm/s) to set the TMC driver internal "CoolStep" -# threshold to. When set, the coolstep feature will be enabled if +# threshold to. If set, the coolstep feature will be enabled when # the stepper motor velocity is near or above this value. Important # - if coolstep_threshold is set and "sensorless homing" is used, # then one must ensure that the homing speed is above the coolstep |