|
1 | | -# OctoPrint WS281x LED Status |
2 | | - |
3 | | -Add some RGB LEDs to your 3D printer for a quick status update! |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | -A highly configurable yet easy to use plugin for attaching WS2811, WS2812 and SK6812 or LEDs to your Raspberry Pi for a printer status update! |
15 | | - |
16 | | -With lots of options effects and integrations to choose from, you can customise the plugin to do things _exactly_ as you want them. |
17 | | - |
18 | | -Most prominent features include: |
19 | | - |
20 | | -- Printer status effects |
21 | | -- Tracking heating, printing and cooling progress |
22 | | -- Intercepting M150 commands & controlling with @ commands |
23 | | -- Easy controls for turning lights on and off from the navbar |
24 | | -- Theme-friendly torch button to temporarily light up your printer |
25 | | -- Timers to turn the LEDs off at certain times of day or after a print is done. |
26 | | -- Custom Triggers - add your own events, @ commands or gcode matching to trigger effects |
27 | | -- Powerful integration with OctoApp for Android |
28 | | -- ...and more! |
29 | | - |
30 | | -You can take a look at the [documentation](https://cp2004.gitbook.io/ws281x-led-status/) for more information about all that the plugin has to offer. |
31 | | - |
32 | | - |
33 | | - |
34 | | -## Setup |
35 | | - |
36 | | -Setting up the plugin couldn't be easier! There are 3 main steps, with configuration made easy with the setup wizard. |
37 | | - |
38 | | -- Wiring your LEDs |
39 | | -- Configuring SPI |
40 | | -- Configuring plugin settings |
41 | | - |
42 | | -Follow the detailed [setup guide](https://cp2004.gitbook.io/ws281x-led-status/guides/setup-guide-1) in the documentation to get up and running. |
43 | | - |
44 | | -## Getting help |
45 | | - |
46 | | -Please read the [Get Help Guide](https://cp2004.gitbook.io/ws281x-led-status/guides/get-help-guide) as well as the [rest of the documentation](https://cp2004.gitbook.io/ws281x-led-status/), to see if your question has been answered there. Still got questions? Get in touch: |
47 | | - |
48 | | -- On the [OctoPrint Discord](https://discord.octoprint.org) |
49 | | -- On the [Community Forums](https://community.octoprint.org) |
50 | | -- Open an issue with the [question template](https://github.com/cp2004/OctoPrint-WS281x_LED_Status/issues/new?assignees=&labels=type%3A+question&template=question.md&title=) |
51 | | - |
52 | | -## Reporting problems |
53 | | - |
54 | | -Whilst I don't like bugs, I want to hear about them! Let me know by [opening an issue](https://github.com/cp2004/OctoPrint-WS281x_LED_Status/issues/new?assignees=&labels=type%3A+potential+bug&template=bug_report.md&title=%5BBug%5D) |
55 | | - |
56 | | -## Contributing |
57 | | - |
58 | | -I accept many forms of contribution, from fixing bugs, documentation and new features. |
59 | | -Please see the [Contributing Guidelines](https://github.com/cp2004/OctoPrint-WS281x_LED_Status/blob/master/CONTRIBUTING.md) for more details or get |
60 | | -in touch if you don't know where to start. |
61 | | - |
62 | | -## Sponsors |
63 | | - |
64 | | -* [@iFrostizz](https://github.com/iFrostizz) |
65 | | -* [@KenLucke](https://github.com/KenLucke) |
66 | | - |
67 | | -As well as 7 others supporting me through [GitHub Sponsors](https://github.com/sponsors/cp2004)! |
68 | | - |
69 | | -## Supporting my efforts |
70 | | - |
71 | | -I created this project in my spare time, so if you have found it useful or enjoyed using it then please consider [supporting it's development!](https://github.com/sponsors/cp2004). You can sponsor monthly or one time, for any amount you choose. |
72 | | -## Thanks |
73 | | - |
74 | | -This was my first plugin and is still my favourite, so I have to say thanks for helping me develop it: |
75 | | - |
76 | | -[jneilliii](https://github.com/jneilliii) for always answering my questions on discord, and making great plugins I could use as examples. |
77 | | - |
78 | | -Andreas C. for jumping at the opportunity to beta-test, and providing great feedback as I was creating this! |
79 | | - |
80 | | -And, of course, [Gina Häußge](https://github.com/foosel) for creating OctoPrint and such a great community around it. |
81 | | - |
82 | | -# 💡 |
| 1 | +# OctoPrint WS281x LED Status |
| 2 | + |
| 3 | +Add some RGB LEDs to your 3D printer for a quick status update! |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +A highly configurable yet easy to use plugin for attaching WS2811, WS2812 and SK6812 or LEDs to your Raspberry Pi for a printer status update! |
| 15 | + |
| 16 | +With lots of options effects and integrations to choose from, you can customise the plugin to do things _exactly_ as you want them. |
| 17 | + |
| 18 | +Most prominent features include: |
| 19 | + |
| 20 | +- Printer status effects |
| 21 | +- Tracking heating, printing and cooling progress |
| 22 | +- Intercepting M150 commands & controlling with @ commands |
| 23 | +- Easy controls for turning lights on and off from the navbar |
| 24 | +- Theme-friendly torch button to temporarily light up your printer |
| 25 | +- Timers to turn the LEDs off at certain times of day or after a print is done. |
| 26 | +- Custom Triggers - add your own events, @ commands or gcode matching to trigger effects |
| 27 | +- Powerful integration with OctoApp for Android |
| 28 | +- ...and more! |
| 29 | + |
| 30 | +You can take a look at the [documentation](https://cp2004.gitbook.io/ws281x-led-status/) for more information about all that the plugin has to offer. |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +## Setup |
| 35 | + |
| 36 | +Setting up the plugin couldn't be easier! There are 3 main steps, with configuration made easy with the setup wizard. |
| 37 | + |
| 38 | +- Wiring your LEDs |
| 39 | +- Configuring SPI |
| 40 | +- Configuring plugin settings |
| 41 | + |
| 42 | +Follow the detailed [setup guide](https://cp2004.gitbook.io/ws281x-led-status/guides/setup-guide-1) in the documentation to get up and running. |
| 43 | + |
| 44 | +## Getting help |
| 45 | + |
| 46 | +Please read the [Get Help Guide](https://cp2004.gitbook.io/ws281x-led-status/guides/get-help-guide) as well as the [rest of the documentation](https://cp2004.gitbook.io/ws281x-led-status/), to see if your question has been answered there. Still got questions? Get in touch: |
| 47 | + |
| 48 | +- On the [OctoPrint Discord](https://discord.octoprint.org) |
| 49 | +- On the [Community Forums](https://community.octoprint.org) |
| 50 | +- Open an issue with the [question template](https://github.com/cp2004/OctoPrint-WS281x_LED_Status/issues/new?assignees=&labels=type%3A+question&template=question.md&title=) |
| 51 | + |
| 52 | +## Reporting problems |
| 53 | + |
| 54 | +Whilst I don't like bugs, I want to hear about them! Let me know by [opening an issue](https://github.com/cp2004/OctoPrint-WS281x_LED_Status/issues/new?assignees=&labels=type%3A+potential+bug&template=bug_report.md&title=%5BBug%5D) |
| 55 | + |
| 56 | +## Contributing |
| 57 | + |
| 58 | +I accept many forms of contribution, from fixing bugs, documentation and new features. |
| 59 | +Please see the [Contributing Guidelines](https://github.com/cp2004/OctoPrint-WS281x_LED_Status/blob/master/CONTRIBUTING.md) for more details or get |
| 60 | +in touch if you don't know where to start. |
| 61 | + |
| 62 | +## Sponsors |
| 63 | + |
| 64 | +- [@iFrostizz](https://github.com/iFrostizz) |
| 65 | +- [@KenLucke](https://github.com/KenLucke) |
| 66 | + |
| 67 | +As well as 7 others supporting me through [GitHub Sponsors](https://github.com/sponsors/cp2004)! |
| 68 | + |
| 69 | +## Supporting my efforts |
| 70 | + |
| 71 | +I created this project in my spare time, so if you have found it useful or enjoyed using it then please consider [supporting it's development!](https://github.com/sponsors/cp2004). You can sponsor monthly or one time, for any amount you choose. |
| 72 | + |
| 73 | +## Thanks |
| 74 | + |
| 75 | +This was my first plugin and is still my favourite, so I have to say thanks for helping me develop it: |
| 76 | + |
| 77 | +[jneilliii](https://github.com/jneilliii) for always answering my questions on discord, and making great plugins I could use as examples. |
| 78 | + |
| 79 | +Andreas C. for jumping at the opportunity to beta-test, and providing great feedback as I was creating this! |
| 80 | + |
| 81 | +And, of course, [Gina Häußge](https://github.com/foosel) for creating OctoPrint and such a great community around it. |
| 82 | + |
| 83 | +# 💡 |
0 commit comments