Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Kurt2cnc on September 11, 2007, 05:22:27 AM

Title: What replaces G79 for Mach3?
Post by: Kurt2cnc on September 11, 2007, 05:22:27 AM
Hi all,

I am trying to create some g-code from VectorXT for use in Mach3.
The problem is the post processor is placing a G79 before the coordinates for the drill hole. I am using an isoacv10 post.
Is there a replacement just for this G79 or is there a good Post processor for use with Mach3, latest lockdown version.

Thanks
Title: Re: What replaces G79 for Mach3?
Post by: Graham Waterworth on September 11, 2007, 12:01:48 PM
Machs drilling cycle is G81 Znnn Rnnn Fnnn, you can do a replace of the G79's

Znnn final Z depth
Rnnn Rapid point above work face
Fnnn feed rate

Graham.
Title: Re: What replaces G79 for Mach3?
Post by: Kurt2cnc on September 12, 2007, 11:40:39 PM
Thanks Graham. I ended up using a different post that did something similar, replacing the G79's with G82.