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

    Macros & BtnCmd pannel for jogging a delta printer

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    2
    3
    162
    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.
    • fškundefined
      fšk
      last edited by fšk

      So recently I have have found some time to play with my machine again. I'm trying to add a tool changer to it. Anyway, I made myself some macros to more easily jog to the tool position and I thought it might be useful to other people. It lets you jog along the other two sides of the triangle not just the one aligned with X/Y. It also lets you jog in polar coordinates.

      Here are the files

      Inside there is a folder named DeltaJog which you should put in jour macro folder like "/macros/DeltaJog/[all the macros here]"

      Besides the macros, there is also a file for the BtnCmd plugin which contains a custom panel with the jog buttons and a compact layout which is handy when you are making macros of your own.

      For the marcos to work you first need to run the "Init" macro to initialise some global variables.
      I just have: M98 P"/macros/DeltaJog/Init" in my config.g to take care of that.

      Cheers!

      Screenshot 2024-11-07 at 14.06.54.png
      Screenshot 2024-11-07 at 14.05.38.png

      o_lampeundefined 1 Reply Last reply Reply Quote 4
      • o_lampeundefined
        o_lampe @fšk
        last edited by

        @fšk If I understood you correctly, you want to use the dials to find the right tool-parking path's and end positions?
        But the panel doesn't show the actual position? Is it on a separate screen?

        fškundefined 1 Reply Last reply Reply Quote 0
        • fškundefined
          fšk @o_lampe
          last edited by

          @o_lampe that is a good observation:). There is an eye icon in the bottom right corner which opens up the usual DWC top panel (this is a feature of the BtnCmd plugin).

          Screenshot 2024-11-08 at 14.33.03.png

          And if you press the little button with the message bobble icon, it echoes the current polar coordinates to the console.

          Screenshot 2024-11-08 at 14.34.45.png

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