julianschill / klipper-led_effect

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

LED efect simulator GRB for BARf Voron led #122

Closed locki-cz closed 1 year ago

locki-cz commented 1 year ago

Simulator generate colours in RGB but voron braf is 8 GRB leds ... it is possbile to make some switch for this?

julianschill commented 1 year ago

You define the color order in the neopixel section. If you have mixed them in one chain (GRB for Barf and GRBW for nozzle) define it like this: color_order: GRB, GRB, GRB, GRB, GRB, GRB, GRB, GRB, GRBW, GRBW

locki-cz commented 1 year ago

I have it corrcetly in config, but it generate colours in simulator in RGB and I must rewrite it for every generated macro, I explain it probably wrong :)

julianschill commented 1 year ago

All effects are always in RGB and then get sent in the correct order to the LEDs following the configured color order.

julianschill commented 1 year ago

I will close this. There is nothing to be done here.