Add support for SD extender.
This commit is contained in:
@@ -1451,8 +1451,8 @@ void AnycubicTouchscreenClass::RenderCurrentFolder(uint16_t selectedNumber) {
|
||||
#else
|
||||
currentFileList.changeDir(currentTouchscreenSelection);
|
||||
#endif
|
||||
} else {
|
||||
// TODO: try to remount the SD card
|
||||
} else if (currentTouchscreenSelection[0] == 0 && isMediaInserted()) {
|
||||
card.mount();
|
||||
}
|
||||
if (SpecialMenu == false) {
|
||||
currentTouchscreenSelection[0] = 0;
|
||||
|
Reference in New Issue
Block a user