Julian Schill
Julian Schill
Added G90 to PRINT_START macro to prevent errors, when printer is in relative mode.
Added G90 to PRINT_START macro to prevent errors, when printer is in relative mode.
When the client subscribes to multiple topics with a wild card and receives multiple retained messages, the callback is only called once. The data is somehow in the data buffer,...
So my printer sits idle with two effects running, a rainbow gradient for case lights and one for stealthburner leds. In my print_start I call SET_LED_EFFECT EFFECT=party STOP=1 and SET_LED_EFFECT...
Effects should solely rely on temperature values. Heaters, temperature_fans or temperature_sensors can be used as input.
The gradient effect is not very smooth, when there are only few LEDs. The transition has to be rewritten to make it smoother.
The RGB colors are converted to RGBW values, when a RGBW strip is connected. This also means, that a color temperature has to be configured. Currently the color temperature of...
Currently the communication with the LEDs is done in software, which needs a lot of resources. The goal would be to use microcontroller hardware support for the communication. This could...
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...