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

    Discrete Drive Control to purge Idle Extruder before Tool Change

    Scheduled Pinned Locked Moved
    Firmware wishlist
    3
    3
    199
    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.
    • poofjuniorundefined
      poofjunior
      last edited by

      Hi, fellow Duet users,

      Just curious: is there a way to control individual drives via GCode?

      Here's my main use case:

      In a multitool setup, individual drive control would enable purging an idle extruder before invoking a tool change. Unfortunately, the toolchange macros don't easily afford this since the tool isn't specified until after tpreX.g, and tool offsets are already applied in tpostX.g. Trying to do any purge commands in tpreX.g throws an error: Attempting to extrude with no tool selected.

      It would be convenient if the extruder drives were mapped to the extruder before tpreX.g. That way we could purge the extruder before actually doing the pickup move in tpreX.g.

      My current hack is to basically leave tpreX.g blank and do both the tool purge and pickup entirely in tpostX.g, but I need to prefix all movement commands with G53 because tool offsets are applied in tpostX.g.

      Thanks for taking a look!

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

        moved to firmware wishlist category

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • T3P3Tonyundefined
          T3P3Tony administrators @poofjunior
          last edited by

          @poofjunior I do my move out in TpostN.g and use G53 to ensure the move out can use the same coordinate system as TpreN.g

          That means you can extrude in TPost to purge before you move out.

          www.duet3d.com

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