I've seen a number of tutorials about how to build the platform for a 3-axis CNC milling machine. I have not seen anyone tackle the tricky subject of the electronics.
Here now is my attempt to do so.
Remove these ads by
Signing UpStep 1Parts
- an arduino. I chose duemilanova. (depends on the board you get)
- 3 stepper motors. I chose NEMA 17s . ($15/ea)
- 3 EasyDrivers from Sparkfun . ($15/ea)
- some Cat5 ($2?)
- a 12V power supply for the steppers ($5?)
- a soldering iron
- some electrical tape
- an optional female plug is not a bad idea (<$1)
TIP: Don't get a 6ft or 10ft Cat5 cable. Buy your cat5 by the foot from any computer or electronics store. That stuff has one wire inside instead of lots of little fibers. Little fibers are a huge pain to work with.
| « Previous Step | Download PDFView All Steps | Next Step » |








































Are you aware of Grbl http://dank.bengler.no/-/page/show/5470_grbl?ref=mst
or http://www.contraptor.org/arduino-gcode-interpreter. And how do they relate to what you are or have done?
http://www.adafruit.com/products/81
Do you think I could still use the codes you used for your arduino?
And also what software do you use to create the designs? Have you ever heard of Goolge Sketchup? I was wondering if I could use that to create my designs then send them to my arduino.
I use Alibre, but I don't like it. Sketchup would probably be great if I could get used to it. I'd really love to get SolidWorks so I can run FEA on the parts I make.
You don't really need to "send the designs to [your] arduino". As long as you know the important measurements (the ones you use to build your computer model) that's enough.
http://www.adafruit.com/products/81
And also could you help me design a carrige for the Z-Axis that uses a servo instead of a stepper?
Thanks!!!!!!!!!
http://www.ladyada.net/make/mshield/use.html
yeah, unfortunately, i don't know enough about electronics to know how to design the circuit....
I like the idea in essence, and for a 2.5 axis engraving machine, this would be ideal, but for a 3 axis, you'd be making more work for yourself, and creating more cost in the upkeep to keep replacing components that burn out on the switching circuit.
i bild this stepper motor driver bord with a arduino uno
with te demo code it runs fine it was fun to bild
now getting it to work with a cnc software is the next step en bilding a cnc frame
gr bramco from the netherlands
1 - process move instructions from user
2 - move in a straight line (have to time the motors correctly)
3 - move in an arc. Assume a circle with start, end, center, and direction (cw or ccw)
4 - write PC software that converts designs into arcs and lines, then
5a - sends them one at a time to the arduino
5b - the arduino reads those instructions from an SD card like MakerBot does.
I have done 1, 2, and 3 for my Delta3 and Stewart Platform robots.
Good luck!
thanks a lot for this instructable. I just find out the same Easystepper drivers but I'm not sure I can use with this board I've bought on ebay: afishonaladder.com/docs/5_Axis_Interface_Board_adapter.pdf
I have 3 stepper motors scavanged from an old copier and I'll buyt the same 5V power supply you suggest.
Hope I could work with this board and keep going into the project.
Thanks a lot for your advise.
HS
Thx
HS
The +5V and GND lines from the EasyDrivers are NOT NEEDED and should not be wired to anything.
But just to be clear, do you only need one power supply for all 3 drivers? If so, I may have ordered a couple extra. Every time I've tried to connect more than one device to a power supply, things got a little screwy. How would you suggest connecting it to the boards?
Great instructable! I really appreciate it.
P.S. With regards to earlier comments on an arduino-controlled motor-winder, that would be so freaking awesome. It must be done and soon.
That project was a total wiring and engineering disaster. You've never seen such a thing outside a server room. Given more time, I could have made it work. C'est la vie.
Anyway, It'll probably work fine. By the way, nice job on checking and replying to comments for so long.
Also to ask, the 5V power supply is to supply power to the Stepper motors correct? just confused because according to the site (http://www.kysanelectronics.com/Products/datasheet_display.php?recordID=7435) it says that its a 14V motor.
thank you very much for that
Aby help is greatly appreciated it
http://www.youtube.com/watch?v=3I_7oAJTuHI
I would love to see your solution!
Thanks and good instructible by the way !