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

    Using G10 for multiple carriages

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    4
    677
    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.
    • timcurtis67undefined
      timcurtis67
      last edited by

      Hi,
      I'm using G10 with a Z offset on my U drive to compensate for a volcano nozzle height as opposed to my regular E3D nozzle setup on my X axis.

      Manually when I change tools and then check my Z zero's they work fine. My question/concern is the height shift doesn't happen until I make a move in X or Y. Then the Z axis adjusts to the new correct height. My concern is depending on the move my longer U axis nozzle could crash into the side of my bed while making the height shift. The slightest manual move (1mm) is enough to get the Zshift to happen so I tried adding a "G1 U-1 F500" on the last line of my TFree.g program.

      The problem is it does the 1mm move without the Z height shift. I still have to do a manual move after the tool change to invoke the z height shift. Is they any else I can try?

      Running Duetwifi with 1.19 firmware.

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

        Perhaps something like this instead of G1 U-1 may work:

        G91
        G1 Z1
        G1 Z-1
        G90

        Or you may find that this works:

        G91
        G1 Z5

        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
        • timcurtis67undefined
          timcurtis67
          last edited by

          Thank you David. I will try that tonight and post back.

          1 Reply Last reply Reply Quote 0
          • timcurtis67undefined
            timcurtis67
            last edited by

            David,
            I tried adding the Z moves in place of the X moves but it still didn't make a difference. It does the actual Z moves that I have in my TFree.g program but the actual G10 offset doesn't take place until I make a move after the tool change is complete.

            Any other suggestions? It's not that big a deal, more of a preventing possible crashes if I'm not paying attention.

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