An open API service indexing awesome lists of open source software.

https://github.com/jakpaul/klipper-status-led

Klipper state-independent neopixel status LED on Raspberry Pi
https://github.com/jakpaul/klipper-status-led

klipper raspberry-pi service user-interface

Last synced: 3 months ago
JSON representation

Klipper state-independent neopixel status LED on Raspberry Pi

Awesome Lists containing this project

README

        

# Neopixel Status LED for Klipper

A service that independently controls addressable LEDs based on Klipper status. Intended to run on a Raspberry Pi making use of its GPIOs.

**Currently still under development**

## Why use this instead of the built-in LED support

Klipper to my knowledge currently has no way of processing commands while in an error state or when any MCUs are shut down. This is probably by design as a safety feature. In this state, updating LEDs connected via Klipper is not possible.

I wanted my status signal to be able to clearly show these states too if something goes wrong (Yes, having flashing lights on it is absolutely critical for printer operation). The script also adds some basic animations.

Because the service is independent of Klipper, it can provide clear indication even when Klipper is shut down.

## Installation

TODO

## Configuration

TODO