mirror of https://github.com/Desuuuu/klipper.git
config: Add tmc2130 example to generic-bigtreetech-skr-v1.4.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
57be62b1ca
commit
0b05a38361
|
@ -87,10 +87,6 @@ max_z_accel: 100
|
|||
# TMC2208 configuration
|
||||
########################################
|
||||
|
||||
# For TMC2208 UART
|
||||
# 1) Place jumpers based on configuration
|
||||
# 2) Uncomment below config
|
||||
|
||||
#[tmc2208 stepper_x]
|
||||
#uart_pin: P1.10
|
||||
#microsteps: 16
|
||||
|
@ -127,6 +123,61 @@ max_z_accel: 100
|
|||
#stealthchop_threshold: 5
|
||||
|
||||
|
||||
########################################
|
||||
# TMC2130 configuration
|
||||
########################################
|
||||
|
||||
#[tmc2130 stepper_x]
|
||||
#cs_pin: P1.10
|
||||
#spi_software_miso_pin: P0.5
|
||||
#spi_software_mosi_pin: P1.17
|
||||
#spi_software_sclk_pin: P0.4
|
||||
#microsteps: 16
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 250
|
||||
|
||||
#[tmc2130 stepper_y]
|
||||
#cs_pin: P1.9
|
||||
#spi_software_miso_pin: P0.5
|
||||
#spi_software_mosi_pin: P1.17
|
||||
#spi_software_sclk_pin: P0.4
|
||||
#microsteps: 16
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 250
|
||||
|
||||
#[tmc2130 stepper_z]
|
||||
#cs_pin: P1.8
|
||||
#spi_software_miso_pin: P0.5
|
||||
#spi_software_mosi_pin: P1.17
|
||||
#spi_software_sclk_pin: P0.4
|
||||
#microsteps: 16
|
||||
#run_current: 0.650
|
||||
#hold_current: 0.450
|
||||
#stealthchop_threshold: 30
|
||||
|
||||
#[tmc2130 extruder]
|
||||
#cs_pin: P1.4
|
||||
#spi_software_miso_pin: P0.5
|
||||
#spi_software_mosi_pin: P1.17
|
||||
#spi_software_sclk_pin: P0.4
|
||||
#microsteps: 16
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 5
|
||||
|
||||
#[tmc2130 extruder1]
|
||||
#cs_pin: P1.1
|
||||
#spi_software_miso_pin: P0.5
|
||||
#spi_software_mosi_pin: P1.17
|
||||
#spi_software_sclk_pin: P0.4
|
||||
#microsteps: 16
|
||||
#run_current: 0.800
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 5
|
||||
|
||||
|
||||
########################################
|
||||
# EXP1 / EXP2 (display) pins
|
||||
########################################
|
||||
|
|
Loading…
Reference in New Issue