-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching off LED #28
Comments
Currently, setting the print finished event to 0 brightness or solid colour black would achieve that. The way I managed this with WS281x LED Status was using @ commands so you could add them to gcode scripts etc. to control the lights on/off, this may come to this plugin at some point. |
@seppelicous did the above answer make sense for you? |
Hi! I'm in the same boat, I would like to have the plugin make the LEDs flash for a couple seconds to alert me when a print is done, but not keep blinking perpetually. The ability to use g-code commands would be perfect for doing that (or just a checkbox option that turns off the LEDs a few seconds after the effect is triggered). Thanks! |
In version 0.2.0 there will be two @ commands available:
|
I want to try this out for OctoDash! |
@NovaViper I've tagged a development release as 0.2.0dev1 Install using the URL:
Please don't report bugs with it, I'll publish a release candidate when it is ready. This is purely for experimentation, I still have known issues/not implemented things. |
There's a release candidate available for 0.2.0rc1 if you want to give it a go. Feedback ticket #54. |
0.2.0 has been released |
How do I switch off the LEDs, eg end of print? Do I have to set brightness to 0 or what else?
The text was updated successfully, but these errors were encountered: