diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-11 13:57:38 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-11 17:57:18 -0500 |
commit | 11b9b72b4171e54598ff6de5fb31195efa710421 (patch) | |
tree | 7793ff899ef3e657e88a686890b6f4b667103f22 /docs | |
parent | bf5c2505abc27c5dc57dd663060e0a756b6391bb (diff) | |
download | kutter-11b9b72b4171e54598ff6de5fb31195efa710421.tar.gz kutter-11b9b72b4171e54598ff6de5fb31195efa710421.tar.xz kutter-11b9b72b4171e54598ff6de5fb31195efa710421.zip |
docs: Minor wording change to TMC_Drivers.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TMC_Drivers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TMC_Drivers.md b/docs/TMC_Drivers.md index 2cd9069d..57ed99c4 100644 --- a/docs/TMC_Drivers.md +++ b/docs/TMC_Drivers.md @@ -272,7 +272,7 @@ shared SPI bus that can not be configured in Klipper, then use a section](Config_Reference.md#static_digital_output) to set the CS pin of the unused device high (so that it will not attempt to use the SPI bus). The board's schematic is often a useful reference for finding -which devices are on an SPI bus and their associated pin settings. +which devices are on an SPI bus and their associated pins. ## How do I tune spreadcycle/coolstep/etc. mode on my drivers? |