Skip to content

Commit

Permalink
fix sense_resistor description (#524)
Browse files Browse the repository at this point in the history
Specifying the sense resistor as "motor" dependant confuses people as it is a driver spec, not a motor spec.
  • Loading branch information
Zeanon authored Jan 7, 2025
1 parent 55336a1 commit 1eb5214
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Config_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4034,7 +4034,7 @@ run_current:
# The amount of time (in seconds) to wait after changing homing current.
# The default is 0.5 seconds.
sense_resistor:
# The resistance (in ohms) of the motor sense resistor. This
# The resistance (in ohms) of the driver sense resistor. This
# parameter must be provided.
#stealthchop_threshold: 0
# The velocity (in mm/s) to set the "stealthChop" threshold to. When
Expand Down Expand Up @@ -4145,7 +4145,7 @@ run_current:
# The amount of time (in seconds) to wait after changing homing current.
# The default is 0.5 seconds.
sense_resistor:
# The resistance (in ohms) of the motor sense resistor. This
# The resistance (in ohms) of the driver sense resistor. This
# parameter must be provided.
#stealthchop_threshold: 0
# The velocity (in mm/s) to set the "stealthChop" threshold to. When
Expand Down Expand Up @@ -4271,7 +4271,7 @@ run_current:
# The amount of time (in seconds) to wait after changing homing current.
# The default is 0.5 seconds.
sense_resistor:
# The resistance (in ohms) of the motor sense resistor. This
# The resistance (in ohms) of the driver sense resistor. This
# parameter must be provided.
#idle_current_percent: 100
# The percentage of the run_current the stepper driver will be
Expand Down Expand Up @@ -4496,7 +4496,7 @@ run_current:
# The amount of time (in seconds) to wait after changing homing current.
# The default is 0.5 seconds.
sense_resistor:
# The resistance (in ohms) of the motor sense resistor. This
# The resistance (in ohms) of the driver sense resistor. This
# parameter must be provided.
#stealthchop_threshold: 0
# The velocity (in mm/s) to set the "stealthChop" threshold to. When
Expand Down

0 comments on commit 1eb5214

Please sign in to comment.