pins for orbiter filament sensor
-
Hi,
I'm trying to get the orbiter sensor working on my corexy.
I have Dániel Bulyovcsity config but he is using the zstop pin but I am already using that. Daniel's instructions are
Wiring:
Blue: GND
Red: 3.3V
Green: Zstop
Yellow: Should be connected to a free Stop pin, I have used the Stop10(ENC_B) pin//add in config.g file:
M591 D0 P1 C"!zstop" S1 ;set filament sensor switch for extruder 0
M950 J1 C"^connlcd.encb" ;define logical input for filament load/unload
M581 P1 T2 S0 R0 ;define trigger for filament auto load/unload macro to trigger2.gI am using GIO pin 9 for yellow and in my config have
; Orbiter filament sensor
M591 D0 P1 C"exp.e3stop" S1
M950 J1 C"^connlcd.enca" ;define logical input for filament load/unload
M581 P1 T2 S0 R0 ;define trigger for filament auto load/unload macro to trigger2.gShould this work the same?
-
@Paddy That should be okay. For a list of Duet 2 WiFi/Ethernet pins and functions, see https://docs.duet3d.com/Duet3D_hardware/Duet_2_family/Duet_2_WiFi_Ethernet_Hardware_Overview#inputoutput
See also this thread where the Orbiter filament sensor is discussed: https://forum.duet3d.com/topic/34132/orbiter-filament-sensor-setup
Ian