587,415 active members*
3,211 visitors online*
Register for free
Login

Thread: G02 and G03

Page 2 of 2 12
Results 21 to 25 of 25
  1. #21
    Join Date
    Feb 2007
    Posts
    514
    Quote Originally Posted by skullworks View Post
    So your saying a command like:

    G3 J-1.

    Will now work as it should?
    I'm guessing it always worked as it should but now it is better in TRUNK. I have not tested it in 2.2.x so I have no idea if it works there.

    John

  2. #22
    Join Date
    May 2007
    Posts
    781
    Since the G3 modal just like X,Y, and Z all you should need is the J.
    This code should move to point x0 y1 z0 and make 5 circles around 0,0,0 with a radius of 1 inche.
    Code:
    G0 X0.0 Y1.0 Z0.0
    G3 J-1.0 F10.0
    J-1.0
    J-1.0
    J-1.0
    J-1.0

  3. #23
    Join Date
    Feb 2007
    Posts
    514
    The cool thing is if you add a Z to that you get a spiral

    John

  4. #24
    Join Date
    Feb 2007
    Posts
    592
    I didn't have anything to test on either.

    But the Docs used to say that an X and/or Y was required for any G2|G3 move in G17. ( When using Arc centers not Radius )

    "It is an error if:
    • X and Y are both omitted.
    • or an I or J are both omitted."

  5. #25
    Join Date
    Feb 2007
    Posts
    514
    and the 2.2 docs still say that

    http://www.linuxcnc.org/docs/devel/h...in.html#r4_4_2

    John

Page 2 of 2 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •