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

    Tool head offset

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    2
    3
    350
    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.
    • adhanabalundefined
      adhanabal
      last edited by adhanabal

      Hi all
      I built a Multi head paste Extrusion machine using Duet wifi+ Duex5.
      I have given the tool offset and bed distance from end stops in the picture, when i print the head 1 and 2 are printing in the center of the bed , but 3 & 4 are not coming to the center, its printing on top corner of the bed. i have given the proper offset distance, pls see the config. What mistake im doing?!

      ; Axis Limits
      M208 X-55 Y-125 Z0 S1 ; set axis minima
      M208 X285 Y285 Z150 S0 ; set axis maxima

      ; Endstops
      M574 X1 Y1 Z1 S1 ; set active high endstops

      ; Tools

      M563 P0 S"Head 1" D0 H1 F0 ; define tool 0
      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
      G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
      M563 P1 S"Head 2" D1 H2 F1 ; define tool 1
      G10 P1 X66 Y-1 Z0 ; set tool 1 axis offsets
      G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C
      M563 P2 S"Head 3" D2 H2 F-1 ; define tool 2
      G10 P2 X0 Y-122.5 Z0 ; set tool 2 axis offsets
      G10 P2 R0 S0 ; set initial tool 2 active and standby temperatures to 0C
      M563 P3 S"Head 4" D3 H2 F-1 ; define tool 2
      G10 P3 X-65 Y-122.5 Z0 ; set tool 2 axis offsets
      G10 P3 R0 S0 ; set initial tool 2 active and standby temperatures to 0C

      Front.jpg Top-Left-Perspective.jpg Top view.jpg

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

        Shouldn't the X offset for Tool 4 be in the same direction as the X offset for tool 2? 2 is set to the positive direction and 4 is set to the negative.

        I believe all tool offsets are based from tool # 1. At least that is how I have mine set up.

        Also, did you try reversing the Y values on tool 3 an 4?

        Config.jpg

        adhanabalundefined 1 Reply Last reply Reply Quote 0
        • adhanabalundefined
          adhanabal @timcurtis67
          last edited by

          @timcurtis67 Hi

          Thank you i have done the offset value correctly

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