-
-
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
[BUG] #15113 breaks CR10_STOCKDISPLAY support on SKR Mini E3 #15141
Comments
had the same today,
both broke my skr mini e3 edit: |
I just flashed my Ender-3 with Have you tried cleaning your libraries (click the trash can icon in your IDE or manually delete the .pio folder)? |
Do u have the SKR MINI E3 Board ??? PS: yes, i cleaned everything, in my user dir and in my marlin dir. |
No. I am using an SKR 1.3. I was going off the title assuming OP meant that It looks like this just affects the SKR Mini E3 so far. |
Sorry it is a bit misleading indeed. I've changed the title to be more specific.
It is working for me on commit 23bb40d |
I just tried Unsurprisingly, |
Got the same issue with |
Seems it's related to boards with STM mcu only ran into same issue then tried various other mcu's none showed the issue of no display |
I've been playing around with a MKS GEN-L and various 12864-type LCDs the past few nights and |
My Re-ARM works fine with the RRD Full Graphics Smart Controller and the latest bugfix-2.0.x sources, so it’s not a basic 32 bit problem. |
swap out these files in /Marlin/src/lcd/dogm/ from an older tree that will get the display working again |
Yes, that was part of 12c595c, but I don't understand the changes, so I don't know how to fix it 😄 |
well a workaround is to drop older files in before the change which will make the display work |
its from PR #15113 we badly supposed the AVR.cpp file was specific to AVR platform, but both compile on STM32 (F4 at least, maybe F1 too for this RRD) |
skr mini too not sure what mcu that uses |
mini is STM32F103R (64pins) |
Same problem here with E3 DIP, researching a bit I've reached 12c595c and reviewed the code, but too much u8g for me... Maybe @GMagician can help |
The only changes done that may affect other boards than samd51 are the ones in: |
just need to change the top ifdef in the 2 cpp files |
Thanks to confirm if its resolved... |
updated yesterday and it works if TMC_DEBUG is disabled. Wont boot with TMC_DEBUG enabled. |
What board are you using? Works well for me with TMC_DEBUG enabled on SKR E3 DIP. |
skr mini e3 |
did not try it on a mini but no issues on skr 1.3 or skr pro |
note: TMC_DEBUG worked before adding the EEPROM emulation |
I'm still getting a blank screen with
No issues with any of those LCDs on an SKR 1.3. Edit: 66338ed brings |
I have had a similar issue to this but did some digging and found that my board was not booting due to having TMC_DEBUG enabled. It was this thread and the statement by reloxx13 that I thought I would try remarking it out to see if it fixed the problem. I think that there maybe a clash with EEPROM emulation as well as #15180 which allows the SD card to be seen via USB. I have opened up issue #15226 with my findings. |
I'm a bit lost with this issue, on SKR E3 DIP the other day all was working great with #15172 (TMC_DEBUG, EEPROM EMULATION, and all the stuff), today I pulled all new changes to my repo and with same configuration I've got blank screen, so I decided to revert to #15172 with the same config, and now I'm getting blank screen all time. Disabling TMC_DEBUG makes it work 😑 |
I just rebased onto commit 7fc4f7b815949eb9ec4b8e7c5399d154d0f28c94 (from yesterday), and it seems to be working fine. I'm on an SKR-mini-E3. Display comes up, and I'm able to query TMC_DEBUG info as well. |
With emulated |
I've just setup Marlin firmware in my Ender 3 with SKR E3 DIP and the CR10 Stock display is working too. I'm at commit 7fc4f7b from today (september 21st) I have TMC_DEBUG, EEPROM_SETTINGS and EEPROM_AUTO_INIT enabled. |
I have EEPROM_SETTINGS enabled, and the pins file defines FLASH_EEPROM_EMULATION. I confirmed I can save settings and they persist across reboots without an SD card installed. |
@vincentbaeten does it work for you with latest 2.0.x ? |
Lack of Activity |
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. |
Description
Today I wanted to flash the latest firmware of bugfix-2.0.x on my skr mini e3 but after flashing, only the backlight will turn on and no status screen will show up. After a bit of testing, I've found that the culprit is #15113.
Steps to Reproduce
Expected behavior: [What you expect to happen]
Normal status screen
Actual behavior: [What actually happens]
No status screen.
Additional Information
Configuration.h
andConfiguration_adv.h
files.config.zip
The text was updated successfully, but these errors were encountered: