diff options
author | Arne Schwarck <arneschwarck@gmail.com> | 2021-10-13 17:50:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 11:50:56 -0400 |
commit | f72a2dc1abd3ba0be813d0da566a82251ec8097c (patch) | |
tree | b47cd342137ffd949bd7725a7fb1fbc944852c24 /config/generic-bigtreetech-octopus.cfg | |
parent | 1e226a8893dea25c1c390243ec7176485715fe0c (diff) | |
download | kutter-f72a2dc1abd3ba0be813d0da566a82251ec8097c.tar.gz kutter-f72a2dc1abd3ba0be813d0da566a82251ec8097c.tar.xz kutter-f72a2dc1abd3ba0be813d0da566a82251ec8097c.zip |
config: Fix diag pins on Octopus board (#4792)
with reference from https://github.com/bigtreetech/BIGTREETECH-OCTOPUS-V1.0/blob/master/Hardware/BIGTREETECH%20Octopus.pdf
Signed-off-by: Arne Schwarck <arneschwarck@gmail.com>
Diffstat (limited to 'config/generic-bigtreetech-octopus.cfg')
-rw-r--r-- | config/generic-bigtreetech-octopus.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/generic-bigtreetech-octopus.cfg b/config/generic-bigtreetech-octopus.cfg index d2df2c92..0ecbce12 100644 --- a/config/generic-bigtreetech-octopus.cfg +++ b/config/generic-bigtreetech-octopus.cfg @@ -208,7 +208,7 @@ max_z_accel: 100 #[tmc2130 stepper_x] #cs_pin: PC4 #spi_bus: spi1 -##diag1_pin: PB10 +##diag1_pin: PG6 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 999999 @@ -216,7 +216,7 @@ max_z_accel: 100 #[tmc2130 stepper_y] #cs_pin: PD11 #spi_bus: spi1 -##diag1_pin: PE12 +##diag1_pin: PG9 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 999999 @@ -224,7 +224,7 @@ max_z_accel: 100 #[tmc2130 stepper_z] #cs_pin: PC6 #spi_bus: spi1 -##diag1_pin: PG8 +##diag1_pin: PG10 #run_current: 0.650 #hold_current: 0.450 #stealthchop_threshold: 999999 @@ -232,7 +232,7 @@ max_z_accel: 100 #[tmc2130 stepper_] #cs_pin: PC7 #spi_bus: spi1 -##diag1_pin: PE15 +##diag1_pin: PG11 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 999999 |