julianschill / klipper-led_effect

LED effects plugin for klipper
GNU General Public License v3.0
647 stars 117 forks source link

Change color from (fluidd) dashboard #134

Closed thijstriemstra closed 9 months ago

thijstriemstra commented 1 year ago

Thanks for this great piece of software!

On my fluidd dashboard there is an option to change the RGB strip color (highlighted in yellow in picture):

Capture

Before I could change the color but with klipper-led_effect this isn't possible or seems to not properly work. Is this a planned feature, impossible, or should I file a ticket in the fluidd repository instead?

Config:

[neopixel board_rgb]
pin: PB0
chain_count: 8
initial_RED: 0
initial_GREEN: 0
initial_BLUE: 0
color_order: GRB

[led_effect panel_idle]
autostart:              true
frame_rate:             24
leds:
    neopixel:board_rgb
layers:
    breathing  10 1 top (.5,.5,1)
julianschill commented 1 year ago

If you stop all effects with STOP_LED_EFFECTS you can still change the color in Fluidd. I don't think there will be support for LED effects in Fluidd or Mainsail as long as it is a plugin. I also don't think it will ever make it into Klipper main. So we have to live without GUI support I think.