-
Notifications
You must be signed in to change notification settings - Fork 53
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
SKR E3 Turbo incompatible w/ BTT mini-12864 screen #55
Comments
The E3 Turbo board has no connector for EXP2 and the useable pins on EXP1 don't match. But if you can create a custom cable and recycle maybe the Z-Probe connector you could extend Marlin to support this display as well. Try to extend pins/lpc1769/pins_BTT_SKR_E3_TURBO.h starting at line 261 with your own custom definition like this
This is just an example copy&pasted from other board definitions like pins/lpc1768/pins_BTT_SKR_V1_4.h. I'm not sure if this will work but I think this could be a way to get at least the display working. I skipped the sd card pins because this would require even more pins. |
Or you try to use the pinout for an MKS_MINI_12864, ENDER2_STOCKDISPLAY which seems to be quite similar and is already supported for this board. |
When attempting to compile current Marlin 2.0.9 for my Ender 3 Pro w/ SKR E3 Turbo mainboard to account for adding BTT 12864 screen, autobuild marlin in VSCode displays an error:
In file included from g:\marlin-2.0.x\marlin\src\pins\pins.h:409,
from g:\marlin-2.0.x\marlin\src\inc\marlinconfig.h:34,
from buildroot/share/PlatformIO/scripts/common-dependencies.h:29:
g:\marlin-2.0.x\marlin\src\pins\lpc1769/pins_BTT_SKR_E3_TURBO.h:264:6: error: #error "Only ZONESTAR_LCD, MKS_MINI_12864, ENDER2_STOCKDISPLAY, and CR10_STOCKDISPLAY are currently supported on the BTT_SKR_E3_TURBO."
It seems pretty ass-backwards that your BTT SKR E3 Turbo would not support your own BTT branded 12864 screen; please resolve this conflict. Directions in the user manual lead to a failure to compile firmware, and I now have a screen that's useless with my printer.
The text was updated successfully, but these errors were encountered: