Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
How to setup WS281x LED Status on your Raspberry Pi running OctoPrint.
https://github.com/cp2004/OctoPrint-WS281x_LED_Status/releases/latest/download/release.zipThere are various utilities available to help with using the plugin.
{
"lights_on": false,
"torch_on": false
}{
"lights_on": false,
"torch_on": false
}Progress can be tracked as well, to display more detailed status
This page lists the hardware that is officially supported to use this plugin
The core of the plugin, the most used feature to find the status of your printer.
The documentation for WS281x LED Status!
How to setup and configure the Raspberry Pi's SPI interface for use with WS281x LEDs.
pigpio
There are common defaults set in the plugin, here is an explanation of those you should change to match your setup.
Detailed descriptions of the LED Strip Configuration dialog.
WS281x LED Status will intercept M150 commands to control the LEDs.
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.

Using OctoPrint in a docker container? You need to do some slightly different config.
volumes:
- octoprint:/octoprint
- /boot/config.txt:/boot/config.txt
- /boot/cmdline.txt:/boot/cmdline.txtprivileged: true
Describes how to use the torch effect to simulate a flash for OctoLapse.
@WS_LIGHTSON
@WS_TORCH_ON@WS_TORCH_OFF
@WS_LIGHTOFF; (Optional) Turn the lights off afterwardspip install -U rpi-ws281xws2811_init failed with code -13 (Unable to initialize SPI)Need help using the plugin? Read this page first.










