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

    motor phase A may be disconnected reported by driver(s) 0 1 2

    Scheduled Pinned Locked Moved
    General Discussion
    5
    20
    3.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.
    • Phaedruxundefined
      Phaedrux Moderator @fredvm
      last edited by

      @fredvm said in motor phase A may be disconnected reported by driver(s) 0 1 2:

      M350 X16 Y16 E16 I1 ; Set 16x microstepping with interpolation
      M92 X80 Y80 Z80 ; Set axis steps/mm

      Your M350 is missing a value for Z and your M92 is missing a value for E

      Z-Bot CoreXY Build | Thingiverse Profile

      wilrikerundefined 1 Reply Last reply Reply Quote 0
      • fredvmundefined
        fredvm
        last edited by

        @fredvm said in motor phase A may be disconnected reported by driver(s) 0 1 2:

        M350

        wow, thanks for noticing that!
        I'll add the right values and see what happens.

        1 Reply Last reply Reply Quote 0
        • fredvmundefined
          fredvm
          last edited by

          Nope, still got the warning:

          G32

          Warning: motor phase A may be disconnected reported by driver(s) 0 1
          Warning: motor phase B may be disconnected reported by driver(s) 0 1

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

            @phaedrux said in motor phase A may be disconnected reported by driver(s) 0 1 2:

            @fredvm said in motor phase A may be disconnected reported by driver(s) 0 1 2:

            M350 X16 Y16 E16 I1 ; Set 16x microstepping with interpolation
            M92 X80 Y80 Z80 ; Set axis steps/mm

            Your M350 is missing a value for Z and your M92 is missing a value for E

            Just for the sake of completeness: default value for M350 is 16x interpolated (all axes) and default for M92 Ennn is 420 (X, Y=80 and Z=4000).

            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

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

              @wilriker said in motor phase A may be disconnected reported by driver(s) 0 1 2:

              default for M92 Ennn is 420 (X, Y=80 and Z=4000).

              not 400?

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

                @veti said in motor phase A may be disconnected reported by driver(s) 0 1 2:

                not 400?

                Here's the responsible part of Configuration.h

                constexpr float DefaultXYDriveStepsPerUnit = 80.0;		// steps/mm
                constexpr float DefaultZDriveStepsPerUnit = 4000.0;
                constexpr float DefaultEDriveStepsPerUnit = 420.0;
                

                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

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

                  @wilriker said in motor phase A may be disconnected reported by driver(s) 0 1 2:

                  Here's the responsible part of Configuration.h

                  i would say that might be an oversight. 400 is way more common than 4000. I dont even know how you would get that.

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

                    @veti said in motor phase A may be disconnected reported by driver(s) 0 1 2:

                    i would say that might be an oversight. 400 is way more common than 4000. I dont even know how you would get that.

                    M5 threaded rod with a lead of 0.8mm. I think this was the default in Mendel printers - and Adrian Bowyer the original author of RRF is also the creator of that printer. I guess that setting stuck since. 😄

                    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

                    Phaedruxundefined 1 Reply Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator @wilriker
                      last edited by

                      @wilriker Having used a printer with 0.8mm M5 threaded rod I can say that it actually worked quite well. So long as the rods were straight and the threads of the rod and nuts held out. Proper lubrication was a must. Those things would get hot during a long Z axis move.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • dc42undefined
                        dc42 administrators
                        last edited by

                        I have moved a number of posts from this thread to topic "Duet sometimes really slow? - I2C error or?".

                        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 1
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA