What's new
What's new

G71 Help!

username1982

Plastic
Joined
Jan 22, 2020
I am getting the error "64: SHAPE PROGRAM NOT MONOTONOUSLY" from the G71 section of the below code and cannot for the life of me figure out why.
Any help would be appreciated.

(Face & Turn)
G18 G54;
T909;
G50 S2000;
G96 S250;

(ROUGH FACE);
G0 G99 S7.0 Z1.25 M8;
G72 W.06 R.2;
G72 P100 Q200 U0 W0 F.005;
N100 G0 Z0;
G1 X0 F.005;
N200 G0 Z.1;

(ROUGH OD);
G0 X6.8;
G71 U.12 R.1;
G71 P101 Q201 U0 W0 F.008;
N101 G0 X5.615;
G1 Z-.745;
N201 G0 Z.1;
 
Try This

(ROUGH OD);
G0 X6.8;
G71 U.12 R.1;
G71 P101 Q201 U0 W0 F.008;
N101 G0 X5.615;
N201G1 Z-.745;
G0 Z.1;
 








 
Back
Top