Notifications
Clear all

SD Cards  

  RSS
SnowEagle
(@snoweagle)
Trusted Member
SD Cards

What is your experience using SD Cards? Are there some that work better than others in the MK3S Printers.? The one that came with the printer works great, but my SanDisk 16GB Ultra's only seem to work now and then. Larger than 16GB unable to get them to work at all.

Posted : 15/06/2020 6:25 pm
Sembazuru
(@sembazuru)
Prominent Member
RE: SD Cards

After SD cards get larger than 16GB the filesystem changes. The firmware on the Prusa only understands the filesystem for the 16GB and under cards. As to your SanDisk only working occasionally, I don't have a good answer. I've heard of the SD card slot getting worn out (the thin metal shield starts to bow out and not press the card against the pins appropriately, or lets the card get inserted too far).

If the socket is starting to get worn out, you might want to try a flat-ribbon based SD slot extender like this https://www.adafruit.com/product/3687 to keep from continually inserting and removing from the machine's SD slot.

See my (limited) designs on:
Printables - https://www.printables.com/@Sembazuru
Thingiverse - https://www.thingiverse.com/Sembazuru/designs

Posted : 16/06/2020 3:30 am
Sembazuru
(@sembazuru)
Prominent Member
RE: SD Cards

My mistake. The threshold between the FAT16/32 filesystems and exFAT is 32GB. Larger than 32GB is exFAT and not fully supported in the Arduino world (Marlin is compilable in Arduino). I've only found one library for Arduino that claims to have exFAT support, but it is currently in early beta and the sdFAT portion of it takes up a lot of program space on AVR processors. https://github.com/greiman/SdFat-beta

See my (limited) designs on:
Printables - https://www.printables.com/@Sembazuru
Thingiverse - https://www.thingiverse.com/Sembazuru/designs

Posted : 16/06/2020 3:40 am
jsw
 jsw
(@jsw)
Famed Member
RE: SD Cards

I use both 16 and 32 g cards with no issues.

The 32g card takes a bit longer when sorting files, but otherwise works fine.

Posted : 16/06/2020 3:47 am
Bartgalok
(@bartgalok)
Eminent Member
RE: SD Cards

I am using a Toshiba FlashAir (W-04) 64GB partitioned into 32GB. The 64GB was less expensive than the 32GB on Amazon.ca. Go figure.

Now no need to remove SD from printer so no more wear and tear. Also like the fact that my gcode can be sent remotely from my workstation that is upstairs from the printer.

If you decide to go this route, I can provide you with the script (took me some time to figure out) that allows the card to be recognized on your network. Now works flawlessly.

Posted : 16/06/2020 3:53 am
TeeBell and jsw liked
SnowEagle
(@snoweagle)
Trusted Member
Topic starter answered:
RE: SD Cards

@sembazuru

Thanks!

Posted : 16/06/2020 12:12 pm
SnowEagle
(@snoweagle)
Trusted Member
Topic starter answered:
RE: SD Cards

@barry-d3

I like that idea, please send the info you have to set it up.

Posted : 16/06/2020 12:16 pm
Bartgalok
(@bartgalok)
Eminent Member
RE: SD Cards

Will do once I get home this afternoon.

Posted : 16/06/2020 2:49 pm
Bartgalok
(@bartgalok)
Eminent Member
RE: SD Cards

Actually I found it on my OneDrive folder.

Here is the script of the config file that is found in a hidden folder on the SD Card. The folder name is SD_WLAN

Cut and paste this script into the CONFIG file and save.

My comments for what needs to be changed are next to the code lines.

[WLANSD]

ID=FLASHAIR
DHCP_Enabled=NO
IP_Address=192.168.1.103  (Choose an available IP Address on your network as DHCP is turned off for this card))
Subnet_Mask=255.255.255.0 
Default_Gateway=192.168.1.1 (Your router gateway and DNS settings)
Preferred_DNS_Server=192.168.1.1
Alternate_DNS_Server=192.168.1.1

[Vendor}

APPNAME=flashair
MASTER=MASTERMENOW1
STA_RETRY_CT=0
VERSION=F15DBW3BW4.00.04       (Ensure that you use the Toshiba firmware update app to bring it up to this version 4.00.04)
CID=02544d455945464955f41dea7b012401     (This is the serial number unique to your SD found on teh back of the card)
PRODUCT=FlashAir
VENDOR=TOSHIBA
MASTERCODE=EC*****DE (Mastercode is written on the back of  the SD-CARD)
APPSSID=Your router SSID
APPNETWORKKEY=
********* Your router wireless password
APPMODE=5
APPAUTOTIME=0
DNSMODE=1
LOCK=1
WEBDAV=2
UPDIR=/G-Code

 

