No what happens is it just outputs whatever you put into the pitch
For example, I put pitch of 12, and it outputted EF12....I'm not worried about the "E", I can get rid of that....but it isn't multipliying the speed with the pitch.
"G81", NC_START_X$, NC_START_Y$, NC_RPLANE$, NC_END_Z$, NC_TAP_PITCHI$
this is what the canned cycle is at the moment....hmmm....there's no "E" to delete and yet it is still putting the "E" in front of the F.
O1111;
G17 G40 G49 G50 G64 G80 G94 G98;
G91 G28 Z0.;
G90;
G91 G28 X0.;
G90;
T4 M06 ( 3/8 tap );
G00 G90 G54 X0. Y0.;
S500 M03;
G43 H4 Z50. M08;
X0. Y0. Z50.;
G84 X33.228 Y56.631 R2.5 Z-20. EF12;
G80;
G00 Z50.;
G91 G28 Z0. Y0.;
G90;
M30;
This is the output from that
any clues? |