Hello Guest it is April 24, 2024, 06:29:37 PM

Author Topic: Mach4 Plasma move Z+ after cut  (Read 747 times)

0 Members and 1 Guest are viewing this topic.

Offline isn

*
  •  4 4
    • View Profile
Mach4 Plasma move Z+ after cut
« on: January 20, 2020, 01:26:33 AM »
Hello,


Is there a possibility that the Z axis moves up to a certain value after cutting a contour (eg + 50mm). To be at a sufficient distance from the sheet metal so as not to get caught anywhere. Could you program that into the M5 macro and if so how?


Thank you so much
Re: Mach4 Plasma move Z+ after cut
« Reply #1 on: June 07, 2020, 02:06:40 AM »
Yes, you can do it by adding some lines of G-code in the M5 marco or whatever macro you use to turn off your torch. I doo this in Mach3 some time before and I think it works too in Mach4.

Simply add a g-code line to tell Z rise some units, for example 100mm or whatever you want. You can create a new DRO for this propuse too for make quick changes on the fly.

Hope this helps.