mirror of
https://github.com/andreili/klipper.git
synced 2025-08-23 19:34:06 +02:00
config: Update generic-bigtreetech-skr-2.cfg - SPI Drivers (#6895)
Added SPI tmc2130 driver config Signed-off-by: James Hartley <james@hartleyns.com>
This commit is contained in:
parent
51311948be
commit
49d9ed22bf
@ -153,3 +153,48 @@ aliases:
|
|||||||
#uart_pin: PD12
|
#uart_pin: PD12
|
||||||
#run_current: 0.600
|
#run_current: 0.600
|
||||||
#diag_pin:
|
#diag_pin:
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# TMC2130 configuration
|
||||||
|
########################################
|
||||||
|
|
||||||
|
#[tmc2130 stepper_x]
|
||||||
|
#cs_pin: PE0
|
||||||
|
#spi_software_miso_pin: PA14
|
||||||
|
#spi_software_mosi_pin: PE14
|
||||||
|
#spi_software_sclk_pin: PE15
|
||||||
|
#run_current: 0.800
|
||||||
|
#diag1_pin: PC1
|
||||||
|
|
||||||
|
#[tmc2130 stepper_y]
|
||||||
|
#cs_pin: PD3
|
||||||
|
#spi_software_miso_pin: PA14
|
||||||
|
#spi_software_mosi_pin: PE14
|
||||||
|
#spi_software_sclk_pin: PE15
|
||||||
|
#run_current: 0.800
|
||||||
|
#diag1_pin: PC3
|
||||||
|
|
||||||
|
#[tmc2130 stepper_z]
|
||||||
|
#cs_pin: PD0
|
||||||
|
#spi_software_miso_pin: PA14
|
||||||
|
#spi_software_mosi_pin: PE14
|
||||||
|
#spi_software_sclk_pin: PE15
|
||||||
|
#run_current: 0.800
|
||||||
|
#diag1_pin: PC0
|
||||||
|
|
||||||
|
#[tmc2130 extruder]
|
||||||
|
#cs_pin: PC6
|
||||||
|
#spi_software_miso_pin: PA14
|
||||||
|
#spi_software_mosi_pin: PE14
|
||||||
|
#spi_software_sclk_pin: PE15
|
||||||
|
#run_current: 0.600
|
||||||
|
#diag1_pin: PC2
|
||||||
|
|
||||||
|
#[tmc2130 extruder1]
|
||||||
|
#cs_pin: PD12
|
||||||
|
#spi_software_miso_pin: PA14
|
||||||
|
#spi_software_mosi_pin: PE14
|
||||||
|
#spi_software_sclk_pin: PE15
|
||||||
|
#run_current: 0.600
|
||||||
|
#stealthchop_threshold: 999999
|
||||||
|
#diag1_pin: PA0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user