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

    Mistake in IDEX configuration guide for RepRap

    Scheduled Pinned Locked Moved Unsolved
    General Discussion
    3
    3
    247
    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.
    • JNBundefined
      JNB
      last edited by

      Hey,
      I just stumbled over a mistake in the tutorial for configuring a IDEX-Printer.

      It states that the U-offset should be added / subtracted from the M208 U-Axis value.

      "Subtract the U co-ordinates from the X co-ordinates and you have the rough offsets for U and Y. For the U value, increase or decrease the value of M208 Uxxx by the U offset, so that when the U axis is homed and then travels back to the spot it is above it for the same X co-ordinate as the X axis. For the Y co-ordinate add it to the G10 P1 Yx.x tool definition."

      Source

      By doing this you change the virtual length of the axis in relation to the actual length, which results in changing the relation between a virtual mm and a real mm (e.g. 1mm in reprap is 1.2mm in reality).

      The correct way is to change the offset in the G10 of the corresponding tool.

      For example: G10 P1 U3 Y-3 Z0 (resulting in bringing the tool 3mm more to the front on the Y-axis and 3mm to the right on the X-axis)

      Would be nice if this could be corrected.

      Greetings
      JNB

      dc42undefined fcwiltundefined 2 Replies Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators @JNB
        last edited by dc42

        @jnb you can do it either way. If you line up the nozzles by adjusting the M208 U maximum value (which is also the homing position), then for any adjustment you make to the maximum position you can make a corresponding adjustment to the M208 U minimum. This will keep the allowed U movement range constant. Even if you don't adjust the U minimum, it will not result in the scaling error that you suggest, it will just mean the U minimum limit isn't quite right.

        My preferred way would be:

        1. Set the X, Y and U tool offsets to zero.
        2. Set the M208 U maximum as described in the wiki, so that the two nozzles print in approximately the same place.
        3. Set the M208 U minimum so that the U head can't quite crash into the parked X head.
        4. Make fine adjustments to the calibration by adjusting the Y and U offsets of the U tool.

        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
        • fcwiltundefined
          fcwilt @JNB
          last edited by

          @jnb said in Mistake in IDEX configuration guide for RepRap:

          By doing this you change the virtual length of the axis in relation to the actual length, which results in changing the relation between a virtual mm and a real mm (e.g. 1mm in reprap is 1.2mm in reality).

          I think you will find that if you experiment that the M92 settings of steps/mm control the scale regardless of the axis min/max settings.

          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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