julianschill / klipper-led_effect

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

Enhancement - New Effect - Stepper total position tracking #158

Open MirageC79 opened 9 months ago

MirageC79 commented 9 months ago

Description: Similar to [Stepper] effect, but instead of having a dot with blends on each sides, this effect would track total distance from axis "Zero" to the current position. Then using the defined max position of the axis the ratio of number of LEDs from the start of the strip to be activated is defined.

Application: I am trying to have vertical LED bars (SK6812s) on each sides of my CoreXY printer's Z axis. At first(Z0) all LEDs would follow a certain effect to create an ambiance under the print bed. As the print progresses, LEDs from the top of the bars would start to light up with a different effect (White) following the print bed. This way, only the printed part receives full light, while the area under the bed keeps its ambiance lighting.

Thank you ☺ And once again! fantastic work! 💯

Olivier

julianschill commented 9 months ago

I will look into this and see what I can come up with.