We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MSG_ATTACH_SD_MEDIA is used by 2.1.2.2 but not defined in the code
Marlin\src\lcd\menu\menu_main.cpp:424:25: error: 'MSG_ATTACH_SD_MEDIA' is not a member of 'Language_en'; did you mean 'MSG_ATTACH_USB_MEDIA'?
Needs this line added to Marlin/src/lcd/language/language_en.h LSTR MSG_ATTACH_SD_MEDIA = _UxGT("Attach SD Card");
LSTR MSG_ATTACH_SD_MEDIA = _UxGT("Attach SD Card");
Since 2.1.2.2 was released
It should build
2.1.2.2
The text was updated successfully, but these errors were encountered:
just added for the record
Sorry, something went wrong.
Patch for 2.1.x submitted:
2.1.x
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.
Successfully merging a pull request may close this issue.
Bug Description
MSG_ATTACH_SD_MEDIA is used by 2.1.2.2 but not defined in the code
Marlin\src\lcd\menu\menu_main.cpp:424:25: error: 'MSG_ATTACH_SD_MEDIA' is not a member of 'Language_en'; did you mean 'MSG_ATTACH_USB_MEDIA'?
Needs this line added to Marlin/src/lcd/language/language_en.h
LSTR MSG_ATTACH_SD_MEDIA = _UxGT("Attach SD Card");
Bug Timeline
Since 2.1.2.2 was released
Expected behavior
It should build
Actual behavior
Marlin\src\lcd\menu\menu_main.cpp:424:25: error: 'MSG_ATTACH_SD_MEDIA' is not a member of 'Language_en'; did you mean 'MSG_ATTACH_USB_MEDIA'?
Version of Marlin Firmware
2.1.2.2
The text was updated successfully, but these errors were encountered: