-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Option to use RGB caselights as status LEDs #561
base: main
Are you sure you want to change the base?
Conversation
Hello thanks for the PR! There is also #541 that was open. Can you have a look and see with Benoit which option is better and it could be made into a new PR that group both of the ideas? |
@teookie I don't understand exactly the utility of PS: if you want to have different control between caselight and tool head status LEDs, many other things need to be reworked |
📌 This pull request has been marked as stale because it has not had activity in the past 30 days. |
5 similar comments
📌 This pull request has been marked as stale because it has not had activity in the past 30 days. |
📌 This pull request has been marked as stale because it has not had activity in the past 30 days. |
📌 This pull request has been marked as stale because it has not had activity in the past 30 days. |
📌 This pull request has been marked as stale because it has not had activity in the past 30 days. |
📌 This pull request has been marked as stale because it has not had activity in the past 30 days. |
Modified calls to gcode macro STATUS_LED to also execute if user variable status_leds_caselight_enabled is true.
Also added variable status_leds_caselight_enabled to user variables file. If user sets this to true, then caselights will function as status LEDs. If set to false, then caselights will illuminate to their initial colors as called out in [neopixel caselight], but won't function as status LEDs.
(This is my first ever pull request on github - I hope I did it right.)