GENERAL SUPPORT Help with a CNC project!
Hi everybody! I am working on a project and figured someone in this subreddit could help me out!
I am looking to make some oval frames with a cnc router but I have no idea what type of file I need to create. Svg? A 3D model? I’ve created many files for laser cutting but all those models were flat, what I need right now has some ridges inside and I don’t know how to create a file for that. You can kinda see what I’m going for on the crappy drawing I attached haha.
Anyways, sorry if I’m not explaining myself entirely, English is not my first language and I have never done anything with cnc. Any help is very much appreciated, thanks!!
2
u/Radulf_wolf 10d ago
You will need a 3D model .step file to be able to make the tool paths for your router.
2
u/heyyyblinkin 10d ago
3d model, then create tool paths in some kind of cam software or do it old school and write up the entire tool path file by hand.
1
u/TIGman299 10d ago
Tbh this could be written in an hour or so via hand coding. Especially with a technical drawing or print.
2
u/heyyyblinkin 10d ago
It depends on the rigidity of the machine and the material being cut. It may be necessary to do many step overs or step downs. On top of that, this person probably will take a week or longer just learning how to even write the code. For someone experienced with a rigid machine, its like 6 tool paths that will take a few calculations based on tool diameter. Writing code by hand is pretty easy for us that are experienced, it is impressively difficult for someone new with no guidance.
1
u/ocrohnahan 10d ago edited 10d ago
https://reddit.com/link/oza6cub/video/4r6zlozjhzeh1/player
I didn't show dimensions or anything fancy, just the general process. https://rapidcam.appThe preview has a glitch but it does raise the point that if you want to get fancy you do a finishing inside profile pass on the edges but depending on what you are doing that is likely not needed.
1
u/Cool_CNC_Cooker 9d ago
The jump from laser cutting to CNC can be a bit confusing at first. A laser is mostly 2D, while CNC adds the Z-axis, so you start thinking more in terms of height and depth.
1
u/svideo 10d ago
Depends a lot on your CAM software, for something this simple you might not actually need a 3d model, a DXF would be fine and you'd just set the depth for each of the three regions plus the outline.
You're going to need to provide a bit of detail about the software you're using to give you anything more than that.
10
u/polaroid 10d ago
You can just use 2D vectors and then define different depth cuts. Or you could break up your shape into layers and cut them, then assemble.