I am currently building a flight stand out of aluminium extrusion, and as step towards that I need a drilling jig.
I’m aware that there is only one other member who does CNC’d aluminium, so I want to document what I’m doing for reference.
This jig is to be milled from a 100x100x8 mm block of grade 5083 aluminium on the desktop mini CNC.
Here is the design I have settled on:
test_view.pdf (146.7 KB)
This design was created in FreeCad, an opensource cad tool which I am using.
I import the model into VCarve and convert to GCode, after setting up a spoilboard I began the cutting process.
My first attempt was to use one a 2mm 2 flute end mill, and as you can see from the image, the results were not great (no end mills were harmed in the making of this image).
The workpiece got very hot and the end mill had aluminium fused to the cutting surface as a result, chips were not being evacuated.
I have decided to take a different approach, generating the GCode with different software (The Path workbench in FreeCAD) because I am not a fan of VCarve, and I’ve sourced a number of different end mills.
As you can see from the pics, I have gone for single flute end mills which I am hoping will be more effective at evacuating chips and dispersing heat.
The end mills were sourced from https://www.shop-apt.co.uk/, below are the links to the end mills.
I have also sourced a long neck 1mm, 2 flute end mill to be able to do finishing work deeper in the workpiece.
CAM SOFTWARE
Originally used VCarve for CAM (Computer Aided Manufacturing) to convert the model into GCode for LinuxCNC but want to use something different.
Not a lot of OpenSource options that are available.
Have been playing around with PyCAM, which kind of works but is lacking features.
https://pycam.sourceforge.net/
Another option I looked at was BlenderCAM, which is a plugin for Blender, I found this to be a bit buggy and lacking in some features.
I have now settled on the Path Workbench in FreeCAD
https://wiki.freecad.org/Path_Workbench
I’ve also played around with Camotics as CAM simulation tool as well.