Configure Post-processing file Laguna

Configure Post-processing file Laguna

michael-voigt
Observer Observer
353 Views
3 Replies
Message 1 of 4

Configure Post-processing file Laguna

michael-voigt
Observer
Observer

My post-processor invariably inserts a tool change instruction (M06) when I post using the laguna generic post-processer provided by Autodesk.  I do not have an automatic tool changer.  I cannot find an option in the post-processor configuration file that will allow me to turn off the instruction to initiate a tool change.   The tool change option results in the tool rapiding into /through my stock, as the machine does not return to a safe z after going through the tool changing cycle.   The G54 command takes the bit to X=0 Y=0 Z=0 spot (which I usually set to the bottom corner of my stock), so this is why it rapids into my stock. 

The configuration file demonstrated on various websites has infinitely more variables than is present on the post configuration file I have available.  These include an option to set tool change to "false".  I cannot find this option. 

Is there some way I can configure Fusion Laguna post-processor to NOT include a tool change? 

Below is the relevant G-code:

 

N10 (Program name: 1001)
N13 (Program comment: GROOVES)
(T4 D=6.35 CR=0. - ZMIN=0. - FLAT END MILL)
N16 G17 G40 G90
N19 G71

(2D CONTOUR1)
N22 T4 M06
N25 D4
N28 G54
N31 M03 S18000
N34 G04 5
N37 G00 X-54.975 Y132.15
N40 G00 Z64.304

0 Likes
354 Views
3 Replies
Replies (3)
Message 2 of 4

seth.madore
Community Manager
Community Manager

Which post processor are you using?


Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes
Message 3 of 4

michael-voigt
Observer
Observer

Its the generic Laguna post-processor provided in the Autodesk library,  version 43938 with ext .PRG

0 Likes
Message 4 of 4

seth.madore
Community Manager
Community Manager

Is this code what you're looking for?

N38 G00 X0. M05
N39 G53
N40 G00 Y0.
N41 M00 (CHANGE TOOL)
N42 T2
N43 G54
N44 M03 S5000

Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes