Skip to content

Commit

Permalink
🚸 SD refresh UI update with NO_SD_DETECT (MarlinFirmware#26366)
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha <[email protected]>
  • Loading branch information
2 people authored and EvilGremlin committed Oct 26, 2023
1 parent 31a62d6 commit 6685d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/sd/cardreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,8 @@ void CardReader::release() {
flag.workDirIsRoot = true;
nrItems = -1;
SERIAL_ECHO_MSG(STR_SD_CARD_RELEASED);

TERN_(NO_SD_DETECT, ui.refresh());
}

/**
Expand Down

0 comments on commit 6685d13

Please sign in to comment.