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

    IDEX Tool offset G code G10 without function

    Scheduled Pinned Locked Moved Unsolved
    General Discussion
    2
    5
    250
    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.
    • gringoundefined
      gringo
      last edited by Phaedrux

      Hello,
      I have built an IDEX printer and have an offset from Tool 0 to Tool 1 of 15mm. If I enter this offset in config.g in this area:
      ; Tools
      M563 P0 S "Tool 1 left" D0 H1 F0; define tool 0
      G10 P0 X0 Y0 Z0; set tool 0 axis offsets
      G10 P0 R0 S0; set initial tool 0 active and standby temperatures to 0C
      M563 P1 S "Tool 2 right" D1 H2 X3 F2; define tool 1
      G10 P1 U0 Y0 Z0; set tool 1 axis offsets
      G10 P1 R0 S0; set initial tool 1 active and standby temperatures to 0C

      nothing changes, the change is not accepted, the offset still exists.

      What can I do to set the offset correctly?

      thanks gringo

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        @gringo said in Tool offset G code G10 without function:

        G10 P1 U0 Y0 Z0; set tool 1 axis offsets

        You haven't added the offset in for the second tool.

        https://duet3d.dozuki.com/Wiki/Gcode#Section_G10_Tool_Offset_and_Temperature_Setting

        https://duet3d.dozuki.com/Wiki/ConfiguringMultipleIndependentXcarriagesCartesian#Section_Configuring_tools

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • gringoundefined
          gringo
          last edited by

          not in the gcode i posted.
          when I enter U15, tool 1 moves exactly to the same position as in U0

          1 Reply Last reply Reply Quote 0
          • gringoundefined
            gringo
            last edited by

            I use reprap firmware 3.1.1 on a Duet2 wifi with Duex5.

            1 Reply Last reply Reply Quote 0
            • Phaedruxundefined
              Phaedrux Moderator
              last edited by

              Unfortunately my IDEX knowledge is limited. Perhaps you can find something useful in the search results from previous IDEX discussions.

              https://forum.duet3d.com/search?term=idex&in=titlesposts

              Z-Bot CoreXY Build | Thingiverse Profile

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