From 7c48eb80a553bf440780b1021e34b6a5e5daf126 Mon Sep 17 00:00:00 2001 From: Zeanon Date: Mon, 6 Jan 2025 18:25:48 +0100 Subject: [PATCH] fix sense_resistor description Specifying the sense resistor as "motor" dependant confuses people as it is a driver spec, not a motor spec. --- docs/Config_Reference.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 610556723..10dc909db 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -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 @@ -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 @@ -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 @@ -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