Skip to content

MKS_H43 : Fix #27788 #27789

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

Merged
merged 1 commit into from
Apr 13, 2025
Merged

Conversation

narno2202
Copy link
Contributor

Description

A bug was introduced in last MKS_H43 rework commit. This PR fixes it.

Requirements

Benefits

Configurations

Related Issues

@thisiskeithb thisiskeithb linked an issue Apr 9, 2025 that may be closed by this pull request
1 task
@@ -326,7 +326,7 @@ void DGUSScreenHandler::sendHeaterStatusToDisplay(DGUS_VP_Variable &var) {
void DGUSScreenHandler::sdCardError() {
DGUSScreenHandler::sdCardRemoved();
#if DGUS_LCD_UI_MKS
sendInfoScreenMKS(F("NOTICE"), nullptr, F("SD card error"), nullptr, mks_language_index);
screen.sendInfoScreenMKS(F("NOTICE"), nullptr, F("SD card error"), nullptr, mks_language_index);
#else
sendInfoScreen(F("NOTICE"), nullptr, F("SD card error"), nullptr);
#endif
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I plan to properly refactor this Screen Handler API so this kind of hack is not required. Stay tuned.

@thinkyhead thinkyhead merged commit aee25d7 into MarlinFirmware:bugfix-2.1.x Apr 13, 2025
66 checks passed
@narno2202 narno2202 deleted the H43_fix branch April 13, 2025 12:04
EvilGremlin pushed a commit to EvilGremlin/Marlin that referenced this pull request May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Compile issue since commit 7bfecf6
2 participants