diff options
author | Florian Heilmann <Florian.Heilmann@gmx.net> | 2019-08-07 16:42:13 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-08-07 11:01:23 -0400 |
commit | 383fb1dbfd18d4507a5dd9affbbf7f9cd743e55f (patch) | |
tree | a2b17b2a207545d9678b3314e90fc2256929cdc9 /config/generic-duet2-duex.cfg | |
parent | 87126483700837e71e0e0deb0b5f29f8a95d3f03 (diff) | |
download | kutter-383fb1dbfd18d4507a5dd9affbbf7f9cd743e55f.tar.gz kutter-383fb1dbfd18d4507a5dd9affbbf7f9cd743e55f.tar.xz kutter-383fb1dbfd18d4507a5dd9affbbf7f9cd743e55f.zip |
config: Fix pins for E6 in generic-duet2-duex.cfg
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
Diffstat (limited to 'config/generic-duet2-duex.cfg')
-rw-r--r-- | config/generic-duet2-duex.cfg | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/config/generic-duet2-duex.cfg b/config/generic-duet2-duex.cfg index 0bcff926..7a23d943 100644 --- a/config/generic-duet2-duex.cfg +++ b/config/generic-duet2-duex.cfg @@ -17,7 +17,7 @@ # | E3 | PD22 | PD1 | PE1* | PD24 | # | E4 | PD16 | PD0 | PE2* | PD25 | # | E5 | PD17 | PD3 | PE3* | PD26 | -# | E6 | PA25 | PD21 | PA17* | PC28 | +# | E6 | PC0 | PD27 | PA17* | PB14 | # Pins marked with asterisks (*) are only assigned to these functions # if no duex is connected. If a duex is connected, these endstops are # remapped to the SX1509 on the Duex (unfortunately they can't be used @@ -77,11 +77,10 @@ # | LCD_DB7 | PD18 | # | LCD_DB6 | PD19 | # | LCD_DB5 | PD20 | -# | LCD_DB4 | PD21** | -# | LCD_RS | PC28** | -# | LCD_E | PA25** | +# | LCD_DB4 | PD21 | +# | LCD_RS | PC28 | +# | LCD_E | PA25 | # Pins marked with one asterisk (*) replace E2_STOP-E6_STOP if a duex is present -# Pins marked with two asterisks (**) share pins with drive E6. # For the remaining pins check the schematics provided here: https://github.com/T3P3/Duet [stepper_x] @@ -169,13 +168,13 @@ sense_resistor: 0.051 #On drive E6 [stepper_z3] -step_pin: PD21 -dir_pin: !PA25 +step_pin: PD27 +dir_pin: !PC0 enable_pin: !PC6, tmc2660_stepper_z3:virtual_enable step_distance: .0025 [tmc2660 stepper_z3] -cs_pin: PC28 +cs_pin: PB14 spi_bus: usart1 microsteps: 16 interpolate: True |