Homebuilt CNC – Part 2
It seems the pattern here is the first paragraph comments on how long it has been since I have written things up, my post drafts folder is filled with skeletons of posts that have never really gotten finished off, hopefully this post gets finished.
Since the last post I have finished construction of my basic CNC machine, the Z axis is complete and I make use of a dremel for the cutting head, as there are a wide variety of bits availible on ebay that will suit its 3.175mm collet.
The electronics has remained virtually the same but I have upped the power supply voltage to 24V to get a bit faster stepping speed, and broken out some more pins from the parallel port to allow "touching off" when milling PCB's.
Through poor planning I cant find any photos of the finished rig, if I come across any I will insert them here.
What I can talk about are the tools I have been using for the generation and execution of G-Code, with a few project photos thrown in.
Running the G-Code
Since the end of the last post I have swapped from using Mach3 to LinuxCNC partially because I was only running a trial version of Mach3 and Linux CNC is free, partially because I was getting sick of looking at the interface in Mach3.
Setup was pretty straightfoward, download the live CD, try it out, hit install. Linux CNC even comes with a neat helper tool to allow easy setup and tuning of stepper motor based machine.
The software has been pretty easy to use, and provides a good set of basic functionality, it is however missing all of the little "wizards" that Mach3 had for generation of short jobs like "cut a pocket this size in this location" or "drill this pattern of holes".
Generating G-Code
I have been using two tools to generate G-Code. F-Engrave a free python program for generating V-Carving toolpaths, and the trial version of cambam, software for the setup of more complex jobs, as well as limited cad functionality.
F-Engrave
One problem with milling something with a rotating cutter is that you will always end up with rounded corners in the holes of pockets and cutouts as you are cutting with a circular bit. There are many different solutions that people use to try and counter this. The most common approaches are. Use a CNC machine with more axes, so it is able to cut from a different angle to remove the remaining material, however this is expensive, and beyond what can be knocked up with plywood at home. Over-cut corners, if you need to be able to fit a square bit object into a milled pocket, you can overcut and take out extra materials at the corners to leave a pocket a square object will fit into.
Another option is to reduce the radius of the cutter, the smaller the cutter you use the less rounded and more sharp the inside of a pocket is, the trade-off being the strength of the cutter and how many passes you need to remove the material from the inside of the shape. Which brings us to the last option which is to use a V shaped cutter and some fancy software to be able to use a virtual 0 diameter cutter to get very sharp corners. How it works is by using a V shaped cutter and ramping it towards the surface as you near a corner, producing a finer and finer corner as you reach the surface of the material, while this is not suitable for everything, i.e. fitting a square block into a hole, it works great for tasks like signs.
I used F-engrave to produce a number of items like this including some labels and vinyl stamps.
Cambam
Cambam is a software package that allows the creation of tool paths from DXF files, it also has and inbuilt editor for editing geometry or creating simple designs. Its a pretty handy program and I think I will end up buying the full version when I run out of trial time.
Due to a combination of camera and computer issues this is more or less the only pictures/video I have of the more or less finished machine
Visolate
A handy little tool for reducing the amount of milling needed to create PCBs instead of milling precisely around each trace it mills one line between each signal, much faster to mill but produces some off looking tracks.
And that's about it for this project, due to moving houses the setup has been packed away into storage and wont be seen again for months. Overall it was a pretty neat little setup that cost next to nothing, the only money that really went into the project was for the stepper driver boards and a range of end mills, all of which can be procured fairly cheaply from ebay. Everything else was scavenged and jumbled together until this was the result.
Only a slight gap between now and the last post.
Leave a comment