Skip to content

Commit

Permalink
config: Remove tmc interpolate setting from example configs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
KevinOConnor committed Dec 12, 2021
1 parent 11d92c6 commit 437d09b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions config/generic-bigtreetech-gtr.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
10 changes: 0 additions & 10 deletions config/generic-duet2-duex.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ position_max: 250
[tmc2660 stepper_x]
cs_pin: PD14 # X_SPI_EN Required for communication
spi_bus: usart1 # All TMC2660 drivers are connected to USART1
interpolate: True # 1/16 micro-steps interpolated to 1/256
run_current: 1.000
sense_resistor: 0.051
idle_current_percent: 20
Expand All @@ -114,7 +113,6 @@ position_max: 210
[tmc2660 stepper_y]
cs_pin: PC9
spi_bus: usart1
interpolate: True
run_current: 1.000
sense_resistor: 0.051
idle_current_percent: 20
Expand All @@ -132,7 +130,6 @@ position_max: 200
[tmc2660 stepper_z]
cs_pin: PC10
spi_bus: usart1
interpolate: True
run_current: 1.000
sense_resistor: 0.051

Expand All @@ -147,7 +144,6 @@ rotation_distance: 8
[tmc2660 stepper_z1]
cs_pin: PD25
spi_bus: usart1
interpolate: True
run_current: 1.000
sense_resistor: 0.051

Expand All @@ -162,7 +158,6 @@ rotation_distance: 8
[tmc2660 stepper_z2]
cs_pin: PD26
spi_bus: usart1
interpolate: True
run_current: 1.000
sense_resistor: 0.051

Expand All @@ -177,7 +172,6 @@ rotation_distance: 8
[tmc2660 stepper_z3]
cs_pin: PB14
spi_bus: usart1
interpolate: True
run_current: 1.000
sense_resistor: 0.051

Expand All @@ -203,7 +197,6 @@ max_temp: 250
[tmc2660 extruder]
cs_pin: PC17
spi_bus: usart1
interpolate: True
run_current: 1.000
sense_resistor: 0.051

Expand All @@ -229,7 +222,6 @@ max_temp: 250
[tmc2660 extruder1]
cs_pin: PC25
spi_bus: usart1
interpolate: True
run_current: 1.000
sense_resistor: 0.051

Expand All @@ -255,7 +247,6 @@ max_temp: 250
[tmc2660 extruder2]
cs_pin: PD23
spi_bus: usart1
interpolate: True
run_current: 1.000
sense_resistor: 0.051

Expand All @@ -281,7 +272,6 @@ max_temp: 250
[tmc2660 extruder3]
cs_pin: PD24
spi_bus: usart1
interpolate: True
run_current: 1.000
sense_resistor: 0.051

Expand Down
3 changes: 0 additions & 3 deletions config/sample-mmu2s-diy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ endstop_pin: ^mmboard:PC2 # PINDA X+
[tmc2208 manual_stepper gear_stepper]
uart_pin: mmboard:PC14
run_current: 1.000
interpolate: True
sense_resistor: 0.110

# Y : MMU2S idler with the 5 ball bearings
Expand All @@ -52,7 +51,6 @@ accel: 80
[tmc2209 manual_stepper idler_stepper]
uart_pin: mmboard:PB7
run_current: 0.800
interpolate: True
sense_resistor: 0.110
stealthchop_threshold: 999999

Expand All @@ -71,7 +69,6 @@ endstop_pin: !mmboard:PC0 # switch endstop on the left Z-
[tmc2209 manual_stepper selector_stepper]
uart_pin: mmboard:PC12
run_current: 1.000
interpolate: True
sense_resistor: 0.110
stealthchop_threshold: 999999

Expand Down

0 comments on commit 437d09b

Please sign in to comment.