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

    Fourth Extruder not working on latest RRF3

    Scheduled Pinned Locked Moved
    Beta Firmware
    2
    23
    807
    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 @smoki3
      last edited by

      @smoki3 said in Fourth Extruder not working on latest RRF3:

      @dc42 said in Fourth Extruder not working on latest RRF3:

      M584 X0 Y1 Z2 E6:3:4:5 U7

      Tested: no this does not change anything. Still extruder four is not working.

      Do you mean extruder 3, connected to driver 5?

      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

      smoki3undefined 1 Reply Last reply Reply Quote 0
      • smoki3undefined
        smoki3 @dc42
        last edited by smoki3

        @dc42

        Sorry yes my mistake.

        The extruder which is connected to driver 6 is working then. And driver 5 is dead

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

          @smoki3 said in Fourth Extruder not working on latest RRF3:

          @dc42

          Sorry yes my mistake.

          The extruder which is connected to driver 6 is working then. And driver 5 is dead

          Thanks, so it's connected with extruder numbers, not driver numbers.

          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

          smoki3undefined 1 Reply Last reply Reply Quote 0
          • smoki3undefined
            smoki3 @dc42
            last edited by

            @dc42 said in Fourth Extruder not working on latest RRF3:

            @smoki3 said in Fourth Extruder not working on latest RRF3:

            @dc42

            Sorry yes my mistake.

            The extruder which is connected to driver 6 is working then. And driver 5 is dead

            Thanks, so it's connected with extruder numbers, not driver numbers.

            yes can confirm that

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

              Some observations about your config.g (not connected with the problem AFAIK):

              • You should remove the M587 command
              • You could replace these lines:

              M950 H3 C"!exp.heater3" T3
              M950 H4 C"!exp.heater4" T4

              by:

              M950 H3 C"duex.e2heat" T3
              M950 H4 C"duex.e3heat" T4

              which may be clearer.

              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

              smoki3undefined 1 Reply Last reply Reply Quote 0
              • smoki3undefined
                smoki3 @dc42
                last edited by

                @dc42

                Regarding the M587: do you mean to remove it in forum posts or in my config?

                Is it not needed to connect to my wifi

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

                  @smoki3 said in Fourth Extruder not working on latest RRF3:

                  Regarding the M587: do you mean to remove it in forum posts or in my config?

                  From your config. You only need to send it once, the details are stored in the WiFi module.

                  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
                  • dc42undefined
                    dc42 administrators
                    last edited by

                    This is now fixed. Source files have been committed, and new binaries are in the same place as before. Thanks for reporting it.

                    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

                    smoki3undefined 2 Replies Last reply Reply Quote 0
                    • smoki3undefined
                      smoki3 @dc42
                      last edited by

                      @dc42 said in Fourth Extruder not working on latest RRF3:

                      This is now fixed. Source files have been committed, and new binaries are in the same place as before. Thanks for reporting it.

                      No problem!

                      Tested! Now it's working again thanks!

                      1 Reply Last reply Reply Quote 0
                      • smoki3undefined
                        smoki3 @dc42
                        last edited by smoki3

                        @dc42 said in Fourth Extruder not working on latest RRF3:

                        This is now fixed. Source files have been committed, and new binaries are in the same place as before. Thanks for reporting it.

                        I noticed that there is still something wrong. The 4 extruder is now active but it moves now simultaneous with every single axis movement.

                        Means when I move 100mm in Y axis it also extrudes 100mm, if I move -100mm in Y it retracts 100mm. And this also happens when I move in X and Z axis. Really wired behavior.

                        Just happens on the 4th extruder again. Looks like the driver 6 is know linked to all other axes

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

                          @smoki3 said in Fourth Extruder not working on latest RRF3:

                          @dc42 said in Fourth Extruder not working on latest RRF3:

                          This is now fixed. Source files have been committed, and new binaries are in the same place as before. Thanks for reporting it.

                          I noticed that there is still something wrong. The 4 extruder is now active but it moves now simultaneous with every single axis movement.

                          Means when I move 100mm in Y axis it also extrudes 100mm, if I move -100mm in Y it retracts 100mm. And this also happens when I move in X and Z axis. Really wired behavior.

                          Just happens on the 4th extruder again. Looks like the driver 6 is know linked to all other axes

                          Is that with the binary on dropbox that I linked to?

                          PS:

                          1. I can't reproduce that issue with the binary I built last night.
                          2. What mapping does M584 report?

                          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

                          smoki3undefined 2 Replies Last reply Reply Quote 0
                          • smoki3undefined
                            smoki3 @dc42
                            last edited by smoki3

                            @dc42 said in Fourth Extruder not working on latest RRF3:

                            @smoki3 said in Fourth Extruder not working on latest RRF3:

                            @dc42 said in Fourth Extruder not working on latest RRF3:

                            This is now fixed. Source files have been committed, and new binaries are in the same place as before. Thanks for reporting it.

                            I noticed that there is still something wrong. The 4 extruder is now active but it moves now simultaneous with every single axis movement.

                            Means when I move 100mm in Y axis it also extrudes 100mm, if I move -100mm in Y it retracts 100mm. And this also happens when I move in X and Z axis. Really wired behavior.

                            Just happens on the 4th extruder again. Looks like the driver 6 is know linked to all other axes

                            Is that with the binary on dropbox that I linked to?

                            PS:

                            1. I can't reproduce that issue with the binary I built last night.
                            2. What mapping does M584 report?

                            Yes also happens with the binary from the dropbox

                            M584
                            Driver assignments: X0 Y1 Z2 U7 E3:4:5:6, 4 axes visible
                            

                            here everything looks fine.

                            Also DWC shows me that the extruder is moving when I move any axes.

                            this happens if i press +10mm Y:

                            https://photos.app.goo.gl/nCAdJE6pLJwjva3g8

                            1 Reply Last reply Reply Quote 0
                            • smoki3undefined
                              smoki3 @dc42
                              last edited by smoki3

                              @dc42 said in Fourth Extruder not working on latest RRF3:

                              @smoki3 said in Fourth Extruder not working on latest RRF3:

                              @dc42 said in Fourth Extruder not working on latest RRF3:

                              This is now fixed. Source files have been committed, and new binaries are in the same place as before. Thanks for reporting it.

                              I noticed that there is still something wrong. The 4 extruder is now active but it moves now simultaneous with every single axis movement.

                              Means when I move 100mm in Y axis it also extrudes 100mm, if I move -100mm in Y it retracts 100mm. And this also happens when I move in X and Z axis. Really wired behavior.

                              Just happens on the 4th extruder again. Looks like the driver 6 is know linked to all other axes

                              Is that with the binary on dropbox that I linked to?

                              PS:

                              1. I can't reproduce that issue with the binary I built last night.
                              2. What mapping does M584 report?

                              I also have tried now M584 X0 Y1 Z2 E6:4:5:3 U7

                              then driver 3 is running in sync with the axis. So looks like it is also not related to the driver.

                              Steps to reproduce:

                              1. Select a tool
                              2. wait for heating up
                              3. extrude a few mm manually
                              4. the move the axis

                              On beta12 still every thing is fine with same configs

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

                                I've just fixed this - new binary in same place as before.

                                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

                                smoki3undefined 1 Reply Last reply Reply Quote 0
                                • smoki3undefined
                                  smoki3 @dc42
                                  last edited by smoki3

                                  @dc42 said in Fourth Extruder not working on latest RRF3:

                                  I've just fixed this - new binary in same place as before.

                                  Tested with the dropbox binary. Now it's working. Thanks

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