Gene,

Run this G code and tell me if that is what your trying to do.

o<q1> sub
; quadrant 1 arc
G91
G2 X#1 Y-#1 I0.0 J-#1
G90
o<q1> endsub

o<q2> sub
; quadrant 2 arc
G91
G2 X#1 Y#1 I#1 J0.0
G90
o<q2> endsub

o<q3> sub
; quadrant 3 arc
G91
G2 X-#1 Y#1 I0.0 J#1
G90
o<q3> endsub

o<q4> sub
; quadrant 4 arc
G91
G2 X-#1 Y-#1 I-#1 J0.0
G90
o<q4> endsub

G1 X1 Y0 F10
o<q1> call [0.250]
G1 X1.250 Y-1
o<q4> call [0.250]
G1 X0 Y-1.250
o<q3> call [0.250]
G1 X-0.250 Y-0.250
o<q2> call [0.250]

M2


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to