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

    My "2 Wifi" is un-baby-stepping

    Scheduled Pinned Locked Moved
    General Discussion
    7
    66
    5.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.
    • gnydickundefined
      gnydick @wilriker
      last edited by

      @wilriker if it had nothing to do with my issue, why did you ask if I tried lowering them?

      wilrikerundefined 1 Reply Last reply Reply Quote 0
      • wilrikerundefined
        wilriker @gnydick
        last edited by

        @gnydick I did not say either that this has nothing to do with it. Just looking for oddities. I have read your posts, I have watched the videos you posted. Right now I only try to establish a baseline.

        Just an idea: you are the first one I see here that has four Z motors (there might be others but I haven't seen them so far). Most people have one, two or three. Does your mechanical setup permit reducing the number of Z motors? It might be something special there. Again, just guessing.

        Manuel
        Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
        with probably always latest firmware/DWC (incl. betas or self-compiled)
        My Tool Collection

        gnydickundefined 1 Reply Last reply Reply Quote 1
        • gnydickundefined
          gnydick @wilriker
          last edited by

          @wilriker thanks. I've run with 2, 3, and 4. It's all the same symptoms.

          deckingmanundefined 1 Reply Last reply Reply Quote 0
          • Vetiundefined
            Veti @gnydick
            last edited by

            @gnydick said in My "2 Wifi" is un-baby-stepping:

            I double check that Z0 is actually at 0, my bed is built like crap, so it can flex, causing the end stop to not always register at the exactly correct height.

            if your bed flexes that much it will also flex while heating. that could be the cause that after cooldown it gives you a different distance.

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

              @gnydick There are a few anomalies in your config.g file. I can't off hand see why any of them would have an impact on your problem but as you seem to be the only one who is experiencing this problem, there might be an as yet undiscovered bug that only raises it's ugly head when one or more of these anomalies is present. So here is what caught my eye as it were.....

              If you are using the firmware 203 and later, then M667 is deprecated and you should be using M669 instead.

              M569 motor directions - you have only defined the direction for 5 motors yet you are using 8. As the machine is otherwise working as it should, then it's a fair bet that the default motor direction happens to be right but I would explicitly define the motor directions for all motors if I were you.

              In your M92, M350, M203, M566 you use the format Znn:nn:nn:nn. But these commands refer to axes not motors so simply using Znn is all that is needed. Hopefully the additional comma separated values are simply being ignored but you never know.....

              This next one hasn't yet bitten you in the backside but it might when you come to use the second tool. You have set micro stepping to 8X for one extruder but not the other. If that wasn't deliberate on your part and if the intention is to use the same micro stepping for both extruders, then this is a case where you need to use a colon to separate the extruders. Edit - I just noticed that you haven't defined the steps per mm for the second extruder either so I guess you just haven't got around to it yet in which case, just ignore this paragraph.

              As @Phaedrux has said, you aren't using mesh compensation so comment out the M367. Likewise M556, orthogonal axis compensation.

              In theory, none of the above should have any impact on your problem but then again, no one has as yet found an answer, so it might be worth just trying.

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

              gnydickundefined 1 Reply Last reply Reply Quote 0
              • gnydickundefined
                gnydick @deckingman
                last edited by

                @deckingman thanks. Yeah, the different tool settings are intentional.

                Given the behavior I'm having is very specific, I would also doubt the config things, but I'll fix them up and see.

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