mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 01:50:26 +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:
@@ -126,37 +126,31 @@ max_z_accel: 5
|
||||
#[tmc2208 stepper_x]
|
||||
#uart_pin: PC14
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 stepper_y]
|
||||
#uart_pin: PE1
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 stepper_z]
|
||||
#uart_pin: PB5
|
||||
#run_current: 0.650
|
||||
#hold_current: 0.450
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 extruder]
|
||||
#uart_pin: PG10
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 extruder1]
|
||||
#uart_pin: PD4
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
#[tmc2208 extruder2]
|
||||
#uart_pin: PC12
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 999999
|
||||
|
||||
|
||||
@@ -167,7 +161,6 @@ max_z_accel: 5
|
||||
#[tmc2130 stepper_x]
|
||||
#cs_pin: PC14
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
@@ -177,7 +170,6 @@ max_z_accel: 5
|
||||
#cs_pin: PE1
|
||||
#sense_resistor: 0.075
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
@@ -187,7 +179,6 @@ max_z_accel: 5
|
||||
#cs_pin: PB5
|
||||
#sense_resistor: 0.075
|
||||
#run_current: 0.650
|
||||
#hold_current: 0.450
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
@@ -197,7 +188,6 @@ max_z_accel: 5
|
||||
#cs_pin: PG10
|
||||
#sense_resistor: 0.075
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
@@ -207,7 +197,6 @@ max_z_accel: 5
|
||||
#cs_pin: PD4
|
||||
#sense_resistor: 0.075
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
@@ -217,7 +206,6 @@ max_z_accel: 5
|
||||
#cs_pin: PC12
|
||||
#sense_resistor: 0.075
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
@@ -232,7 +220,6 @@ max_z_accel: 5
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 1
|
||||
#hold_current: 1
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
@@ -243,7 +230,6 @@ max_z_accel: 5
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 1
|
||||
#hold_current: 1
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
@@ -254,7 +240,6 @@ max_z_accel: 5
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 0.4
|
||||
#hold_current: 0.4
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
@@ -265,7 +250,6 @@ max_z_accel: 5
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 0.5
|
||||
#hold_current: 0.5
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
@@ -276,7 +260,6 @@ max_z_accel: 5
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
@@ -287,7 +270,6 @@ max_z_accel: 5
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
#spi_software_miso_pin: PB6
|
||||
|
||||
Reference in New Issue
Block a user