/OctoPrint-P9813-LED-Control

Adds support for controlling and displaying printer status with P9813 controller based LED's connected to a Raspberry Pi.

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

OctoPrint P9813 LED Control

Adds support for controlling and displaying printer status with P9813 controller based LED's connected to a Raspberry Pi.

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/fiveninedigital/OctoPrint-P9813-LED-Control/archive/master.zip

Configuration

Configure the required Raspberry Pi GPIO's for your LED controller in the plugin's settings page.

Development

Setup local OctoPrint installation and install the plugin for local development.

virtualenv --python=/usr/bin/python3 venv3
source venv3/bin/activate
pip install "OctoPrint>=1.4.0rc1"
pip install -e .[develop,plugins]

Install the plugin for development

pip install -e ./

Start the local OctoPrint instance.

source venv3/bin/activate
octoprint serve --debug

Thanks

This plugin is based on