Hello Guest it is March 28, 2024, 08:33:06 AM

Author Topic: Mach adding tool offset twice  (Read 1904 times)

0 Members and 1 Guest are viewing this topic.

Mach adding tool offset twice
« on: November 07, 2019, 01:19:05 PM »
Hi,
I am new to this, so I'm currently debugging my setup, The issue that has me stuck is that (drill2) works perfect but when (drill7) is active it adds the tool offset twice ie. offset set at 3.000 the dro would read 6.000. At the start, though it would be correct then jump to 6.000 causing the tool to crash

When drill7 goes to my safe z position for a tool change which I want it then move at my surface feed rate all the way down (which takes ages) until it reaches the clearance height than it's fine from there. Or is this normal for a drill op?

GCODE

(1001)
(T1  D=6. CR=0. TAPER=90DEG - ZMIN=-3. - SPOT DRILL)
(T2  D=7. CR=0. TAPER=118DEG - ZMIN=-12. - DRILL)
(T3  D=12. CR=0. - ZMIN=-7. - FLAT END MILL)
G90 G94 G91.1 G40 G49 G17
G21
G28 G91 Z0.
G90

(DRILL2)
M5
T1 M6
S1061 M3
G54
M8
G0 X-17.75 Y15.925
G43 Z5. H1
G98 G81 X-17.75 Y15.925 Z-3. R1. F10.
X-82.25
G80
Z5.
M9
G28 G91 Z0.
G90

(DRILL7)
M5
M1
T2 M6
S1000 M3
G54
G0 X-17.75 Y15.925
G43 Z15. H2
Z5.
G73 X-17.75 Y15.925 Z-12. R-7. Q0. F15.
X-82.25
G80
Z15.
G28 G91 Z0.
G90

(DRILL6)
M5
M1
T3 M6
S1000 M3
G54
M8
G0 X-17.75 Y15.925
G43 Z5. H3
G73 X-17.75 Y15.925 Z-7. R1. Q0.5 F10.
X-82.25
G80
Z5.

M9
G28 G91 Z0.
G90
G28 G91 X0. Y0.
G90
M30
My only fear is my wife will find out how much I spend on my hobby.

Offline Graham Waterworth

*
  • *
  •  2,668 2,668
  • Yorkshire Dales, England
    • View Profile
Re: Mach adding tool offset twice
« Reply #1 on: November 17, 2019, 06:47:23 PM »
Why would you want a peck depth of Q0?
Without engineers the world stops