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

    Tool Offset Ignored (Z-axis)

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    438
    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.
    • chazrogersundefined
      chazrogers
      last edited by

      I have two tools that are offset in z-axis by 3mm. When performing a tool change, the Z-offset value prescribed by G10 in my configuration file is ignored until a G1 Z command is run. I saw this issue reported on an older post that is locked. Is this issue supposed to be resolved?

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by dc42

        Are you running in CNC mode or FDM mode?

        In FDM mode this behaviour is deliberate, because tool changing is generally done at printing height, so it's unsafe to change the Z height before the tool change is complete (because you could crash the old tool into the print if it has a lower nozzle than the new tool). You can add G1 R2 X0 Y0 Z0 at the end of the tpost#.g files to force the position to be updated at the end of the tool change.

        In CNC mode the behaviour has been changed in firmware 2.03 at the request of CNC users, because tool changing is normally (I think) done at height. It now changes the current user Z coordinate to account for the change in tool offset.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        chazrogersundefined 1 Reply Last reply Reply Quote 1
        • chazrogersundefined
          chazrogers @dc42
          last edited by

          @dc42 Thanks for the support. I have a lift mechanism that runs on tool changes to avoid crashes.

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