From 1eb52146b0c3a6fabd2dfb53af7c51007beb35f6 Mon Sep 17 00:00:00 2001 From: Zeanon Date: Tue, 7 Jan 2025 14:59:19 +0100 Subject: [PATCH] fix sense_resistor description (#524) 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