Hi All,

Is there a easy (clean) way to suppress unnecessary code output when
drilling and rotating and drilling in the same location (locally)

here is an example of my current output (note a rotates about z)

N190 G98 G81 X10.0 Y0.0 Z-1.0 R0.0
N200 G0 A70.0 
N210 G98 G81 X10.0 Y0.0 Z-1.0 R0.0
N220 G0 A80.0 
N230 G98 G81 X10.0 Y0.0 Z-1.0 R0.0
N240 G0 A90.0 
N250 G98 G81 X10.0 Y0.0 Z-1.0 R0.0
N260 G0 A100.0 
N270 G98 G81 X10.0 Y0.0 Z-1.0 R0.0
N280 G0 A110.0 
N290 G98 G81 X10.0 Y0.0 Z-1.0 R0.0
N300 G0 A120.0 

here is an example of what I would like

N190 G98 G81 X10.0 Y0.0 Z-1.0 R0.0
N200 G0 A70.0 
N210 G0 A80.0 
N220 G0 A90.0 
N230 G0 A100.0 
N240 G0 A110.0 
N250 G0 A120.0 

Or maybe a good example of an internal incrementally rotated sub ????
I know the extra code doesn't hurt, but...
What do you think ?

J.G.
======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================

Reply via email to