Skip to content
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

Closed
CLaNZeR opened this issue Dec 22, 2011 · 6 comments
Closed

LCD Compile errors with Sanguino #39

CLaNZeR opened this issue Dec 22, 2011 · 6 comments

Comments

@CLaNZeR
Copy link

CLaNZeR commented Dec 22, 2011

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.

@ErikZalm
Copy link
Contributor

Comment out ULTIPANEL in configuration.h
On a sanguinololu you don't have an ULTIPANEL.

@bkubicek
Copy link
Contributor

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.

@bkubicek
Copy link
Contributor

the easiest way is in configuration to add a // to #define ULTRA_LCD

@CLaNZeR
Copy link
Author

CLaNZeR commented Dec 22, 2011

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.

@bkubicek
Copy link
Contributor

its pushed, ultralcd is no longer default-on; nor is advance.. also, i'm bernhard :) but you are welcome

@github-actions
Copy link

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.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants