diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-08 11:27:50 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-08 11:27:50 -0500 |
commit | fcaa75f01480c4de0de2f0656ee2947cce29ce03 (patch) | |
tree | 0ec43dc02436b603c61ce6734e918455244a911e | |
parent | 563bc37073d499b438d735ccc4a372d647bcdbf8 (diff) | |
download | kutter-fcaa75f01480c4de0de2f0656ee2947cce29ce03.tar.gz kutter-fcaa75f01480c4de0de2f0656ee2947cce29ce03.tar.xz kutter-fcaa75f01480c4de0de2f0656ee2947cce29ce03.zip |
config: Update default spi speed in tmc2660 description
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 3ef308a3..a9a8591d 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1031,9 +1031,9 @@ # This depends on the physical connections on your board, as well as # the SPI implementation of your particular micro-controller. The # default is bus 0. -#spi_speed: 2000000 +#spi_speed: 4000000 # SPI bus frequency used to communicate with the TMC2660 stepper -# driver. The default is 2000000. +# driver. The default is 4000000. #spi_software_sclk_pin: #spi_software_mosi_pin: #spi_software_miso_pin: |