diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-04-20 22:16:48 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-04-20 22:19:42 -0400 |
commit | 0b05a38361ea9455b3bed736a4d8d3af760da907 (patch) | |
tree | e72c33bead2f6cb1f9c08f1d06d12f7eb2516a17 /config/generic-bigtreetech-skr-v1.4.cfg | |
parent | 57be62b1cac688652375e7f2123040698fa6e406 (diff) | |
download | kutter-0b05a38361ea9455b3bed736a4d8d3af760da907.tar.gz kutter-0b05a38361ea9455b3bed736a4d8d3af760da907.tar.xz kutter-0b05a38361ea9455b3bed736a4d8d3af760da907.zip |
config: Add tmc2130 example to generic-bigtreetech-skr-v1.4.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-bigtreetech-skr-v1.4.cfg')
-rw-r--r-- | config/generic-bigtreetech-skr-v1.4.cfg | 59 |
1 files changed, 55 insertions, 4 deletions
diff --git a/config/generic-bigtreetech-skr-v1.4.cfg b/config/generic-bigtreetech-skr-v1.4.cfg index 58024310..05a0be72 100644 --- a/config/generic-bigtreetech-skr-v1.4.cfg +++ b/config/generic-bigtreetech-skr-v1.4.cfg @@ -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 @@ -128,6 +124,61 @@ max_z_accel: 100 ######################################## +# 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 ######################################## |