diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-18 09:43:13 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-18 09:43:13 -0400 |
commit | caea441edd759ea454215a3ec59becb276987ee4 (patch) | |
tree | ec5daf4f07e3b1bec6868122b751f4b604be8693 | |
parent | 20d0bb8354dc57b96bc2153d8c2977566b4de002 (diff) | |
download | kutter-caea441edd759ea454215a3ec59becb276987ee4.tar.gz kutter-caea441edd759ea454215a3ec59becb276987ee4.tar.xz kutter-caea441edd759ea454215a3ec59becb276987ee4.zip |
config: Update tmc2660 block in example-extras.cfg
No need to describe the SET_TMC_CURRENT command in the
example-extras.cfg - it's describe in docs/G-Codes.md and is now
supported on all tmc drivers.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example-extras.cfg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 31bf15de..453e894a 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1048,10 +1048,7 @@ # Configure a TMC2660 stepper motor driver via SPI bus. To use this # feature, define a config section with a tmc2660 prefix followed by # the name of the corresponding stepper config section (for example, -# "[tmc2660 stepper_x]"). The current of the TMC2660 stepper driver -# is adjustable at run-time using -# "SET_TMC_CURRENT STEPPER=stepper_x CURRENT=.1" type extended g-code -# commands. +# "[tmc2660 stepper_x]"). #[tmc2660 stepper_x] #cs_pin: # The pin corresponding to the TMC2660 chip select line. This pin |