Solved CNC card reading question

Merv

Site Moderator
Staff member
I am beginning my journey into the world of CNC. So far I have a Ender 3D printer and a cheap CNC mill from China, both of them work fine. With my Ender, I can insert a SD card & it will read it. With my mill, I need to have my computer feed the instructions.

Is it possible and/or practical to add the card reading ability to my mill? If so, how? Is there a prebuild add on that will accomplish the task? Or is it necessary to build it from parts.
 
Last edited:

Flitedesign 3d

Elite member
I am beginning my journey into the world of CNC. So far I have a Ender 3D printer and a cheap CNC mill from China, both of them work fine. With my Ender, I can insert a SD card & it will read it. With my mill, I need to have my computer feed the instructions.

Is it possible and/or practical to add the card reading ability to my mill? If so, how? Is there a prebuild add on that will accomplish the task? Or is it necessary to build it from parts.

Its possible for sure the question is how much time and effort one is willing to give, probably most common way is to use mega2560+ramps board with the marlin firmware. Here is a good tutorial:

Might be easier ways out there that I dont know about, also depends on what you have. Personally I prefer to mill through usb
 

Dudley1001

Member
Just be aware to get the sdcard working, you will be running marlin rather than grbl. Not saying that that is a problem, just letting you know. I have a mpcnc and a erc timsav needle cutter. The mpcnc is on marlin, the timsav is grbl. As far as I know, the grbl will not support sd card natively. There may be a way to do it with the MKS DLC grbl controller when combines with the MKS tft24 screen but I am not sure of that. Grbl was written for the arduino uno so not enough memory for code to do the sd card. Newer 32 bit boards are now supported but I don't think they even support it yet.