Yes, my CNC program does not read splines. Bascially what is
happening, I have some small detail work I am engraving and cutting
out. And the toolpath is not following the small non-circular arcs
very well. It is squaring them off. I don't know exactly how much
effect this will have on my final piece though.
For example, if I draw an oval in autocad that is .25" x .5", and I
generate my toolpaths to contour this oval, it will not follow the oval
exact. It will square off segments of the oval using G01 commands.
Though if I make a .125" diameter circle and generate the toolpath, it
will use a G02 command and follow the circle perfectly.
I am not using splines when generating the oval. Becuase if I was, my
CNC program would have let me know before it loaded the DXF file. It
doesn't load splines.
Thanks.
Post by BeegePost by TerryDoes most g-code generation programs interpret non circular arcs and
ovals with all G01 commands? Is this the only way to do this.
Just curious.
Thanks.
Terry,
Most CNC controls read either arcs or lines, and not splines, unless you
macro the formula for the spline (even then its micro-linear) For ovals,
though, some controls have axis scaling, so that a circle or arc could be
made to look like all or part of an oval.
Mastercam has a filter option that breaks up splines into smaller circlular
arc moves (don't know about other CAM systems, but probably, too)
Others will have input...
Beege