In the Klipper config for RevD Leviathan, there seems to be a duplicate in the pins assigned. Shouldn't
# EXP2 header
EXP2_1=PA6, EXP2_2=PA5,
EXP2_3=PE2, EXP2_4=PE4,
EXP2_5=PE3, EXP2_6=PA7, # Slot in the socket on this side
EXP2_7=PE5, EXP2_8=<RST>,
EXP2_9=<GND>, EXP2_10=PE4
be the following instead?
# EXP2 header
EXP2_1=PA6, EXP2_2=PA5,
EXP2_3=PE2, EXP2_4=PE4,
EXP2_5=PE3, EXP2_6=PA7, # Slot in the socket on this side
EXP2_7=PE5, EXP2_8=<RST>,
EXP2_9=<GND>, EXP2_10=<5V>
In the Klipper config for RevD Leviathan, there seems to be a duplicate in the pins assigned. Shouldn't
be the following instead?