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

    Core XY movement issues

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    10
    103
    14.5k
    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.
    • deckingmanundefined
      deckingman @FxxToo
      last edited by

      @fxxtoo said in Core XY movement issues:

      @deckingman
      just finished swapping the steppers. I left the M92 the same. Before I swapped the motors, I did a G1 x250, the head did not move in the Y. I just did a I did a G1 x250 and Y did not move. So the same as before.
      RJ

      What? I thought you were saying that when you moved in X, there was movement in Y as well. Now you are saying there isn't. Totally confused now by what the problem actually is.

      Ian
      https://somei3deas.wordpress.com/
      https://www.youtube.com/@deckingman

      FxxTooundefined 1 Reply Last reply Reply Quote 0
      • JoergS5undefined
        JoergS5 @mrehorstdmd
        last edited by

        @mrehorstdmd Thank you for explaining the holes. It's difficult to analyze from a photo.

        The reason for this all is still mysterious, we should place bets. I heard the British like to bet.

        1 Reply Last reply Reply Quote 0
        • FxxTooundefined
          FxxToo @deckingman
          last edited by

          @deckingman I changed the settings in the M92 from X320 Y319 and the movement stopped and appears to be working normally. I did this based upon the 2nd link I posted as that was a similar problem as mine.
          I left the M92 setting the same,adjusted so there was no movement in the Y when X was moved. I still have it set up with the motors swapped. I can set the M92 back to x320 y320 and try it both ways. I was going to take the board out of the enclosure to really examine the boardto see what I find. After some of the post I have found about board issues and pictures I have found, missing or bad solder joints, etc.

          pro3dundefined deckingmanundefined 2 Replies Last reply Reply Quote 0
          • pro3dundefined
            pro3d @FxxToo
            last edited by

            @fxxtoo
            I am looking at the belt alignment. Are they the same on both sides? Optimal would be to run them inline and not in an angle like you do as this might influence the movement if not mirrored perfectly. Or am I watching something the wrong way

            Valkyrie DIY High Temp 3D Printer

            R&D - Engineering Designer - Viking 3D Printers
            https://vkingprinter.com/

            FxxTooundefined 1 Reply Last reply Reply Quote 0
            • FxxTooundefined
              FxxToo @JoergS5
              last edited by

              @joergs5 I thought I made the distance from the pulley blocks on the Y axis to the rail on the X axis were the same on both sides. I will check that when I get off work. Thanks for bringing that up!
              rj

              1 Reply Last reply Reply Quote 0
              • deckingmanundefined
                deckingman @FxxToo
                last edited by

                @fxxtoo Ah I see. Sorry I forgot that you had set the X and Y steps per mm differently as a work around. I guess I kind of assumed that you would use the same steps per mm on both X and Y for the purpose of that test. No matter. The fact that you get the same movement with the motors physically swapped at least eliminates the motors as a cause of the problem.

                Ian
                https://somei3deas.wordpress.com/
                https://www.youtube.com/@deckingman

                1 Reply Last reply Reply Quote 0
                • FxxTooundefined
                  FxxToo @pro3d
                  last edited by

                  @pro3d
                  I think you are talking about the belt that goes around the motor pulley and back around to the extruder mount.
                  This is the way I did them.
                  0_1531842752017_top simple_belts_corexy_annotated.jpg

                  1 Reply Last reply Reply Quote 0
                  • T3P3Tonyundefined
                    T3P3Tony administrators
                    last edited by

                    Can you confirm that you have physically swapped the motor connectors between A and B motors. If so what happened with the issue?

                    www.duet3d.com

                    FxxTooundefined 1 Reply Last reply Reply Quote 0
                    • FxxTooundefined
                      FxxToo @T3P3Tony
                      last edited by FxxToo

                      @t3p3tony
                      Hi Tony, Thanks for posting. I would like to be sure about what you are asking me to do.
                      At this time I have done the testing as per the docs.
                      G91 G1 S2 X100 F3000 ; MOVES X+ AND Y+ , as it should
                      G91 G1 S2 Y100 F3000 ; MOVES X+ AND Y- .
                      Doing a G90 G1 X100 causes Y to move about 3 mm in the + dir
                      Doing a G90 G1 Y100 causes X to move about 3 mm in the + dir
                      After changing * and still at M92 X320 Y319 doing the above,
                      the X only moves when the same command is sent, same as when the Y command is sent.
                      I have physically swapped the A and B motors, And with the M92 X320 Y319, it behaves normally. With M92 320 Y320, it reverts to Y moving a bit when moving X and vice versa. But the new A motor went to the A connector. So that is where my question comes in.
                      I can tell you what it will do, with the connectors in the correct places, a G90 G1 X100 command will cause X to move 100 to the plus and the Y to move ~3mm to the plus. The same with a G1 Y100.
                      If I swap the connectors and run it twon't that change the directions of the motors? Will I have to change those settings as well?
                      Should I set the steps back to M92 X320 Y320 first? Then run G1 X100 and then G1 Y100. Then swap the connectors on the board and then run the same commands, to see what it does before and after? Sorry if I seem a bit flustered, as I am.
                      RJ

                      deckingmanundefined 1 Reply Last reply Reply Quote 0
                      • deckingmanundefined
                        deckingman @FxxToo
                        last edited by deckingman

                        @fxxtoo I think what you'll need to do to accomplish what Tony is asking is to swap the motor connectors, then re-map the drives. So you'll need to add this to the start of your drive section in config.g

                        M584 X1 Y0

                        Make sure you put it at the start of the drive section. Your motor directions are all the same so they should not be affected.

                        So you'll physically swap the stepper connectors on the board so that what was X is now connected to Y and what was Y is now connected to X. Then by adding that line, it'll swap the drivers so you should end up with exactly the same movement. If you get a different result, then it would indicate a faulty driver.

                        So to be sure, set the steps per mm the same for both axes. Do the long x move first and note any Y movement, then swap the cables and re-map the drives, then repeat.

                        Ian
                        https://somei3deas.wordpress.com/
                        https://www.youtube.com/@deckingman

                        FxxTooundefined 1 Reply Last reply Reply Quote 0
                        • FxxTooundefined
                          FxxToo @deckingman
                          last edited by

                          @deckingman
                          Thanks. I think we are getting closer.. Should I go back to M92 X320 Y320 for this test?

                          JoergS5undefined T3P3Tonyundefined 2 Replies Last reply Reply Quote 0
                          • JoergS5undefined
                            JoergS5 @FxxToo
                            last edited by JoergS5

                            @fxxtoo
                            After Checking Ians points, another idea:

                            The pulleys, do they grind anywhere at each other? This would explain X movement when you move Y and vice versa. They must be separated by washers each and may not effect each other.

                            FxxTooundefined 1 Reply Last reply Reply Quote 0
                            • T3P3Tonyundefined
                              T3P3Tony administrators @FxxToo
                              last edited by

                              @fxxtoo said in Core XY movement issues:

                              @deckingman
                              Thanks. I think we are getting closer.. Should I go back to M92 X320 Y320 for this test?

                              Yes please

                              www.duet3d.com

                              FxxTooundefined 2 Replies Last reply Reply Quote 0
                              • FxxTooundefined
                                FxxToo @JoergS5
                                last edited by

                                @joergs5
                                No, there are shims to space them all out the same distances to keep them aligned for the belts.
                                thanks,
                                RJ

                                1 Reply Last reply Reply Quote 0
                                • FxxTooundefined
                                  FxxToo @T3P3Tony
                                  last edited by FxxToo

                                  @t3p3tony , @deckingman
                                  So I got to do the swap test of A & B connectors. I set M92 X320 Y320 and with the cables in the correct position, homed and then did G1 X200, Y moved along with X moving about 3mm. Powered down, swapped the cables , M92 the same and tried the G1 X200 and got the same results. Just for giggles I did M92 X320 Y319 and Did not get the movement in the Y axis when X was moving. It appears to move about 3mm per 100mm move on the opposite axis. I remapped using M584 X1 Y0.
                                  I contacted Filastruder about this and said they were forwarding it to Duet.
                                  What is the verdict?
                                  thanks,
                                  RJ

                                  1 Reply Last reply Reply Quote 0
                                  • elmoretundefined
                                    elmoret
                                    last edited by

                                    If you're swapping the cables and the results are identical, that indicates to me that it isn't the Duet controller, but rather something physical about your printer (belt paths, pulley diameter, etc).

                                    FxxTooundefined 1 Reply Last reply Reply Quote 0
                                    • FxxTooundefined
                                      FxxToo @elmoret
                                      last edited by

                                      @elmoret
                                      It reproduces the error I had from the beginning. When I move X only, using G90 G1 X100, Y moves in the same direction about 3mm per 100mm movement of the X axis. It does that with the cables swapped and remapped as well. The Only time it moves correctly is when I change the steps per mm, ie M92 X320 Y 319. Then the movement in the other axis, stops.
                                      I have already taken it apart and redone everything. I am pretty sure this is not a mechanical issue.
                                      thanks for the reply
                                      RJ

                                      pro3dundefined elmoretundefined 2 Replies Last reply Reply Quote 0
                                      • pro3dundefined
                                        pro3d @FxxToo
                                        last edited by

                                        @fxxtoo
                                        What happens if you do 1/16 stepping? Just wonder if you get the same difference or another distance. Sure all the pulleys are the same? Might also be something with one motor of course. Have you tried mapping the other drivers to the xy?

                                        Valkyrie DIY High Temp 3D Printer

                                        R&D - Engineering Designer - Viking 3D Printers
                                        https://vkingprinter.com/

                                        1 Reply Last reply Reply Quote 0
                                        • pro3dundefined
                                          pro3d
                                          last edited by

                                          Would it be possible to try both extruder drivers on xy. Then run G1 E0100 E1-100 to see what happens then? Just thinking out loud..

                                          Valkyrie DIY High Temp 3D Printer

                                          R&D - Engineering Designer - Viking 3D Printers
                                          https://vkingprinter.com/

                                          1 Reply Last reply Reply Quote 0
                                          • elmoretundefined
                                            elmoret @FxxToo
                                            last edited by

                                            @fxxtoo said in Core XY movement issues:

                                            It does that with the cables swapped and remapped as well.

                                            Right - which is why I'm saying it isn't a controller issue. Behaving identically when swapping stepper motor drivers tells me it isn't the stepper drivers or the pulse trains driving the stepper motor drivers (the microcontroller).

                                            But Tony and dc42 are more knowledgeable than I at this.

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