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 G99 Z-1. F0.0625 R.1
X1.
Y1.
X2. Y.5
G80
G91 G28 Z0
M30


Phil T.
The Feral Engineer

Check out my LinuxCNC tutorials, machine builds and other antics at
www.youtube.com/c/theferalengineer

On Mon, May 24, 2021, 5:29 PM Ed <ate...@mwt.net> 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 2.7.14
>
>
>
> g53g0z0
> m6t25
> g43h25
> m3s500
> g0x-.25y0z.2
> g33.1k.0556z-.8
> g33.1x-1k.0556
> g33.1x-1.625k.0556
> x-2.375k.0556
> x-3k.0556
> x-3.75k.0556
> x-4.375k.0556
> x-5.125k.0556
> m5
>
>
>
>
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to