Thingiverse
Ender 5 LED strip mount
44
Download
24
Likes
0
Makes
An Ender 5 strip mount for 13 WS2812b LED (60LED/m).
You'll need 2x M3 T-Nuts and 2x M3x8 screws.
It's not perfect, because you'll lose a few mm in y direction and it's not perfectly allined with the extrusion, but it didn't bother me enough to redesign it.
I am using the LEDs in combination with a SKR 1.3 board and klipper. I used the +5V and GND Pins from the AUX-1 socket and connected DI to Pin 3.25.
Here is the relevant part of my klipper conf:
[neopixel my_neopixel]
pin: P3.25
chain_count: 13
color_order_GRB: True
initial_RED: 0.0
initial_GREEN: 0.0
initial_BLUE: 0.0
In order to change the color of the LED (for example green), you can add this command to your Start/End/Whatever GCODE:
SET_LED LED=my_neopixel RED=0.0 GREEN=0.25 BLUE=0.0
You'll need 2x M3 T-Nuts and 2x M3x8 screws.
It's not perfect, because you'll lose a few mm in y direction and it's not perfectly allined with the extrusion, but it didn't bother me enough to redesign it.
I am using the LEDs in combination with a SKR 1.3 board and klipper. I used the +5V and GND Pins from the AUX-1 socket and connected DI to Pin 3.25.
Here is the relevant part of my klipper conf:
[neopixel my_neopixel]
pin: P3.25
chain_count: 13
color_order_GRB: True
initial_RED: 0.0
initial_GREEN: 0.0
initial_BLUE: 0.0
In order to change the color of the LED (for example green), you can add this command to your Start/End/Whatever GCODE:
SET_LED LED=my_neopixel RED=0.0 GREEN=0.25 BLUE=0.0
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!