Re: cad to gcode and arcs
Posted by
Fred Smith
on 2003-04-26 19:39:50 UTC
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Chris Brick" <cbrick@t...>
wrote:
you have used the bulge type of entity. These may be problematic in
just about any cad-Cam system, depending on the age of the release
you are using. AutoDesk keeps changing the DXF (and Dwg) format to
attempt to retain competitive advantage. If you use a bezier or
similar curve type, the Vector 3D surfacing option will automatically
convert these splines to Nurbs curves.
If you have a cubic spline or even a Nurbs curve, converting it to G-
code will result in a series of interpolated linear G01 moves. The
splines ar enot directly supported in G-code. Vector has a
simplification function that fits arcs (within an arc-chordal
tolerance you set) to the curves.
Either way you end up with simplified G-code.
Next question, what kind of controller software are you using that
cannot cut a series of lines or a combination of arcs and lines with
equal ease? Most of the controller designers have been beat up so
bad over the last 2 or 3 years that most have stepped up to the plate
and implemented some kind of Continuous contouring or similar
trajectory planning that the drawing entity form does not affect the
cutting capability.
Fred Smith - IMService
Freshly back from the CNC area at NAMES Can you say YAHOO?
wrote:
> I got my plasma table up and running last night.gcode for letters and
>
> I've been testing out some of the CAD/CAM packages for generating
> other intricate shapes.to arc/circle from
> My question is, are there any packages that can do this conversion
> autocad or other drawings and which one would you recommend?Chris, Vector cam will directly import any arcs in DXF files, UNLESS
> Thanks,
you have used the bulge type of entity. These may be problematic in
just about any cad-Cam system, depending on the age of the release
you are using. AutoDesk keeps changing the DXF (and Dwg) format to
attempt to retain competitive advantage. If you use a bezier or
similar curve type, the Vector 3D surfacing option will automatically
convert these splines to Nurbs curves.
If you have a cubic spline or even a Nurbs curve, converting it to G-
code will result in a series of interpolated linear G01 moves. The
splines ar enot directly supported in G-code. Vector has a
simplification function that fits arcs (within an arc-chordal
tolerance you set) to the curves.
Either way you end up with simplified G-code.
Next question, what kind of controller software are you using that
cannot cut a series of lines or a combination of arcs and lines with
equal ease? Most of the controller designers have been beat up so
bad over the last 2 or 3 years that most have stepped up to the plate
and implemented some kind of Continuous contouring or similar
trajectory planning that the drawing entity form does not affect the
cutting capability.
Fred Smith - IMService
Freshly back from the CNC area at NAMES Can you say YAHOO?
Discussion Thread
Chris Brick
2003-04-26 07:22:39 UTC
cad to gcode and arcs
caudlet
2003-04-26 07:52:25 UTC
Re: cad to gcode and arcs
notoneleft
2003-04-26 10:48:28 UTC
Re: cad to gcode and arcs
David Paulson
2003-04-26 16:42:13 UTC
RE: [CAD_CAM_EDM_DRO] cad to gcode and arcs
fortino
2003-04-26 17:14:48 UTC
Re: [CAD_CAM_EDM_DRO] cad to gcode and arcs
Fred Smith
2003-04-26 19:39:50 UTC
Re: cad to gcode and arcs
Chris Brick
2003-04-26 22:15:17 UTC
Re: [CAD_CAM_EDM_DRO] Re: cad to gcode and arcs
Jeff Goldberg
2003-04-27 13:55:55 UTC
RE: [CAD_CAM_EDM_DRO] cad to gcode and arcs