-
-
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] [bugfix-2.0] Ramps and Viki LCD not compiling #15765
Comments
This is similar to #14812 , so Tried https://github.com/Ludy87/Marlin/tree/bf2_buzzer2 after compiling it successful for panelolu, changed to Viki aption got another bug, solved moving the libraries include
to ultralcd.h , now it throws:
|
Configurations, please |
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. |
Description
I'm trying to compile marlin 2 with RAMPS and viki 1 LCD (i2c), i'm on the way of resolving this but I need to move some include libraries, so need some advice
After moving the include libraries from ultralcd_HD44780.h line 67 to Conditionals_LCD.h line 273 and adding some missing conditionals for heat bed i get this:
Steps to Reproduce
Expected behavior: Compile successful
Actual behavior: get some bugs
Additional Information
LCD is working with 1.1 bugfix
bug catching in: https://github.com/chepo92/Marlin/tree/vikiLCD-bugfix-2.0
The text was updated successfully, but these errors were encountered: