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

    Move the extruder without tool selected

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    4
    182
    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.
    • engineering elfundefined
      engineering elf
      last edited by

      Hi

      I have a home built tool changer along the lines of an e3d system but to save weight and allow for a heated chamber I am using a suction cup to couple the tools and a flexy drive to the tool with a single extruder motor serving all the tools. For this design the tools and the tool holder have a splined shaft connection and if it is not aligned properly the tool change can fail. My intention was to giggle the extruder motor backwards and forwards a few degrees as the coupling was made so the splines would engage. So far my tests show this will work.
      The problem I have hit is the software will not let the extruder motor move until it has finished running the
      _ Pre.g file and selected the tool.

      I can think it would be posable with a four pole change over relay to switch to another driver but I am not shore that is a safe way to go and may damage the driver chips, so it would be better to find a solution in the software somehow. I have tried calling a sub program in _Prep.g to bring the tool head forward a few milimeters as I giggle the extruder but I still have the same problem.

      Does anyone have any idlers of a way forward so I can move the extruber as I pick up the tool?

      Thanks

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

        You can use M584 to assign the driver to both an extruder and an axis (e.g. the U axis). In normal use, use the P3 parameter in M584 to hide the axis. During the tool change, use M584 P4 to un-hide it, then you can use G1 U commands to move it. When the tool change is complete, use M584 P3 to hide the U axis again.

        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

        1 Reply Last reply Reply Quote 0
        • engineering elfundefined
          engineering elf
          last edited by

          Just got a chance to try your suggestion and it works just fine, but I did have to put in a
          M564 H0 as U was not homed.

          Thanks for your help.

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

            You could also use G92 U0 to set the axis as homed without allowing unhomed movement for all axis.

            Z-Bot CoreXY Build | Thingiverse Profile

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