Re: [CAD_CAM_EDM_DRO] XY point list for spiral to DXF?
Posted by
Jon Elson
on 2006-01-05 09:52:52 UTC
rutexusa wrote:
For the most basic sort of approach, take a look at my "makebore"
program, the first one at http://jelinux.pico-systems.com/gcode.html
This makes an expanding "spiral" out of 90 degree arc segments.
The same scheme could be used to make the spiral in, say, 15 degree
segments that would have an imperceptible discontinuity at the joints
between the segments. The source code is in c compatible with both
Microsoft and Linux, but the basic algorithm should be pretty readable.
than dxf.
Jon
>Gentlemen,Why don't you go STRAIGHT to G-code, and skip the *^% DXF?
>
>I tried to make a spiral within Turbocad without success.
>
>So...I plan to write a short basic program to generate an archimedean
>spiral with particular dimensions that I want to have waterjet cut out
>of sheet metal. Then I will have a list of coordinates. I want to
>inport this list to a cadd program to do a little more editing and
>which will give me a dxf file ready to cut for the waterjet company.
>
>Does anyone know of a program/way which will allow me to take a simple
>list of coordinates and produce a dxf file for input to a cadd
>program?
>
>
For the most basic sort of approach, take a look at my "makebore"
program, the first one at http://jelinux.pico-systems.com/gcode.html
This makes an expanding "spiral" out of 90 degree arc segments.
The same scheme could be used to make the spiral in, say, 15 degree
segments that would have an imperceptible discontinuity at the joints
between the segments. The source code is in c compatible with both
Microsoft and Linux, but the basic algorithm should be pretty readable.
>Is there a better way of doing this without buying another expensiveYes. G-code really is simple, and a lot easier for humans to read and edit
>cadd program?
>
>
than dxf.
Jon
Discussion Thread
rutexusa
2006-01-05 06:36:56 UTC
XY point list for spiral to DXF?
Chuck Merja
2006-01-05 07:24:05 UTC
RE: [CAD_CAM_EDM_DRO] XY point list for spiral to DXF?
Chuck Merja
2006-01-05 07:51:39 UTC
RE: [CAD_CAM_EDM_DRO] XY point list for spiral to DXF?
Victor A. Estes
2006-01-05 08:05:59 UTC
Re: [CAD_CAM_EDM_DRO] XY point list for spiral to DXF?
rutexusa
2006-01-05 08:22:55 UTC
Re: XY point list for spiral to DXF?
rutexusa
2006-01-05 08:29:11 UTC
Re: XY point list for spiral to DXF?
Victor A. Estes
2006-01-05 08:31:20 UTC
Re: [CAD_CAM_EDM_DRO] Re: XY point list for spiral to DXF?
Dhiren Shah
2006-01-05 09:26:07 UTC
RE: [CAD_CAM_EDM_DRO] Re: XY point list for spiral to DXF?
Alan Marconett
2006-01-05 09:27:38 UTC
RE: [CAD_CAM_EDM_DRO] XY point list for spiral to DXF?
Alan Marconett
2006-01-05 09:50:49 UTC
RE: [CAD_CAM_EDM_DRO] XY point list for spiral to DXF?
Jon Elson
2006-01-05 09:52:52 UTC
Re: [CAD_CAM_EDM_DRO] XY point list for spiral to DXF?
rutexusa
2006-01-05 11:20:54 UTC
Re: XY point list for spiral to DXF?
rutexusa
2006-01-05 11:32:11 UTC
Re: XY point list for spiral to DXF?
Dhiren Shah
2006-01-05 12:45:26 UTC
RE: [CAD_CAM_EDM_DRO] Re: XY point list for spiral to DXF?
Roy J. Tellason
2006-01-05 14:08:34 UTC
Re: [CAD_CAM_EDM_DRO] Re: XY point list for spiral to DXF?
Jymmm
2006-01-05 14:09:04 UTC
Re: XY point list for spiral to DXF?
Fred Smith
2006-01-05 15:33:02 UTC
Re: XY point list for spiral to DXF?