Pin names for Stop 10 and 11 Duet WIFI
-
Hello Duet team,
I cannot find the stop 10 and 11 pins in the pin names dictionary for the duet WIFI
https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_Pin_namesThey are in the stepper channel 10 and 11
https://duet3d.dozuki.com/Wiki/Duet_Wiring_DiagramsWhat are the names for these? "stop 10" and "stop 11"? Thanks in advance!
With regards,
Eric Wieland
-
@eric
Their names should be 'ENC_A' and 'ENC_B' located on the Conn_LCD header. -
@eric If I'm reading the pin table correctly, I think the pin names are:
connlcd.encb
orconnlcd.3
(for Stop 10)
See https://github.com/Duet3D/RepRapFirmware/blob/c565f35304b0d872d8671584dd6341ce13a82bbf/src/DuetNG/Pins_DuetNG.h#L346
connlcd.enca
orconnlcd.4
(for Stop 11)
See https://github.com/Duet3D/RepRapFirmware/blob/c565f35304b0d872d8671584dd6341ce13a82bbf/src/DuetNG/Pins_DuetNG.h#L279Ian
-
Hello Ian,
These work thanks! It's maybe a good idea to update the documentation.
With regard,
Eric