-
-
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
LCD Compile errors with Sanguino #39
Comments
Comment out ULTIPANEL in configuration.h |
Its on my next commit, I think it should be off by default. I find it very very difficult to maintain a good default configuration on github, while having a totally different configuration on your developing machine. Especially with pulling somebody elses changes, I know no other way of merging every single time. |
the easiest way is in configuration to add a // to #define ULTRA_LCD |
Thanks Erik, obvious when you know how LOL !!! All compiled this end, so off to try it out. Many thanks for the work on this guys, good stuff ! Cheers Sean. |
its pushed, ultralcd is no longer default-on; nor is advance.. also, i'm bernhard :) but you are welcome |
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. |
Looking forward to test this Firmware instead of Sprinter but getting errors when compiling with Sanguino Board.
Have copied the Marlin\Sanguino folder to C:\arduino-0022\hardware, have copied Marlin folder to C:\arduino-0022
Selected Sanguino Board from Tools>Board
Have edited configuration.h and set motherboard to 62 for Sanguinololu 1.3 and other speed settings etc etc
When compiling I get errors with regards none of the LCD pins being declared. Checking pins.h these are not defined for motherboard 62.
Can I just comment out the LCD stuff in configuration.h ?
Cheers
Sean.
The text was updated successfully, but these errors were encountered: