Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Describes how to use the torch effect to simulate a flash for OctoLapse.
There are common defaults set in the plugin, here is an explanation of those you should change to match your setup.
The documentation for WS281x LED Status!
Need help using the plugin? Read this page first.
Using OctoPrint in a docker container? You need to do some slightly different config.
https://github.com/cp2004/OctoPrint-WS281x_LED_Status/releases/latest/download/release.zipsudo adduser pi gpio@WS LIGHTS_ON
@WS TORCH_ON@WS TORCH_OFF
@WS LIGHTS_OFF; (Optional) Turn the lights off afterwardsvolumes:
- octoprint:/octoprintprivileged: true



M150 R255 G255 # Sets LEDs to yellow
M150 G238 B255 # Sets to light-ish blue
M150 W100 # Sets to white, at 100 intensity
M150 R255 P200 # Sets LEDs to red, at 200 brightnessThe plugin reacts to a number of @ commands, this will tell you the details.
{
"lights_on": false,
"torch_on": false
}{
"lights_on": false,
"torch_on": false
}




pip install -U rpi-ws281xws2811_init failed with code -13 (Unable to initialize SPI)




