Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Tags
    3. tool offsets
    Log in to post
    • All categories
    • taconiteundefined

      Tool Length Sensor (TLS) for e.g. tool changing

      Tuning and tweaking
      • tool change tool offsets • • taconite
      1
      4
      Votes
      1
      Posts
      377
      Views

      No one has replied

    • Deltasquareundefined

      Tool Changing - Storing and retrieving z-offsets

      General Discussion
      • tool offsets tool change tools coordinate system • • Deltasquare
      4
      0
      Votes
      4
      Posts
      841
      Views

      OwenDundefined

      @Deltasquare said in Tool Changing - Storing and retrieving z-offsets:

      Thank you!

      This helps with displaying the offset, but should the offset displayed not switch around depending on the chosen tool?

      Both methods require a tool# be issued
      You can probably get what you want with something like (assuming you want Z offset)

      if state.currentTool != -1 M117 {"Z offset of " ^ tools[(state.currentTool)].name ^ " is " ^ tools[state.currentTool].offsets[2]} else M117 {"No tool selected"}
    • gement81undefined

      Probing X, Y, and Z for CNC job with tool changes

      CNC
      • probing g54 coordinate tool change tool offsets • • gement81
      22
      0
      Votes
      22
      Posts
      2.3k
      Views

      Phaedruxundefined

      @Aquilux A simple thanks but no thanks will suffice.