Closed stoubian closed 1 year ago
Are you using a fork? MSG_MAIN_MENU
is in the language file(s):
Using the stock Ender-3 V2 Creality UI config and enabling DWIN_CREALITY_LCD_JYERSUI
instead of DWIN_CREALITY_LCD
works fine.
I am using the code revision at tag 2.1.2.1 and the error is in that version but I see it has been fixed by this commit on the branch bugfix-2.1.x : link to the commit
I am using the code revision at tag 2.1.2.1 and the error is in that version but I see it has been fixed by this commit on the branch bugfix-2.1.x : link to the commit
That's why we ask if you've tested the latest bugfix-2.1.x
before opening up new issues:
Did you test the latest
bugfix-2.1.x
code? Yes, and the problem still exists.
My bad, I don't know why I was thinking that tag 2.1.2.1 was in advance of branch bugfix-2.1.x but this is clearly not the case 😅 Thanks for your fast answer (and for maintianing the project)!
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.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
With DWIN_CREALITY_LCD_JYERSUI defined, When compiling in VSCode with PIO, The compiler throws the error: 'MSG_MAIN_MENU' is not a member of 'Language_en'; did you mean 'MSG_MMU2_MENU'?
The fix proposed on reddit by nanmetal worked fine after test. link here
I make a PR asap
Bug Timeline
new
Expected behavior
I expect the code compiles without error.
Actual behavior
The compiler throws the error: 'MSG_MAIN_MENU' is not a member of 'Language_en'; did you mean 'MSG_MMU2_MENU'?
Steps to Reproduce
Version of Marlin Firmware
2.1.2.1
Printer model
Creality Ender-3 V2
Electronics
Stock electronics
Add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
SD Card (headless)
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
No response