Re: [Emc-users] Problem with tapping

2021-05-24 Thread Feral Engineer
The second and third g33.1 lines don't look kosher to me. If g33.1 is a modal G call, after the first g33.1, it should just be a series of X/Y positioning moves Dirty example of g84 on fanuc: G0 g90 g54 g95 x0 y0 (POSITION, UNIT PER REV FEED) G43 h1 z2. M29 S1000 (ENABLE RIGID TAP, SET RPM) G84

Re: [Emc-users] Problem with tapping

2021-05-24 Thread Jon Elson
On 05/24/2021 04:26 PM, Ed wrote: Following is a snippet of a program using G33.1 The first hole is tapped correctly then all the rest get switched X and Z. It will move to X -.8 then back then to x-.25 and repeat for the rest whether there is a G33.1 on the line or not. Using Version

Re: [Emc-users] Problem with tapping

2021-05-24 Thread andy pugh
On Mon, 24 May 2021 at 22:29, Ed wrote: > The first hole is tapped correctly then all the rest get switched X and > Z. I don't think that that is what happens. (I was a little surprised by this myself recently) G33.1 basically works in any direction. if you program a pure X move then it will

[Emc-users] Problem with tapping

2021-05-24 Thread Ed
Following is a snippet of a program using G33.1 The first hole is tapped correctly then all the rest get switched X and Z. It will move to X -.8 then back then to x-.25 and repeat for the rest whether there is a G33.1 on the line or not. Using Version 2.7.14 g53g0z0 m6t25 g43h25 m3s500