diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-11-28 20:46:37 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-12-12 12:44:06 -0500 |
commit | 92c41b88278ba571a0ef3303e9fedc686aacaeef (patch) | |
tree | 5fd28052fb2cd59d4ad0468232936e8c4533030e /config/sample-mmu2s-diy.cfg | |
parent | 37a117e64fe44b0ba4879e67491e1a54fef7c391 (diff) | |
download | kutter-92c41b88278ba571a0ef3303e9fedc686aacaeef.tar.gz kutter-92c41b88278ba571a0ef3303e9fedc686aacaeef.tar.xz kutter-92c41b88278ba571a0ef3303e9fedc686aacaeef.zip |
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>
Diffstat (limited to 'config/sample-mmu2s-diy.cfg')
-rw-r--r-- | config/sample-mmu2s-diy.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/sample-mmu2s-diy.cfg b/config/sample-mmu2s-diy.cfg index 80e8c058..d1d7793e 100644 --- a/config/sample-mmu2s-diy.cfg +++ b/config/sample-mmu2s-diy.cfg @@ -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 |