-
-
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
[BUG] status_screen_DOGM.cpp fails to compile if STATUS_COMBINE_HEATERS is enabled (LPC1769) #22397
Comments
default Config (ramps atmega2560) + REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER + STATUS_COMBINE_HEATERS does it also. From the error it probably is platform independent |
Quick fix. in Marlin/src/lcd/dogm/dogm_Statusscreen.h |
Thanks a lot. I just tested it, and it worked. In the end, it also helped to add |
128x64 lcds have two different pin outs. They are the same, but they key is rotated 180 degrees (ie effectively the pins are rotated 180 degrees) |
The code has changed since I last looked at it.. the above fix is not correct. there is now a combined.h that should set everything needed. looking deeper |
Ive created a PR to fix it properly |
This has been fixed |
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. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
When compiling Marlin from both the 2.0.x and the bugfix-2-0-x branch with
#define STATUS_COMBINE_HEATERS
enabled, the compilation fails with the following error:Disabling
#define STATUS_COMBINE_HEATERS
makes the build successful.Bug Timeline
New
Expected behavior
Build should be complete without errors.
Actual behavior
Build fails, see the error described above.
Steps to Reproduce
#define STATUS_COMBINE_HEATERS
in Configuration_adv.hVersion of Marlin Firmware
Marlin 2.0.9.1
Printer model
Custom
Electronics
MKS SGEN L v2, TMC2209
Add-ons
MKS LCD12864B
Your Slicer
Prusa Slicer
Host Software
No response
Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: