diff options
author | uncholowapo <uncholowapo@gmail.com> | 2020-10-11 19:22:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 19:22:23 -0400 |
commit | 1651b18aea947fddb287a607255bf7e3541566e9 (patch) | |
tree | ee00cd875e7ebfcceb134de1459c8d015c93ff41 /config | |
parent | 387fceb453bc1ce62842cdd8115115ecebaf6497 (diff) | |
download | kutter-1651b18aea947fddb287a607255bf7e3541566e9.tar.gz kutter-1651b18aea947fddb287a607255bf7e3541566e9.tar.xz kutter-1651b18aea947fddb287a607255bf7e3541566e9.zip |
config: Update generic-bigtreetech-skr-v1.4.cfg (#3419)
Corrected the diag1_pin numbers. Useful for anyone copying and pasting the lines. Its something really easy to look over and can lead to some hair pulling from the time wasted trying to troubleshoot why the tmc diag pin error from Klipper.
Signed-off-by: Juan Moreno <uncholowapo@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/generic-bigtreetech-skr-v1.4.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/generic-bigtreetech-skr-v1.4.cfg b/config/generic-bigtreetech-skr-v1.4.cfg index 606b5973..debb2cec 100644 --- a/config/generic-bigtreetech-skr-v1.4.cfg +++ b/config/generic-bigtreetech-skr-v1.4.cfg @@ -136,7 +136,7 @@ max_z_accel: 100 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 -#diag1_pin: 1.29 +#diag1_pin: P1.29 #[tmc2130 stepper_y] #cs_pin: P1.9 @@ -147,7 +147,7 @@ max_z_accel: 100 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 -#diag1_pin: 1.28 +#diag1_pin: P1.28 #[tmc2130 stepper_z] #cs_pin: P1.8 @@ -158,7 +158,7 @@ max_z_accel: 100 #run_current: 0.650 #hold_current: 0.450 #stealthchop_threshold: 30 -#diag1_pin: 1.27 +#diag1_pin: P1.27 #[tmc2130 extruder] #cs_pin: P1.4 @@ -169,7 +169,7 @@ max_z_accel: 100 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 5 -#diag1_pin: 1.26 +#diag1_pin: P1.26 #[tmc2130 extruder1] #cs_pin: P1.1 @@ -180,7 +180,7 @@ max_z_accel: 100 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 5 -#diag1_pin: 1.25 +#diag1_pin: P1.25 ######################################## |