-
-
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] (Display not working correctly, on MKS Gen 1.4 Board) #16331
Comments
This the lastest Marlin 2.0 I've compile with No error so got me, I'm using |
If I go back to a prevous version of my Marlin I get all these error's below. In file included from sketch\src\module\endstops.cpp:36:0: c:\users\gp73\appdata\local\temp\arduino_build_577121\sketch\src\hal\hal_avr\endstop_interrupts.h: In function 'void setup_endstop_interrupts()': c:\users\gp73\appdata\local\temp\arduino_build_577121\sketch\src\hal\hal_avr\endstop_interrupts.h:142:7: error: non-constant condition for static assertion
In file included from sketch\src\module\endstops.cpp:36:0: c:\users\gp73\appdata\local\temp\arduino_build_577121\sketch\src\hal\hal_avr\endstop_interrupts.h:57:57: error: reinterpret_cast from integer to pointer
c:\users\gp73\appdata\local\temp\arduino_build_577121\sketch\src\hal\hal_avr\endstop_interrupts.h:142:21: note: in expansion of macro 'digitalPinToPCICR'
Multiple libraries were found for "U8glib.h" This report would have more information with So how can I get back to running version of my Marlin now? |
The error is very clear. "Y_MIN_PIN is not interrupt-capable" so you need to disable endstop interrupts. In Configuration.h comment out #define ENDSTOP_INTERRUPTS_FEATURE |
As for the display this is an issue with really slow LCD's You need to add in some delays. See #16278 |
Thanks I give it a go. |
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. |
Bug Description
My Configurations
Required: Please include a ZIP file containing your
Configuration.h
andConfiguration_adv.h
files.Configuration.zip
Configuration_adv.zip
The text was updated successfully, but these errors were encountered: