-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Description
Did you test the latest bugfix-2.0.x code?
Yes, and the problem still exists.
Bug Description
I downloaded "Stable" and got this error without changing anything in Config etc. I then downloaded BF -- more of the same 'ol, same'ol.
Arduino: 1.8.13 (Linux), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)" In file included from sketch/src/lcd/extui/ftdi_eve_touch_ui/language/language.h:23:0, from sketch/src/lcd/extui/ftdi_eve_touch_ui/language/language.cpp:25: sketch/src/lcd/extui/ftdi_eve_touch_ui/language/language_en.h:148:24: error: redefinition of 'const char Language_en::MSG_MESH_VIEW []' PROGMEM Language_Str MSG_MESH_VIEW = u8"View Mesh"; ^~~~~~~~~~~~~ In file included from sketch/src/lcd/extui/ftdi_eve_touch_ui/language/../../../../inc/../core/language.h:563:0, from sketch/src/lcd/extui/ftdi_eve_touch_ui/language/../../../../inc/MarlinConfig.h:53, from sketch/src/lcd/extui/ftdi_eve_touch_ui/language/../../../../MarlinCore.h:24, from sketch/src/lcd/extui/ftdi_eve_touch_ui/language/language.cpp:23: sketch/src/lcd/extui/ftdi_eve_touch_ui/language/../../../../inc/../core/../lcd/language/language_en.h:160:8: note: 'const char Language_en::MSG_MESH_VIEW [10]' previously defined here LSTR MSG_MESH_VIEW = _UxGT("View Mesh"); ^~~~~~~~~~~~~ exit status 1 Error compiling for board Arduino Mega or Mega 2560.
Bug Timeline
Fresh download today and compile
Expected behavior
Compile without error
Actual behavior
Would not compile
Steps to Reproduce
Download
Extract
Load into Arduino IDE
Click "Compile"
Version of Marlin Firmware
2.0.9.02 bf
Printer model
Mine
Electronics
BigtreeTech
Add-ons
No response
Bed Leveling
ABL Linear grid
Your Slicer
IdeaMaker
Host Software
No response
Additional information & file uploads
None