mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@2acfa28294 🚀
This commit is contained in:
parent
3e1f1fe923
commit
067802ec62
14 changed files with 5 additions and 2 deletions
|
@ -6771,7 +6771,7 @@ run_current:
|
|||
</code></pre></div>
|
||||
|
||||
<h3 id="tmc2240">[tmc2240]<a class="headerlink" href="#tmc2240" title="Permanent link">¶</a></h3>
|
||||
<p>Configure a TMC2240 stepper motor driver via SPI bus. To use this
|
||||
<p>Configure a TMC2240 stepper motor driver via SPI bus or UART. To use this
|
||||
feature, define a config section with a "tmc2240" prefix followed by
|
||||
the name of the corresponding stepper config section (for example,
|
||||
"[tmc2240 stepper_x]").</p>
|
||||
|
@ -6787,6 +6787,9 @@ cs_pin:
|
|||
#spi_software_miso_pin:
|
||||
# See the "common SPI settings" section for a description of the
|
||||
# above parameters.
|
||||
#uart_pin:
|
||||
# The pin connected to the TMC2240 DIAG1/SW line. If this parameter
|
||||
# is provided UART communication is used rather then SPI.
|
||||
#chain_position:
|
||||
#chain_length:
|
||||
# These parameters configure an SPI daisy chain. The two parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue