Scott,
I have a lathe program that uses G92 (another cycle) to cut a spiral. G92 drives the tool in a box pattern to cut a single pass on a thread.
It looks like NCplot interprets the G92 to set absolute zero. It makes my lathe program look odd. All the Z values are shifted to positive side of zero.
Is there anything I can do to make this work better?
Example:
G0X2.1Z0.2
G92X1.976Z-4.2F1.0
X1.96
X1.95
X1.94
X1.93
X1.92
X1.91
X1.90
G0X2.1Z0.15
G92X1.976Z-4.2F1.0
X1.96
X1.95
X1.94
X1.93
X1.92
X1.91
X1.90
Thanks,
Bill |