klipper-led_effect icon indicating copy to clipboard operation
klipper-led_effect copied to clipboard

Create LED group module

Open julianschill opened this issue 3 years ago • 6 comments
trafficstars

A module that uses LED helper to group LEDs together. Example:

[led_group my_group]
Leds: neopixel:my_neo (1-3)
    neopixel:my_other_neo(8-5)

Can than be used like any other LED chain in SET_LED and SET_LED_EFFECT.

julianschill avatar Sep 21 '22 01:09 julianschill

Pull request to klipper: https://github.com/Klipper3d/klipper/pull/5788

julianschill avatar Sep 25 '22 17:09 julianschill

Hey! Is it possible to use these groups so that my 2 bars, and 1 Neopixel are synced? Right now its goes 1-2-3, i want them to show the same effect all at once. Thanks for all your cool work on this!

Okseklump avatar Jul 19 '23 17:07 Okseklump

Not sure what you mean. This is an open issue which is not implemented yet. Also syncing of two led chains is not directly possible. Easiest way is to just use two effects and start them at the same time.

julianschill avatar Jul 20 '23 05:07 julianschill

I really like this idea. Is it dead?

thetic avatar Dec 14 '23 01:12 thetic

The LED groups have not been merged to klipper. For now I won't proceed with it. The LED effect project itself is not dead, I just don't have a lot of time for it at the moment.

julianschill avatar Dec 14 '23 08:12 julianschill

This exists and accomplishes the same purpose: https://github.com/MapleLeafMakers/klipper-virtual_leds/

thetic avatar Feb 20 '24 09:02 thetic