- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I set up a drilling operation today and even that the simulation went flawless, in the generated code was a hole missing.
Here is a quick test piece to show the result, it seems to happen all the time.
My machine is a 3-axis mill using Sinumerik 808D Advanced controller.
I added the pictures, code and files.
Thanks for your help,
Jochen
Here is the generated code:
; %_N_DRILL_OPERATION_MPF
N10 ; T4 D=6 CR=0 TAPER=118deg - ZMIN=-20 - Bohrer
N11 G90 G94
N12 G71
N13 G64
N14 G17
N15 G53 G0 Z0
N16 ; Bohren1
N17 T4 D1
N18 M6
N19 S5000 M3
N20 G54
N21 M8
N22 X26.81 Y-27.333
N23 Z15
N24 G17
N25 F1000
N26 MCALL CYCLE81(15, 10, 5, -20, )
N27 X-26.81 Y-27.333
N28 Y27.333
N29 X26.81
N30 MCALL
N31 G0 Z15
N33 G53 G0 Z0
N34 M30
Solved! Go to Solution.