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

Automated Nozzle offset calibration for IDEX printers

Scheduled Pinned Locked Moved
General Discussion
4
5
1.1k
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.
  • undefined
    MaxGyver
    last edited by MaxGyver 7 Feb 2021, 08:32 2 Jul 2021, 08:11

    I have an IDEX printer with quick swap hotends and every time I exchange a hotend I have to recalibrate the XY-Nozzle offsets with a test print.
    My idea is to install a nozzle probe next to printbed that can be reached by both nozzles in X and Y. In theory, the X and Y offset of each nozzle can be calculated independent of the nozzle diameter by touching the Probe with the nozzle from both sides. Right and left for X and Front and Back for Y.

    • The first task is to develop a probing routine that touches the probe from both sides and calculates the exact nozzle position for one axis.

    • The second task is to calculate the nozzle offset and apply it to the tool. For normal dual nozzle setups, the offset can be stored by using the G10 command. But according to the IDEX setup manual, the nozzle offset on an IDEX Printer is set by adjusting the U axis limits, so using G10 to save the offsets won't work here I recon.

    Example_setup.png

    Any Ideas?

    Cheers Max

    undefined 1 Reply Last reply 2 Jul 2021, 08:32 Reply Quote 0
    • undefined
      Dougal1957 @MaxGyver
      last edited by 2 Jul 2021, 08:32

      @maxgyver have a look at TAMV originally developed by Danal (RIP)

      undefined 1 Reply Last reply 2 Jul 2021, 08:47 Reply Quote 1
      • undefined
        MaxGyver @Dougal1957
        last edited by 2 Jul 2021, 08:47

        @dougal1957

        Thank you for the link. This is a really neat system. But I would like to keep the setup as simple as possible without the need for extra hardware like an SBC+Webcam/USB-microscope. Also, the TAMV sets the offsets using the G10 command, which might not work for an IDEX printer.

        undefined 1 Reply Last reply 8 Jul 2021, 11:47 Reply Quote 0
        • undefined
          sebkritikel @MaxGyver
          last edited by 8 Jul 2021, 11:47

          @maxgyver FWIW I use TAMV (https://github.com/HaythamB/TAMV) on my IDEX printer. The only twist is, I need to modify the T1 offsets from being applied to X to instead U. Not too hard to do - but I did put in a feature request in Github https://github.com/HaythamB/TAMV

          Example current TAMV output for T1:
          G10 P1 X-0.118 Y0.237

          Example TAMV output for T1 w/additional axis support (IDEX, T1 on U)
          G10 P1 X0 Y0.237 U-0.118

          Not entirely helpful as you want to avoid additional hardware (as a note, I don't run the TAMV Pi as a Duet SBC).

          Not quite sure I follow your comments on G10 being used to calibrate the tools, the IDEX dozuki entry mentions using G10 a few times. I get the nozzles pretty close to 'zeroed' on the X-U axis by adjusting the M208 max/min, with the final calibration occurring in the T1 G10 line.

          Large(ish?) IDEX - 6HC, 1HCL
          Stratasys Dimension 1200es to 6HC Conversion

          undefined 1 Reply Last reply 24 Dec 2022, 00:03 Reply Quote 0
          • undefined
            leonhart8888 @sebkritikel
            last edited by 24 Dec 2022, 00:03

            @sebkritikel @MaxGyver

            This thread is old and I assume you've solved this already...but you could also use a camera assisted solution like this: https://www.emberprototypes.com/products/cxc

            Not fully automated, but a lot easier/quicker than the traditional line print patterns.

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