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

    3.5 B3 Toolboard stepper intermittently running backwards

    Scheduled Pinned Locked Moved Solved
    Beta Firmware
    12
    83
    4.7k
    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.
    • dc42undefined
      dc42 administrators @Argo
      last edited by

      @Argo @tas thanks for the feedback! This gives us more confidence to release 3.5.0-beta.4.

      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

      ctilley79undefined 1 Reply Last reply Reply Quote 0
      • ctilley79undefined
        ctilley79 @dc42
        last edited by

        @dc42 Worked for me too. Thank you.

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

          @ctilley79 thanks.

          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

          Exerqtorundefined 1 Reply Last reply Reply Quote 0
          • Exerqtorundefined
            Exerqtor @dc42
            last edited by

            @dc42
            Seems to be working here too!


            It's off-topic but happened after moving too b3+ so i'll drop it here and open another thread if it's more than a one line reply to fix it. Now I'm having some issues with the new neopixel assignement, it won't accept M950 E0 C"DO" T2 and returns:

            M950 E0 C"DO" T2
            Error: M950: Unknown pin name 'do'
            

            This is on the Duet 3 Mini.

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

              @Exerqtor the configuration of LED strips has changed for 3.5 beta4. See the new E parameter of the M950 command and the updated M150 description in the GCode dictionary.

              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

              Exerqtorundefined 1 Reply Last reply Reply Quote 0
              • Exerqtorundefined
                Exerqtor @dc42
                last edited by Exerqtor

                @dc42
                Yeah I allready have the GCode dictionary for M150 & M950 up trying to figgure out what i'm doing wrong.

                The reason i "had" to look into it now is that it threw Error: LED strip #0 has not been configured . And when i try to configure it it won't let me lol. (Or do i have to wait for b4 for it to work again?).

                ctilley79undefined 1 Reply Last reply Reply Quote 0
                • ctilley79undefined
                  ctilley79 @Exerqtor
                  last edited by

                  @Exerqtor said in 3.5 B3 Toolboard stepper intermittently running backwards:

                  @dc42
                  Yeah I allready have the GCode dictionary for M150 & M950 up trying to figgure out what i'm doing wrong.

                  The reason i "had" to look into it now is that it threw Error: LED strip #0 has not been configured . And when i try to configure it it won't let me lol. (Or do i have to wait for b4 for it to work again?).

                  If I'm reading the M950 G-code section correctly, some of those parameters aren't available until 3.5.0-beta.4. I'm just living with the error at the moment.

                  Exerqtorundefined dc42undefined 2 Replies Last reply Reply Quote 1
                  • Exerqtorundefined
                    Exerqtor @ctilley79
                    last edited by Exerqtor

                    @ctilley79 said in 3.5 B3 Toolboard stepper intermittently running backwards:

                    @Exerqtor said in 3.5 B3 Toolboard stepper intermittently running backwards:

                    @dc42
                    Yeah I allready have the GCode dictionary for M150 & M950 up trying to figgure out what i'm doing wrong.

                    The reason i "had" to look into it now is that it threw Error: LED strip #0 has not been configured . And when i try to configure it it won't let me lol. (Or do i have to wait for b4 for it to work again?).

                    If I'm reading the M950 G-code section correctly, some of those parameters aren't available until 3.5.0-beta.4. I'm just living with the error at the moment.

                    Yeah that's how i'm interpreting it to, Same here even though it's flooding DWC & PD at the start / end of a print lmao.

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

                      @ctilley79 the new commands for configuring and controlling LED strips are implemented in the 3.5.0-beta.3+ binaries that I posted. They have been tested on Duet 3 Mini and 6HC.

                      @Exerqtor please post the M950 and M150 commands you used.

                      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

                      Exerqtorundefined 1 Reply Last reply Reply Quote 1
                      • wieman01undefined
                        wieman01
                        last edited by

                        Hello, @ctilley79,

                        I generally have these issues when there is a problem with the wiring or the connectors. Manual extruding via DWC works fine, but then the motor needs higher currents, it move backwards because the wires only let through so much current.

                        I would check every wiring the in particular the soldering joints and connectors. This solves this particular problem for me every time.

                        wieman01

                        ctilley79undefined 1 Reply Last reply Reply Quote 0
                        • Exerqtorundefined
                          Exerqtor @dc42
                          last edited by Exerqtor

                          @dc42 said in 3.5 B3 Toolboard stepper intermittently running backwards:

                          @ctilley79 the new commands for configuring and controlling LED strips are implemented in the 3.5.0-beta.3+ binaries that I posted. They have been tested on Duet 3 Mini and 6HC.

                          @Exerqtor please post the M950 and M150 commands you used.

                          That's weird, since i'm quiiiite sure i'm using the right command set (for a Duet3 Mini).

                          I TRY to send M950 E0 C"DO" T2, but i get the error mentioned above.

                          The M150's have been changed to this (for example):

                          M150 E0 R150 U150 B150 W150 S1 F1
                          M150 E0 R150 U150 B150 W150 S2 F0
                          
                          gloomyandyundefined oliofundefined 2 Replies Last reply Reply Quote 0
                          • gloomyandyundefined
                            gloomyandy @Exerqtor
                            last edited by

                            @Exerqtor Is "DO" a valid pin name on the mini? I had a quick look and couldn't find any pins with that name. Is this for the neopixels in a display attached via the exp headers?

                            1 Reply Last reply Reply Quote 0
                            • oliofundefined
                              oliof @Exerqtor
                              last edited by

                              @Exerqtor Are you sure DO is right and not D0?

                              <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                              Exerqtorundefined 1 Reply Last reply Reply Quote 0
                              • Exerqtorundefined
                                Exerqtor @oliof
                                last edited by

                                @oliof I copied it from the docs since I was unsure about the exact same thing 😆 So unless it's written wrong there as well it should be correct.

                                gloomyandyundefined 1 Reply Last reply Reply Quote 0
                                • gloomyandyundefined
                                  gloomyandy @Exerqtor
                                  last edited by gloomyandy

                                  @Exerqtor Which docs? I've just checked the source and there is no pin called either D0 or DO as far as I can tell. What pin are you trying to drive the neopixels from?

                                  Exerqtorundefined 1 Reply Last reply Reply Quote 0
                                  • Exerqtorundefined
                                    Exerqtor @gloomyandy
                                    last edited by Exerqtor

                                    @gloomyandy said in 3.5 B3 Toolboard stepper intermittently running backwards:

                                    @Exerqtor Which docs? I've just checked the source and there is no pin called either D0 or DO as far as I can tell. What pin are you trying to drive the neopixels from?

                                    The only pin that supports it on a Duet 3 Mini, which from what I can see lacks a proper explanation on what the "DO" pin is actually called. "ctrl+f" search for DO here and look at the 14th entry. Thats the only mention of it (that i'm able to find) in all the docs / schematics.

                                    It's also just called "DO" in the schematics:
                                    alt text

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

                                      @Exerqtor the dedicated LED port is known as "led" in the firmware. This needs to be added to the documentation.

                                      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

                                      Exerqtorundefined 1 Reply Last reply Reply Quote 1
                                      • Exerqtorundefined
                                        Exerqtor @dc42
                                        last edited by

                                        @dc42 Then i bet a beer on the problem being solved for both me and @ctilley79 now that we know that. Thx!

                                        ctilley79undefined 1 Reply Last reply Reply Quote 1
                                        • ctilley79undefined
                                          ctilley79 @wieman01
                                          last edited by

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 1
                                          • ctilley79undefined
                                            ctilley79 @Exerqtor
                                            last edited by

                                            @Exerqtor said in 3.5 B3 Toolboard stepper intermittently running backwards:

                                            @dc42 Then i bet a beer on the problem being solved for both me and @ctilley79 now that we know that. Thx!

                                            Does the M150 P parameter to work for you on this firmware build? I'm also using RGBW neopixels. The P parameter does nothing right now.

                                            bf133bf0-ccde-4274-a5da-cbe1f1464f7e-image.png

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