Machsupport Forum

G-Code, CAD, and CAM => G-Code, CAD, and CAM discussions => Topic started by: jeffpower14 on August 08, 2006, 09:03:05 AM

Title: Drilling in Mach3 and PMPost postprocessor
Post by: jeffpower14 on August 08, 2006, 09:03:05 AM
I was wondering if anyone could tell me anything about writing g-codes for drilling with mach3.  I read the post about peck drilling, but what about the code for other types of drilling?  Can mach 3 do helical drills?

I need this because I am trying to make a postprocessor for PMPost to generate g code from powermill.  Is anyone else here using powermill or PMPost?  Does anyone already have a postprocessor for PMPost?
Title: Re: Drilling in Mach3 and PMPost postprocessor
Post by: Brian Barker on August 08, 2006, 10:11:31 PM
We only do helical Milling ...
You can have up to 6 axis at the same time...
Title: Re: Drilling in Mach3 and PMPost postprocessor
Post by: jeffpower14 on August 09, 2006, 09:14:02 AM
So what does a line of g-code to do a helical drill look like?  I don't see it in the Mach manual or in the list of g-codes in mach3.
Title: Re: Drilling in Mach3 and PMPost postprocessor
Post by: ger21 on August 09, 2006, 01:43:24 PM
Just a series of G2 or G3's. Here's a 1/4" hole using a 1/8" tool. 1/8" depth of cut perr pass. 1/2" deep.

G0 Z0.1250
G0 X0.1250 Y0.1875 Z0.1250
G1 X0.1250 Y0.1875 Z0.0000 F10
G2 X0.1250 Y0.1875 Z-0.1250 I0.0000 J-0.0625 F20
G2 X0.1250 Y0.1875 Z-0.2500 I0.0000 J-0.0625
G2 X0.1250 Y0.1875 Z-0.3750 I0.0000 J-0.0625
G2 X0.1250 Y0.1875 Z-0.5000 I0.0000 J-0.0625
G2 X0.1250 Y0.1875 Z-0.5000 I0.0000 J-0.0625
G0 X0.1250 Y0.1875 Z0.1250
G0 Z0.25
Title: Re: Drilling in Mach3 and PMPost postprocessor
Post by: jeffpower14 on August 09, 2006, 04:55:51 PM
To drill a single peck hole I write

g81 x~ y~ z~ r~

x and y the point, z the depth and r the clear plane height.

Is there an equivalent for helical drills? a helical drill canned cycle?  I don't think there is, I'm just looking to confirm my suspicions.

Thanks for the replies
Title: Re: Drilling in Mach3 and PMPost postprocessor
Post by: ger21 on August 09, 2006, 07:01:08 PM
I don't think so. All the supported codes are in the manual.

http://www.machsupport.com/documentation/M3M1_84-A2.pdf
Title: Re: Drilling in Mach3 and PMPost postprocessor
Post by: Graham Waterworth on August 10, 2006, 04:04:21 AM
What do you class as a helical drill?.

What is the application?.

post a picture or a web link of the tool you are talking about.

Graham.