Skip to content
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] LCD_LANGUAGE el_gr fails to compile, bugfix-2.0.x #16598

Closed
ellensp opened this issue Jan 18, 2020 · 1 comment
Closed

[BUG] LCD_LANGUAGE el_gr fails to compile, bugfix-2.0.x #16598

ellensp opened this issue Jan 18, 2020 · 1 comment

Comments

@ellensp
Copy link
Contributor

ellensp commented Jan 18, 2020

Bug Description

Setting LCD_LANGUAGE el_gr fails to compile with the error

Marlin/src/HAL/HAL_AVR/../../inc/../core/../lcd/language/language_el_gr.h:123:24: error: redefinition of 'const char Language_el_gr::MSG_VMAX_E []'

there are two "PROGMEM Language_Str MSG_VMAX_E" lines in language_el_gr.h. this causes the error. The second MSG_VMAX_E should be MSG_VMAX_EN (trailing N)

My Configurations

Configuration.zip

Steps to Reproduce

  1. Set LCD_LANGUAGE el_gr in Configuration.h
  2. Enable a GLCD eg REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
  3. Attempt to compile

Expected behavior:
It should compile

Actual behavior:
It errors

0r31 added a commit to 0r31/Marlin that referenced this issue Jan 18, 2020
@github-actions
Copy link

github-actions bot commented Jul 3, 2020

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.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants