From fcaa75f01480c4de0de2f0656ee2947cce29ce03 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 8 Mar 2019 11:27:50 -0500 Subject: [PATCH] config: Update default spi speed in tmc2660 description Signed-off-by: Kevin O'Connor --- config/example-extras.cfg | 4 ++-- 1 file 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: