You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
Expected behavior:
It should compile
Actual behavior:
It errors
The text was updated successfully, but these errors were encountered: