Duet 2 wifi - RRF3 - E1 & 24v LED
-
Hey guys I am trying to control on/off on my 24v LED light strip. I want to use E1 to power the led, I also have a DUEX 5 with extra fan ports and also I have E2-E6 .How do I configure this.
-
@Karim I think you have connected a 24VDC power supply, correct?
You can configure it as a GPIO pin:
M950 P0 C"heater1"And then switch it with:
M42 P0 S... -
@cosmowave something like this.
M950 P0 C"heater1" M42 P0 S255
-
@Karim Yes. The S value can be between 0-1 or 0-255.
-
@cosmowave Got it working on E2.
Thank you
; LEDs M950 H2 C"nil" ; free up e2_heat pin M950 F3 C"duex.e2_heat" M106 P3 S255 B0 H-1 C"Top Lights" ```.
-
-