diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-02-03 15:45:46 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-02-03 15:45:46 -0500 |
commit | 2336d2d6ab0585f376d068d52e6480569d886912 (patch) | |
tree | 94d743109ca47296b5d6564f60273417d9741680 /config/generic-fysetc-f6.cfg | |
parent | b6779cc01977ed801485341418b5f3e2de4ce9cd (diff) | |
download | kutter-2336d2d6ab0585f376d068d52e6480569d886912.tar.gz kutter-2336d2d6ab0585f376d068d52e6480569d886912.tar.xz kutter-2336d2d6ab0585f376d068d52e6480569d886912.zip |
config: Fix generic-fysetc-f6.cfg stepper_z cs_pin
Reported by @jourjine
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-fysetc-f6.cfg')
-rw-r--r-- | config/generic-fysetc-f6.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/generic-fysetc-f6.cfg b/config/generic-fysetc-f6.cfg index a89e6392..f49e405f 100644 --- a/config/generic-fysetc-f6.cfg +++ b/config/generic-fysetc-f6.cfg @@ -181,7 +181,7 @@ pins: PB0 #stealthchop_threshold: 250 #[tmc2130 stepper_z] -#cs_pin: PJ6 +#cs_pin: PJ7 #diag1_pin: PB6 #microsteps: 16 #run_current: 0.800 |