mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 19:20:26 +09:00
config: Remove tmc interpolate setting from example configs
There is no reason to explicitly set the interpolate flag to true in the example configs as that is already the default. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -218,7 +218,6 @@ max_z_accel: 5
|
||||
#[tmc5160 stepper_x]
|
||||
#cs_pin: PC14
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 1
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
@@ -228,7 +227,6 @@ max_z_accel: 5
|
||||
#[tmc5160 stepper_y]
|
||||
#cs_pin: PE1
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 1
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
@@ -238,7 +236,6 @@ max_z_accel: 5
|
||||
#[tmc5160 stepper_z]
|
||||
#cs_pin: PB5
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 0.4
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
@@ -248,7 +245,6 @@ max_z_accel: 5
|
||||
#[tmc5160 extruder]
|
||||
#cs_pin: PG10
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 0.5
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
@@ -258,7 +254,6 @@ max_z_accel: 5
|
||||
#[tmc5160 extruder1]
|
||||
#cs_pin: PD4
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 0.800
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
@@ -268,7 +263,6 @@ max_z_accel: 5
|
||||
#[tmc5160 extruder2]
|
||||
#cs_pin: PC12
|
||||
#sense_resistor: 0.075
|
||||
#interpolate: True
|
||||
#run_current: 0.800
|
||||
#stealthchop_threshold: 0
|
||||
#spi_software_mosi_pin: PG15
|
||||
|
||||
Reference in New Issue
Block a user