Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    How does the G2/G3 R command work?

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    1
    1
    169
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • EdChamberlainundefined
      EdChamberlain
      last edited by

      Ive been playing around with G2 / G3 arc commands and I've hit an odd issue. Ive been using the command:

      G3 X100.0 Y150.0 R50.0 E0.0

      to try and draw an arc from from (X150.0 Y100.0) to (X100.0 Y150.0) in a circle with radius 50. In my understanding it should rotate the head around the centre point 100, 100 but in practise the centre point of rotation is off. It seems to make the circle smaller and move the centre point towards the arc segment.

      If I replace the g2 command with:

      G3 X100.0 Y150.0 I-50 J0 E0.0

      it works perfectly.

      Am I missing something here?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Unless otherwise noted, all forum content is licensed under CC-BY-SA