HI
I have a lb25 lathe
have been using fusion360 to create some programs and have got the programs into the machine but it alarms up at multiple places in the code on the drilling
cycles
its spitting out a g182 xo z-25 etc followed by a G180 to end the cycle but it doesnt like this
G73 also doesnt work
i have tried everything i can think of in the way of drilling cycles
everything seems to alarm
getting quite frustrated now.
i also run an okuma mc4vA mill at work and have never had any issues with this in the 12 years i've used it with cam and inbuilt igf.
it also spits out a G17 which once removed is no issue
am i missing something in the code below ?


(DRILL1)
N31 M1
N32 T050505
(13.5MM DRILL)
N33 M8
N34 G94
N35 G97 S500 M3 M41
N36 G0 X0. Z11.5
N37 G17
N38 G0 Z6.5
N39 G182 X0. Z-25.056 R5. F75.
N40 G180
N41 Z11.5
N42 M9
N43 X9999.
N44 G0 Z9999.

thanks daniel