cnc reads only one of 2 arcs (code included)
Posted by
acutecsystems
on 2003-05-12 00:44:21 UTC
I have drawn 2 arcs and converted them to the gcode below.
When trying to run them, my cnc only sees one and skips the second.
Any help would be appreciated.
Thanks
John G.
The results of my conversion to gcode is:
%
G90
M03
G00 Z01.00
G00 X00.00 Y00.00
G00 Z01.00
G00 X15.89 Y25.12
G01 X15.89 Y25.12 Z0.5
G03 X17.16 Y25.11 I16.47 J16.14
G00 Z01.00
G00 X17.14 Y26.10
G01 X17.14 Y26.10 Z0.5
G03 X15.84 Y25.96 I15.63 J34.17
G00 Z01.00
G00 X00.00 Y00.00
M05
M30
When trying to run them, my cnc only sees one and skips the second.
Any help would be appreciated.
Thanks
John G.
The results of my conversion to gcode is:
%
G90
M03
G00 Z01.00
G00 X00.00 Y00.00
G00 Z01.00
G00 X15.89 Y25.12
G01 X15.89 Y25.12 Z0.5
G03 X17.16 Y25.11 I16.47 J16.14
G00 Z01.00
G00 X17.14 Y26.10
G01 X17.14 Y26.10 Z0.5
G03 X15.84 Y25.96 I15.63 J34.17
G00 Z01.00
G00 X00.00 Y00.00
M05
M30
Discussion Thread
acutecsystems
2003-05-12 00:44:21 UTC
cnc reads only one of 2 arcs (code included)
CL
2003-05-12 19:18:53 UTC
Re: [CAD_CAM_EDM_DRO] cnc reads only one of 2 arcs (code included)