This should work for you. My friend followed the same instructions and it worked right out of the gate.

Glad to help. Took some tweaking because the documentation from Toshiba was less than stellar.

 

Let me know if this works out for you.

Posted : 16/06/2020 3:04 pm
karl-herbert
(@karl-herbert)
Illustrious Member
RE: SD Cards

@barry-d3

Thank you for the tip and the script. I think i will try this 👍 

How stable is the wifi connection?

Statt zu klagen, dass wir nicht alles haben, was wir wollen, sollten wir lieber dankbar sein, dass wir nicht alles bekommen, was wir verdienen.

Posted : 16/06/2020 5:13 pm
Bartgalok
(@bartgalok)
Eminent Member
RE: SD Cards

@karl-herbert

It should be solid. I have not had any issue loading the files onto the card. With Windows 10, you have to map a network drive. Sometimes it does not see the drive and you have to manually enter the coordinates using a variant of the "map network drive option". Let me know if you encounter this Windows bug.

Posted : 16/06/2020 5:47 pm
karl-herbert
(@karl-herbert)
Illustrious Member
RE: SD Cards

@barry-d3

thanks for the feedback. I'm working with Ubuntu 18.04 and one W7 system; will try it.

Statt zu klagen, dass wir nicht alles haben, was wir wollen, sollten wir lieber dankbar sein, dass wir nicht alles bekommen, was wir verdienen.

Posted : 16/06/2020 6:21 pm
TeeBell
(@teebell)
Trusted Member
RE: SD Cards
Posted by: @barry-d3

Actually I found it on my OneDrive folder.

Here is the script of the config file that is found in a hidden folder on the SD Card. The folder name is SD_WLAN

Cut and paste this script into the CONFIG file and save.

My comments for what needs to be changed are next to the code lines.

[WLANSD]

ID=FLASHAIR
DHCP_Enabled=NO
IP_Address=192.168.1.103  (Choose an available IP Address on your network as DHCP is turned off for this card))
Subnet_Mask=255.255.255.0 
Default_Gateway=192.168.1.1 (Your router gateway and DNS settings)
Preferred_DNS_Server=192.168.1.1
Alternate_DNS_Server=192.168.1.1

[Vendor}

APPNAME=flashair
MASTER=MASTERMENOW1
STA_RETRY_CT=0
VERSION=F15DBW3BW4.00.04       (Ensure that you use the Toshiba firmware update app to bring it up to this version 4.00.04)
CID=02544d455945464955f41dea7b012401     (This is the serial number unique to your SD found on teh back of the card)
PRODUCT=FlashAir
VENDOR=TOSHIBA
MASTERCODE=EC*****DE (Mastercode is written on the back of  the SD-CARD)
APPSSID=Your router SSID
APPNETWORKKEY=
********* Your router wireless password
APPMODE=5
APPAUTOTIME=0
DNSMODE=1
LOCK=1
WEBDAV=2
UPDIR=/G-Code

 

This should work for you. My friend followed the same instructions and it worked right out of the gate.

Glad to help. Took some tweaking because the documentation from Toshiba was less than stellar.

 

Let me know if this works out for you.

Thank you for this! Only changes/differences:

Added a line with UPLOAD=1 before the UPDIR line

Copied the CID value from the original CONFIG file that was on the card because I did not see it on the back of my SD Card.

 

 

Posted : 28/10/2020 9:07 pm
bobstro
(@bobstro)
Illustrious Member
RE: SD Cards

FWIW: I have had good luck with larger (32, 64GB) cards when formatted using the SD Association Formatter. I run it on Mac, but it's available for Windows as well. I have noticed a speed difference with Octoprint responsiveness with slower cards, so use Class 10 or faster. These days, quality Samsung and Sandisk cards are quite cheap.

My notes and disclaimers on 3D printing

and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan

Posted : 28/10/2020 9:24 pm
--
 --
(@)
Illustrious Member
RE: SD Cards

@barry-d3

It might be that you can tell your router to reserve an IP address for the WiFi-SD card. Windows will have an easier time reconnecting to it.

Posted : 28/10/2020 9:25 pm
Deemoss
(@deemoss)
New Member
RE: SD Cards

Guys, my W-04 was working fine for a few months in STA mode. Then it started going downhill with intermittent periods when it was not working. Now is one of those periods. It seems to be connecting to my local network. As you can see in the screenshot, the bonjour service gets advertised (still with the name of my old printer).

 

 

When I ping I get this (I use DHCP which clearly gets resolver to its IP address):

 

When I try to connect I get this:

Does this give you any tips as to what the problem might be?

Thanks in advance!

Posted : 01/01/2021 5:03 pm
Share: