mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:40:37 +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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user