CNC milling with open source software
opensource.com
CNC milling with open source software
1–10 of 133 posts
Re: CNC milling with open source software
#2Re: CNC milling with open source software
#3Re: CNC milling with open source software
#4But the really interesting stuff is when you get to CAM. Multiple tool paths, genuine 3D cutting. Moving the work between paths etc. Its like going from juggling 3 balls (2.5d) to 5 balls (3D).
I haven't seen any competitive opensource CAM products, and its the main reason I continue to use Fusion 360 instead of OpenSCAD or SVG for my designs.
Re: CNC milling with open source software
#5Re: CNC milling with open source software
#6Even though I love 3d-printing, and designing/building machines, I would not build a small CNC like that from scratch. Since you get better machines for <200 USD that runs open source firmware (grbl) out of the box. Recently got one of them for PCB milling, a CNC 3018 Pro
Re: CNC milling with open source software
#7I've been told multiple times that it's easier to just have a service print your board which is probably true, but that would take a lot of fun out of the entire process for me.
Re: CNC milling with open source software
#8I've been looking for a home PCB machine and would appreciate any recommendations on what to look at or what to avoid. I've been told multiple times that it's easier to just have a service print your board which is probably true, but that would take a lot of fun out of the entire process for me.
I still order boards from China, but for a quick breakout board it's incredibly handy!
I also decided to get a 5W laser which is also pretty fun to engrave with.
I'm planning on writing a series of blog posts about it if you're interested!
As a last note, if you like tinkering, these little machines are money and time sinks.. So far, I've added limit switches, a pi, more bits, 3D printed a tool holder etc etc
Re: CNC milling with open source software
#9Also, latest FreeCAD has a CAM module ("Path workbench") that has come a long way and really is useful.
Re: CNC milling with open source software
#10I got into CNC milling about 9 months ago. SVG to 2.5D problems are easy, and get you to a lot of cute solutions, its about as close to the work flow of 3D printers as you can get. But the really interesting stuff is when you get to CAM. Multiple tool paths, genuine 3D cutting. Moving the work between paths etc. Its like going from juggling 3 balls (2.5d) to 5 balls (3D). I haven't seen any competitive opensource CAM…
Solvespace is open source and claims to export tool paths as gcode with cutter radius compensation, though I have not used this feature. I found cutter radius and export 2D section but it's not cooperating right now!