MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.18k stars 19.22k forks source link

SD Fat library should be updated #3874

Closed boelle closed 8 years ago

boelle commented 8 years ago

Issue by Wackerbarth Saturday Feb 06, 2016 at 12:10 GMT Originally opened as https://github.com/MarlinFirmware/MarlinDev/issues/344


The SD Fat library that we include is not the current release from that library's author. This causes compilation errors with some of the more recent compiler releases.

https://github.com/greiman/SdFat.git

boelle commented 8 years ago

Comment by thinkyhead Wednesday Feb 10, 2016 at 06:41 GMT


SdFat has diverged a lot. In fact, for the features we use, such as long filenames, we would have to use https://github.com/greiman/SdFat-beta. I have already tried to do the upgrade once, but found it a bit daunting and went back to trusting our little slice of SdFat.

jbrazio commented 8 years ago

Thank you for your interest making Marlin better and reporting this issue but this topic has been open for a long period of time without any further development. Marlin has been under heavy development for the past couple of months and moving to it's last mile to finish the RC cycle and release Marlin v1.1.0. We suggest you to try out the latest RCBugfix branch and reopening this issue if required.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.