-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Fix LCD Menus + DAC compilation #19907
Fix LCD Menus + DAC compilation #19907
Conversation
I have not tested this myself, hopefully @fiveangle can verify it, since it is based on their bug report. |
Fixes resolves compile failure. Unable to test on printer since it's not near, but based on the fix I don't see it being an issue. |
Hi @sjasonsmith , I also noticed some issues regarding DAC stuff. I have just created a pull request but i guess it is more convenient for reviewers if i integrate it in yours. Do you agree? |
@0r31 mine just fixes a minor compilation issue. If yours is not directly related to my changes, I suggest you just post a new PR. |
Understood @sjasonsmith , thanks for your update. |
Description
Recent stepper DAC refactoring missed a related menu item.
After fixing that, I then had the following error, which is why I modified settings.cpp.:
Marlin\src\module\settings.cpp:3794:102: error: #elif with no expression
Benefits
Allows compiling for boards with LCDs and Stepper DACs.
Configurations
Configurations were adapted from bug #19216
Configuration.zip
Related Issues
#19216