Closed mrpilipo closed 2 years ago
Can confirm the same issue for MEGA_TMC_BLT_10
with the same upgraded display controller.
Unfortunately, with this firmware it is not (or no longer) easily possible to fall back on the "normal" Marlin features and the support for displays. The reason for the Anycubic hybrid firmware (which everyone just calls "Knutwurst") is only the full support of the touchscreen. Only for this I used a lot of custom code and implemented a lot myself, which Marlin doesn't offer.
If you want to use a 12864 display with a rotary encoder, I suggest that you build Marlin 2.0.9.x directly from the Marlin sources.
You are welcome to take over the configuration and settings from me for your specific printer :)
But "Knutwurst" + A different display than the touch screen ... I think that's a waste of time because you have to rewrite a lot.
Best, Olli
Understandable, switched back to the stock display for now, will spend some time working on prints not the printer XD
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
So, I am going back from klipper to marlin on my Ai3MS, simply due to lack of support for M421 and lack of time to properly implement it by myself.
In the meantime I have swapped my screen for the RepRapDiscount Full Graphic one. Going back to marlin I of course have to enable support for it.
Steps to Reproduce
In Configuration.h I have commented out:
and enabled:
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
While building got errors due to missing U8glib dependency, went to platformio.ini and uncommented:
U8glib-HAL@0.4.1
Tried to build again, same error, turns out marlin is looking for newer version, so changed it accordingly to the latest version:
U8glib-HAL@0.5.1
Building again, got my hopes up since it kept going for a little while... and then it fails again. Tail of the build log:
Expected behavior: Marlin build with REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER support
Actual behavior: Build error
Additional Information
Using source for 1.4.0 (builds without any issues as is) on VSCode with PlatformIO as instructed.