Led config

Basic Information:

Printer Model: TwoTrees Sapphire plus
MCU / Printerboard: Orangepi 3b / BTT SKR V1.4

hi all, can a 24V led strip, naturally the power supply is a 24V, can be connected to HE1 and controlled in Fluidd?

@killrob ,

Technically, yes. But you could also simplify things and connect it directly to your printer’s PSU if it is 24V and has enough spare current.

Yes you can. Just define a LED pin as following if it’s a one color white strip:

[led chamber]  # Led will be named "chamber" in UI
white_pin: P2.4  #HE1 on SKR 1.4
initial_white: 1.0  #starting brightness, between 0 and 1

TY both for suggestions :wink: