So i was having an issue where printing from my 2gb SD card the printer would say that is was 100% done printing, however the actual print was nowhere near done. So i tried changing to a high class 10 SD the print completed perfectly. This seems like a strange issue and id like to know why this happens?
As you can see it says 100% complete but the temp stays at 190c wut?
Indeed, it’s probably there the problem.
When you print from SD card, the content of the file (gcode) is copied in the memory of the printer before starting the process, so your problem occurs when you’re upload the file from computer to your sd , as raby said.
I think there is a limit for read/write cycles from SD to printer memory (eeprom) so I avoid print from sd but I’m certainly wrong. Must be enough confident over robustness of arduino’s memory.
I save my gcode to the hard drive them copy it to the SD card.
It’s faster and there is a graphic bar that will tell you the progress.
You can also compare the size as well
Just a thought
Indeed, it’s probably there the problem.
When you print from SD card, the content of the file (gcode) is copied in the memory of the printer before starting the process, so your problem occurs when you’re upload the file from computer to your sd , as raby said.
I think there is a limit for read/write cycles from SD to printer memory (eeprom) so I avoid print from sd but I’m certainly wrong. Must be enough confident over robustness of arduino’s memory.[/quote]
Sorry, I’m wrong… Gcode is not copied from sd to mem of arduino. Commands are read and proceed one by one. :-S
I blush a bit to admit I’m using a decade-old 128MB Sandisk SD card for my stand-alone printing, and it works perfectly. However, saving the gcode to it from the PC does remind me of the old floppy-disk days, speed-wise. It takes up to 10 seconds before some files are fully copied.
I think I have noticed that it takes a lot longer for Slic3r to load the gcode compared to Cura. No scientific evidence for this though.
I usually open Explorer to check the sice of the gcode file on the SD. Then refresh (PF5) and look for a change in size. If no change the file is loaded.