Guizz27 / Marlin---Longer-LKx-Pro

Marlin 2.0/2.1 for Longer LKx Pro. Should also work with Alfawise U30 Pro
http://marlinfw.org
GNU General Public License v3.0
38 stars 15 forks source link

Write To SD Card #10

Closed jgbrown54 closed 2 years ago

jgbrown54 commented 2 years ago

You should enable #define SDCARD_CONNECTION ONBOARD in Configuration_adv.h to allow writing to an SD card. I have verified the functionality. Although Marlin kind of sucks. They only allow an 8 character filename and a 3 character extension like old DOS. But it does work. I have tested it with both gcodes and Repetier Host. It should work with any control software such as Pronterface. If you write the gcode file using a computer directly to the SD card you can use long filenames. The old 8.3 filename limitation is a limitation in Marlin.

Guizz27 commented 2 years ago

thanks for the suggestion. I enabled it.