Re: [Emc-users] DXF Points to G-Code

2009-03-20 Thread John Thornton
I did get a little ways into parsing out a DXF file with python. Contact me directly and I'll see if I can find the file and send it to you guys. John On 19 Mar 2009 at 19:23, Kirk Wallace wrote: > On Wed, 2009-03-18 at 09:28 -0700, Kirk Wallace wrote: > > I have an irregular pattern of holes I

Re: [Emc-users] DXF Points to G-Code

2009-03-19 Thread Kirk Wallace
On Wed, 2009-03-18 at 09:28 -0700, Kirk Wallace wrote: > I have an irregular pattern of holes I drew with QCAD which outputs DXF > files. There is a DXF to g-code path converter (dxf2gcode) which handles > DXF paths, and there is a counterbore script: > http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?S

Re: [Emc-users] DXF Points to G-Code

2009-03-18 Thread Greg Michalski
> -Original Message- > From: Kirk Wallace > Subject: [Emc-users] DXF Points to G-Code > > I have an irregular pattern of holes I drew with QCAD which outputs DXF > files. There is a DXF to g-code path converter (dxf2gcode) which handles > DXF paths, and there is

[Emc-users] DXF Points to G-Code

2009-03-18 Thread Kirk Wallace
I have an irregular pattern of holes I drew with QCAD which outputs DXF files. There is a DXF to g-code path converter (dxf2gcode) which handles DXF paths, and there is a counterbore script: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_EMC_G-Code_Generators#Counterbore_Software that would be