julianschill / klipper-led_effect

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

Combination of heater and progress #163

Closed testack18 closed 2 months ago

testack18 commented 8 months ago

Hi,

I would like to create an effect where all the leds are blue and transits to red as the chamber temp goes up. Additionally would like not to transit the whole strip but increase the number of leds which color are changed. Let me say I have 10 LEDs on the strip. My macro waits for the temp sensor of chamber to goes up to 50C. For simplicity of the description lets say the current temp is 30C. That would mean every 2C increasement an additional LED would turn to red while the rest remaining blue. I have tried the heater effect but it turns the whole strip's color. What I want is something like a mixture of progress and heater. The effect goes like in case of the Progreess but is bonded to a heater or temp sensor.

Is that possible?

Thank you in advance!

Kind regards, Gabor

julianschill commented 8 months ago

It's not possible yet, but such effects are on the todo list. It is tracked by issue #25

testack18 commented 8 months ago

Thanks! The linked issue is really old. Do you have any rough estimation when you will have time to implement it?

julianschill commented 8 months ago

No. I do this in my free time, whenever I feel like doing it. There is absolutely no time planning.

julianschill commented 2 months ago

Closing this as it is duplicate to #25