-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
1.1.3 Bugfix won't compile when #define CASE_LIGHT_ENABLE uncommented #6980
Comments
I just saw, that in fastio.h there is the line
But i always had my case light wired to PIN 11 |
So you're to blame for case light. 😉 When I was making an unrelated change I saw that it meant to allow PWM variable brightness but missed the mark. Since then it's become a thorn in my side. Hopefully all the user interface concerns have been settled. Classic case of too many cooks. The 2560 data sheet says that pin 11 is a PWM pin but Marlin is using the counter in such a way that the PWM function isn't available. There's a write up on this in the new wiki. |
Bob, I'm thinking we need to make sure that the case light comes on when the coffee maker is toggled on, so we should probably at least add a sanity check to make sure that CASE_LIGHT_ENABLE is defined when COFFEE_MAKER_ENABLE is defined. We need light to make sure we don't spill the coffee. 😉 And maybe we can make the light blink when the coffee is finished?? |
Blame it on @Kaibob2 - he didn't include it in the original design specs. 😞 |
COFFEE_MAKER_ENABLE isn't working anymore, too. I had my automatic coffee grinder Btw. a fresh copy with only #define CASE_LIGHT_ENABLE uncommented doesn't compile too and exits with |
Sorry, i just found, that this is already done in |
Yep - that line shouldn't be there. Just delete it. I'll do a PR to fix it in the morning. |
Line 7830 prevented successfull compilation when #define CASE_LIGHT_ENABLE is uncommented
@Bob-the-Kuhn I did a PR already. Thanks for taking a look at it. |
Fix for #6980 (case_light compile problem when EXTENDED_CAPABILITIES_REPORT is enabled)
Line 7830 prevented successfull compilation when #define CASE_LIGHT_ENABLE is uncommented
Line 7830 prevented successfull compilation when #define CASE_LIGHT_ENABLE is uncommented
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Setting the case light section like this:
leads to the following compilation errors
The text was updated successfully, but these errors were encountered: