....
Z.01 F.002
G75 X=V2 L=-CH1
G76 Z=-V10 L=CF1 F=FF
G75 X=V3 L=-CH2
PD=V3
IF [V4 EQ 0] N12
G76 Z=-V10-V11 L=CF2
G75 X=V4 L=-CH3
PD=V4
...
N12
IF [V23 EQ 0] N14
G1 Z=-DL+.00
G1 X=PD-.050 Z=-DL-.04 F.002
GOTO N16
...
I was hoping if I added a X value into the g75/g76 lines I could get taper correction. but that messes up end/start points so I cannot do this.Is there a simpler way than inserting a line between the g75 and g76 that would contain the end point/start point of consecutive g76/g75 commands?:banana:
CHEERS!