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

    Duet3D 6HC + Toolboard missing filament on curves

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    7
    23
    1.0k
    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.
    • alankilianundefined
      alankilian
      last edited by alankilian

      Jesus that's terrible.

      I know I'm not helpful, but I can express my sympathy for the problems you are experiencing.

      How about trying a calibration cube (without the X,Y and Z inserts) instead of this?

      SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

      1 Reply Last reply Reply Quote 0
      • jbarrosundefined
        jbarros
        last edited by

        Thank you 🙂
        When I repeat tests I like to maintain the same variables.
        I'm saying this and I changed filament but the bottom part was printed perfectly.

        Reducing speeds I can print ok, here's some proof of that and that this filament is printable 😉

        alt text
        Those are 3mm holes, for scale.

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

          @jbarros, thanks for the data. The tool board is reporting lost CAN messages, so this appears to be the same issue that @evomotors is having in the other thread. I will work on resolving this in the next few days. Please share your print file and config.g if you haven't already.

          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

          jbarrosundefined 1 Reply Last reply Reply Quote 0
          • jbarrosundefined
            jbarros @dc42
            last edited by

            @dc42 thank you for your work on this issue.
            config.g and g-code are on the initial post.

            1 Reply Last reply Reply Quote 0
            • Luke'sLaboratoryundefined
              Luke'sLaboratory
              last edited by

              Reducing the print+retraction speeds I'm able to print w/out lost messages on 3.3 alpha. My extruders are on my 3hc expansion, and the filament depositon was the squiffy part of all of my lost prints, whether it be for some reason jamming constantly with known good settings ( I run identical extruders on different platforms w/out issues with same settings/filament) or getting the kind of gaps/curves that are shown here.

              Going to run a longer, toolchanged print to see if there are still issues.

              Luke
              http://lukeslab.online

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

                @jbarros, please try the latest unofficial 3.3beta main and expansion board firmware. It solves all the issues we are aware of except for a very slight reduction in actual vs. requested extrusion.

                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

                jbarrosundefined 1 Reply Last reply Reply Quote 0
                • jbarrosundefined
                  jbarros
                  last edited by

                  @dc42 I just did a test with another part that was giving me trouble before and it looks way better (see the nut inserts on the top right).
                  I do notice some ringing that was not so pronounced before (see the round middle part).

                  I am using DAA which you say was the culprit:
                  M593 F50.0 ; cancel ringing at 50.0Hz

                  Can I assume the "fix" also reduced some of the DAA "power" ?

                  IMG_9302.jpeg
                  IMG_9304.jpeg

                  Phaedruxundefined dc42undefined 2 Replies Last reply Reply Quote 0
                  • Phaedruxundefined
                    Phaedrux Moderator @jbarros
                    last edited by

                    @jbarros said in Duet3D 6HC + Toolboard missing filament on curves:

                    I am using DAA which you say was the culprit:
                    M593 F50.0 ; cancel ringing at 50.0Hz
                    Can I assume the "fix" also reduced some of the DAA "power" ?

                    May need to retune?

                    Z-Bot CoreXY Build | Thingiverse Profile

                    jbarrosundefined 1 Reply Last reply Reply Quote 0
                    • matt3oundefined
                      matt3o
                      last edited by

                      ohmy I thought I was going insane until I saw this post.

                      I thought it was a problem with my extruder motor or the extruder itself... or the filament tensioner... I went ahead and recabled everything and twisted the CAN data wires, added ferrite bead... thanks god I saw this post before I rebuilt my printer all over again 😄

                      This is just to say that I'm experiencing the same issue with a toolboard.

                      jbarrosundefined 1 Reply Last reply Reply Quote 0
                      • jbarrosundefined
                        jbarros @matt3o
                        last edited by

                        @matt3o I too was going crazy for a while thinking I had slicer setting issues or something but it ended up getting worse and then I saw another thread with CAN issues on an expansion board and I started to be suspicious 🙂

                        You can try the beta firmware here:
                        https://www.dropbox.com/sh/wme9k0z86sytg33/AAAT6wrHp2eeJHK-dYoW1Um4a?dl=0
                        Note: you have to upgrade both 6HC and 1LC

                        1 Reply Last reply Reply Quote 1
                        • jbarrosundefined
                          jbarros @Phaedrux
                          last edited by

                          @Phaedrux said in Duet3D 6HC + Toolboard missing filament on curves:

                          @jbarros said in Duet3D 6HC + Toolboard missing filament on curves:

                          I am using DAA which you say was the culprit:
                          M593 F50.0 ; cancel ringing at 50.0Hz
                          Can I assume the "fix" also reduced some of the DAA "power" ?

                          May need to retune?

                          Probably will need to but didn't want added variables now 🙂

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

                            @jbarros said in Duet3D 6HC + Toolboard missing filament on curves:

                            Can I assume the "fix" also reduced some of the DAA "power" ?

                            No, the fix didn't reduce the effectiveness of DAA.

                            The bug was an oversight when I implemented DAA. Adding DAA meant that the deceleration of a move was no longer always the same as the acceleration; so I introduced a new deceleration move parameter, and I went through the code changing "acceleration" to "deceleration" where required. At that time, CAN support was experimental and not released. Unfortunately I was using a standard build configuration without CAN support when I made the change for DAA, so the "find all references" command in Eclipse didn't pick up a reference to "acceleration" in the CAN-specific code that should have been changed to "deceleration".

                            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 0
                            • jbarrosundefined
                              jbarros @dc42
                              last edited by

                              @dc42 said in Duet3D 6HC + Toolboard missing filament on curves:

                              @jbarros, please try the latest unofficial 3.3beta main and expansion board firmware. It solves all the issues we are aware of except for a very slight reduction in actual vs. requested extrusion.

                              Per your previous comments, rounding issues?
                              Do you know the loss % and do you believe it's fixable?

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

                                @jbarros said in Duet3D 6HC + Toolboard missing filament on curves:

                                @dc42 said in Duet3D 6HC + Toolboard missing filament on curves:

                                @jbarros, please try the latest unofficial 3.3beta main and expansion board firmware. It solves all the issues we are aware of except for a very slight reduction in actual vs. requested extrusion.

                                Per your previous comments, rounding issues?
                                Do you know the loss % and do you believe it's fixable?

                                It was well under 1%. I think one user reported it as 0.18%. I've already fixed it for the case that pressure advance is not in use.

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