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

IDEX Homing

Scheduled Pinned Locked Moved
Duet Hardware and wiring
2
8
399
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
    Elko
    last edited by Elko 31 May 2020, 07:01

    Re: IDEX Homing Issues
    Hi
    I use a DUEX2 WIFI and have the same problem and with T2 the min / max X / U are different again

    M208 X-65 Y-35 Z0 U0 S1 ; set axis minima
    M208 X330 Y305 Z330 U398 S0

    T2.JPG T1.JPG T0.JPG

    undefined 1 Reply Last reply 2 Jun 2020, 08:37 Reply Quote 0
    • undefined
      dc42 administrators
      last edited by 31 May 2020, 11:48

      Please post your config.g file and all your homing files.

      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

      undefined 1 Reply Last reply 31 May 2020, 13:16 Reply Quote 0
      • undefined
        Elko @dc42
        last edited by 31 May 2020, 13:16

        @dc42 I am sending the files tonight
        am currently at work

        1 Reply Last reply Reply Quote 0
        • undefined
          Elko
          last edited by Elko 6 Jan 2020, 09:14 31 May 2020, 20:13

          @dc42
          Hello the files here
          I probably don't understand something right

          M115
          FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.1.1 ELECTRONICS: Duet WiFi 1.02 or later + DueX5 FIRMWARE_DATE: 2020-05-19b2

          homez.g homey.g homex.g homeu.g homeall.g config.g

          1 Reply Last reply Reply Quote 0
          • undefined
            Elko
            last edited by 2 Jun 2020, 07:56

            There is no solution ?

            1 Reply Last reply Reply Quote 0
            • undefined
              dc42 administrators @Elko
              last edited by 2 Jun 2020, 08:37

              @Elko said in IDEX Homing:

              I use a DUEX2 WIFI and have the same problem and with T2 the min / max X / U are different again

              What exactly is the problem you are having?

              It's normal for the reported user positions to depend on which tool is selected, because when you select a different tool, the firmware has to translate the current machine position back to user coordinates.

              When you select tool 0 in your 3rd image, X maps to X so the firmware takes the current position of the X axis, applies the tool offset (which is zero for tool 0) and that is the user X position. if you have just homed X, then the machine X position is -65 (set by the M208 parameter), hence the user X position is also -65.

              When you select tool 1 in your 2nd image, X is mapped to U. So the user X position is the U machine position after applying any U tool offset. That's why X is 398.

              When you select tool 0 in your first image, X is mapped to both X and U. The difficulty here is that in this case, the X and U tools are not in compatible positions, i.e. there is no user X coordinate that maps to the current position of both X and U axes. So the firmware takes an average. If you now send a movement command such as G1 X150 then both tools will move to a position consistent with the new user X coordinate.

              Duet Web Control doesn't yet have the ability to display the machine coordinates, but in RRF 3.1.x you can fetch them using this command:

              m409 k"move.axes[].machinePosition"

              This position will not change when you switch between tools, assuming no movement commands in your tool change files.

              HTH David

              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
              • undefined
                Elko
                last edited by 2 Jun 2020, 09:17

                ok i have to look at this again i don't understand it at the moment
                THANK YOU

                1 Reply Last reply Reply Quote 0
                • undefined
                  Elko
                  last edited by 3 Jun 2020, 08:23

                  Ok, I understand it now
                  0X 0Y 0U are now in the middle of the bed
                  IT WORKS OUT

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