EDIT: looks like this issue has already been documented here
viewtopic.php?f=5&t=226
below are my scripts.
Code: Select all
(Runs at program start)
M70   														
G20									
M0 (MSG, Attach probe)					
F10	
G38.2 Z-3													
G92 Z0.059 													
G53 G1 Z3.3
M0 (MSG, Remove probe and Install dust boot)
M72
(Runs on M6, tool change)
M70   														
G20	
F10														
G53 G1 Z3.3													
G0 X0 Y0													
M0 M6 (MSG, Change tool and attach probe)					
F10				
G38.2 Z-3													
G92 Z0.059 													
G53 G1 Z3.3
M0 (MSG, Remove probe and Install dust boot)
M72
(Runs on M2 or M30, program end)
F10
G53 G1 Z3.3
M2