Hi,
I'm using the Mach3 to study G-code and to test a corner case I wrote:
G1 X0 Y0
X0 Y2 G42 P0.2
X1 G2 I2 J2
Y4 G1
This produced something like this:
(screen cap from Mach3)
http://www.sparetimelabs.com/gplot.png
Two things strike me as odd.
1) According to Mach3 manual 1.84 when using G2 with arc center format:
"It is an error if when the arc is projected on the selected plane, the distance from the current point to the center differs from the distance from the end point to the center by more than 0.0002 inch (if inches are being used) or 0.002 millimetre (if millimetres are being used)."
Now clearly I've violated this in my code but I get no error message, how come?
The path is show as a spiral (which kind of makes sense), is that normal?
How do other software handle this?
The compensated tool path does not follow the spiral at all, rather
produces something strange, is that correct?
Can anyone shed any light on this?
All comments welcome..
br Kusti