I'm going to build a CNC machine for special projects using this design. (This guy is great, especially for a someone who know little about machining and nothing about CNC.) I'm also going to use Arduino with a GRBL shield as the controller. My machine will not be for engraving, but his design should work fine.
My question is about creating G code for the controller. I understand from David's videos that SpruCam software can take a CAD file and convert it into G code, but I need to know if there is a way to scan a part as a two dimensional image into a CAD program, then export it to SpruCam or some similar software. (I also don't know the price of SpruCam, but I suspect it might be pretty high.) I don't know CAD and I guess I could learn, but I can't help but think someone has come up with a way to scan a the part into a CAD program.
Any input would be greatly appreciated.
Chas.
Edit to add: I'm not talking about 3D scanners like I've had experts do for us in cases for accident reconstruction, etc. I'm thinking more like a photocopier that will generate a CAD file.
CNC Gurus: I need some information
-
Topic author - Site Admin
- Posts in topic: 2
- Posts: 17787
- Joined: Wed Dec 22, 2004 9:31 pm
- Location: Friendswood, TX
- Contact:
-
- Senior Member
- Posts in topic: 1
- Posts: 9043
- Joined: Tue Jun 21, 2011 4:07 pm
- Location: Boerne, TX (Kendall County)
Re: CNC Gurus: I need some information
Charles, You are one busy industrious man. Sorry, can't help beyond that.
Note: Me sharing a link and information published by others does not constitute my endorsement, agreement, disagreement, my opinion or publishing by me. If you do not like what is contained at a link I share, take it up with the author or publisher of the content.
-
- Senior Member
- Posts in topic: 1
- Posts: 2983
- Joined: Sat Mar 31, 2007 9:39 pm
- Location: Western Texas
Re: CNC Gurus: I need some information
I am unsure if this will help or not, but take a look at http://replicat.org/generators" onclick="window.open(this.href);return false; it contains links to Open Source and Free software along the lines of what you are looking for.
How do you explain a dog named Sauer without first telling the story of a Puppy named Sig?
R.I.P. Sig, 08/21/2019 - 11/18/2019
R.I.P. Sig, 08/21/2019 - 11/18/2019
-
- Senior Member
- Posts in topic: 1
- Posts: 2505
- Joined: Wed Jun 12, 2013 3:27 pm
Re: CNC Gurus: I need some information
I haven't done AutoCad in a long time, but what I found:
Scan2CAD (software) can be used to import drawings into AutoDesk (AutoCad). You'll lose some resolution and will probably have to clean up exact dimensions.
Autocad can natively export to iges file type, which can be read by SpurtCam.
Autocad can be amazingly complex. I was taught to use it in school, but lost most of that knowledge. I started using it again about 5 years ago when designing a home and that's a very simple case. Lots of tutorials and etc on line, I'd say reasonable learning curve for 2d stuff. If you've never used it before it'd be totally worth taking a community college class on it. There may be easier and less expensive software if the case is doing CNC.
CNC is, of course, 3d.. Almost everything I can think of including simple cutting is multi-pass set depth for cutting.
Interesting project. AutoCad is very expensive of course.. If you're a "student" there many be options that make it affordable - or at least worth taking a class to become a student.
Scan2CAD (software) can be used to import drawings into AutoDesk (AutoCad). You'll lose some resolution and will probably have to clean up exact dimensions.
Autocad can natively export to iges file type, which can be read by SpurtCam.
Autocad can be amazingly complex. I was taught to use it in school, but lost most of that knowledge. I started using it again about 5 years ago when designing a home and that's a very simple case. Lots of tutorials and etc on line, I'd say reasonable learning curve for 2d stuff. If you've never used it before it'd be totally worth taking a community college class on it. There may be easier and less expensive software if the case is doing CNC.
CNC is, of course, 3d.. Almost everything I can think of including simple cutting is multi-pass set depth for cutting.
Interesting project. AutoCad is very expensive of course.. If you're a "student" there many be options that make it affordable - or at least worth taking a class to become a student.
-
Topic author - Site Admin
- Posts in topic: 2
- Posts: 17787
- Joined: Wed Dec 22, 2004 9:31 pm
- Location: Friendswood, TX
- Contact:
Re: CNC Gurus: I need some information
Thanks guys. Some of the software mentioned will import a pdf file into CAD/CAM that can be tweaked, then exported to G-Code. I don't need a scanner, but it would be useful if my flatbed scanner will produce a 1:1 pdf file. It will scan to pdf, but I'm not sure if it's an exact 1:1. That will be easy to test.
Thanks again guys.
Chas.
Thanks again guys.
Chas.
Re: CNC Gurus: I need some information
You might want to look at Vectric's Aspire. It has a good reputation for being able to import scanned images and convert to programming. It's been about 20 yrs since I had to write g-code as most design software does it automatically nowadays.