config: Fix pins for E6 in generic-duet2-duex.cfg
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
This commit is contained in:
parent
8712648370
commit
383fb1dbfd
|
@ -17,7 +17,7 @@
|
||||||
# | E3 | PD22 | PD1 | PE1* | PD24 |
|
# | E3 | PD22 | PD1 | PE1* | PD24 |
|
||||||
# | E4 | PD16 | PD0 | PE2* | PD25 |
|
# | E4 | PD16 | PD0 | PE2* | PD25 |
|
||||||
# | E5 | PD17 | PD3 | PE3* | PD26 |
|
# | 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
|
# Pins marked with asterisks (*) are only assigned to these functions
|
||||||
# if no duex is connected. If a duex is connected, these endstops are
|
# 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
|
# remapped to the SX1509 on the Duex (unfortunately they can't be used
|
||||||
|
@ -77,11 +77,10 @@
|
||||||
# | LCD_DB7 | PD18 |
|
# | LCD_DB7 | PD18 |
|
||||||
# | LCD_DB6 | PD19 |
|
# | LCD_DB6 | PD19 |
|
||||||
# | LCD_DB5 | PD20 |
|
# | LCD_DB5 | PD20 |
|
||||||
# | LCD_DB4 | PD21** |
|
# | LCD_DB4 | PD21 |
|
||||||
# | LCD_RS | PC28** |
|
# | LCD_RS | PC28 |
|
||||||
# | LCD_E | PA25** |
|
# | LCD_E | PA25 |
|
||||||
# Pins marked with one asterisk (*) replace E2_STOP-E6_STOP if a duex is present
|
# 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
|
# For the remaining pins check the schematics provided here: https://github.com/T3P3/Duet
|
||||||
|
|
||||||
[stepper_x]
|
[stepper_x]
|
||||||
|
@ -169,13 +168,13 @@ sense_resistor: 0.051
|
||||||
|
|
||||||
#On drive E6
|
#On drive E6
|
||||||
[stepper_z3]
|
[stepper_z3]
|
||||||
step_pin: PD21
|
step_pin: PD27
|
||||||
dir_pin: !PA25
|
dir_pin: !PC0
|
||||||
enable_pin: !PC6, tmc2660_stepper_z3:virtual_enable
|
enable_pin: !PC6, tmc2660_stepper_z3:virtual_enable
|
||||||
step_distance: .0025
|
step_distance: .0025
|
||||||
|
|
||||||
[tmc2660 stepper_z3]
|
[tmc2660 stepper_z3]
|
||||||
cs_pin: PC28
|
cs_pin: PB14
|
||||||
spi_bus: usart1
|
spi_bus: usart1
|
||||||
microsteps: 16
|
microsteps: 16
|
||||||
interpolate: True
|
interpolate: True
|
||||||
|
|
Loading…
Reference in New Issue