Solved SD Card questions and issues mounting
-
So I have been running my duet 2 with this duet screen: https://www.amazon.com/gp/product/B085VZ6CKN/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1
And have pannel due version 3.3.0 running on it and have a intersting issue. I have the pannel connected to my board with a ribbon cable and use the sd card on the pannel for printing and it works great. But I have to access the sd card via the web app for it to mount. If I just plug the sd card into the pannel then try and go to the files on it nothing shows up under sd card 2. If I go on the web app and select sd card 2 the printer will mount the card and show me the files.
Other than that everything works great on the pannel. Is there anyway to get the board to check for an sd card mounting or something to access the files without having to open the web app?
-
-
@po3plestorm I think this is a known issue in recent PanelDue firmware and it may be fixed in the latest pre-release version.
Edit: see https://github.com/Duet3D/PanelDueFirmware/issues/221.
-
@po3plestorm send M21 P1 to initialise the card. They don’t mount automatically. DWC sends this before trying to read the card. See https://duet3d.dozuki.com/Wiki/M21
Ian
-
PanelDue should also mount the card automatically if you press the icon to display the second card. However, if you change the card while PanelDue is already displaying the files on the second card, then on Duet 2 it won't know that you have changed the card.
-
there was also a bug fixed related to mounting sd cards.
-
@dc42 so the second sd card button only appears after I mount the sd card via the web app, afterwards it is permanately there. Is there a way to get the board to run that mounting command on starup or get the button there?
-
@po3plestorm I think this is a known issue in recent PanelDue firmware and it may be fixed in the latest pre-release version.
Edit: see https://github.com/Duet3D/PanelDueFirmware/issues/221.
-
-
@po3plestorm I ened up just making a macro, ill update when the full release comes out.
Macro: Mount 2nd SD Card
M21 P1 ; mount the sd card