mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:50:36 +09:00
config: Remove hold_current from sample configs and sample macros
Now that the documentation recommends that hold_current not be set, update the example config files to not specify a hold_current. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -188,49 +188,41 @@ max_z_accel: 100
|
||||
#[tmc2208 stepper_x]
|
||||
#uart_pin: PC4
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 stepper_y]
|
||||
#uart_pin: PF12
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 stepper_z]
|
||||
#uart_pin: PF15
|
||||
#run_current: 0.650
|
||||
#hold_current: 0.450
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 extruder]
|
||||
#uart_pin: PE7
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 extruder1]
|
||||
#uart_pin: PE10
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 extruder2]
|
||||
#uart_pin: PF1
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 extruder3]
|
||||
#uart_pin: PG2
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 extruder4]
|
||||
#uart_pin: PG5
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
|
||||
@@ -253,7 +245,6 @@ max_z_accel: 100
|
||||
#spi_software_sclk_pin: PB3
|
||||
##diag1_pin: PG12
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc5160 stepper_y]
|
||||
@@ -263,7 +254,6 @@ max_z_accel: 100
|
||||
#spi_software_sclk_pin: PB3
|
||||
##diag1_pin: PG11
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc5160 stepper_z]
|
||||
@@ -273,7 +263,6 @@ max_z_accel: 100
|
||||
#spi_software_sclk_pin: PB3
|
||||
##diag1_pin: PG10
|
||||
#run_current: 0.650
|
||||
#hold_current: 0.450
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc5160 extruder]
|
||||
@@ -283,7 +272,6 @@ max_z_accel: 100
|
||||
#spi_software_sclk_pin: PB3
|
||||
##diag1_pin: PG9
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc5160 extruder1]
|
||||
@@ -293,7 +281,6 @@ max_z_accel: 100
|
||||
#spi_software_sclk_pin: PB3
|
||||
##diag1_pin: PD7
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc5160 extruder2]
|
||||
@@ -303,7 +290,6 @@ max_z_accel: 100
|
||||
#spi_software_sclk_pin: PB3
|
||||
##diag1_pin: PD6
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc5160 extruder3]
|
||||
@@ -313,7 +299,6 @@ max_z_accel: 100
|
||||
#spi_software_sclk_pin: PB3
|
||||
##diag1_pin: PA8
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc5160 extruder4]
|
||||
@@ -323,7 +308,6 @@ max_z_accel: 100
|
||||
#spi_software_sclk_pin: PB3
|
||||
##diag1_pin: PF3
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user