using a macro i found here:

'M3 Macro for TOM G31 Version
Cfr = GetDro(18)
Code"G31 Z-5 F20"
While Ismoving()
Wend
Code"G92 Z0"
While Ismoving()
Wend
Code"G0 Z .035" 'Switch offset
While Ismoving()
Wend
Code"G92 Z0.000"
While Ismoving()
Wend
COde" G0 Z0.060" 'Pierce Height
While Ismoving()
Wend
SetDro(18,Cfr)
While Ismoving()
Wend
DoOemButton(110) 'Fires Torch reset THC height
End



z moves up to probe. how do i make it move down?

Similar Threads: