Machsupport Forum

G-Code, CAD, and CAM => G-Code, CAD, and CAM discussions => Topic started by: Richmill on January 12, 2021, 07:31:11 PM

Title: G83 Peck drill does not drill to specified depth. Subsequent holes even less
Post by: Richmill on January 12, 2021, 07:31:11 PM
I'm using Mach3, Gecko G540, on a Taig mill, drilling 5 holes using G83 as my material is quite soft and welds to the drill quite easily.  Hole depth is .75"  I set z0 with the drill bit about .005 above the work.  The first hole is about .6" deep and each successive hole is shallower by a significant amount.  Any suggestions would be appreciated.
Code is below
O1000
M03 S 5000
G90 G0 X0 Y0 Z.3
G1 X.93 Y.93 F15  (3/16 DRILL);
G1 Z.05 F5
G83 Z-.70 Q.25 R.1 F5
X.93 Y-.93
X-.93 Y-.93
X-.93 Y.93
G80 G0 Z.3
M6              (3/8 DRILL);
G0 Z.3
G1 X-.4 Y0 F15
G83 Z-.70 Q.25 R.1 F5
G80 G0 Z.3   
G0 X0 Y0
M30
Title: Re: G83 Peck drill does not drill to specified depth. Subsequent holes even less
Post by: Graham Waterworth on January 12, 2021, 09:00:48 PM
Slow the feed rate and see if you are loosing steps.
Title: Re: G83 Peck drill does not drill to specified depth. Subsequent holes even less
Post by: BR549 on January 26, 2021, 12:56:54 PM
Try using the G73 drill cycle instead of the G83 to see if the problem goes away.

(;-) TP