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

    y slope with 3.5.0-rc1, not seen with 3.4.6

    Scheduled Pinned Locked Moved Solved
    Beta Firmware
    10
    92
    5.8k
    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.
    • Adrian52undefined
      Adrian52
      last edited by

      A further note on versions - I just tried 3.5beta2+ (2023-02-10), and this gives no slope - a perfectly vertical cube.

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

        @Adrian52 thanks for reporting this and for your investigations. We've created this issue https://github.com/Duet3D/RepRapFirmware/issues/924 and I will investigate it.

        T3P3 created this issue in Duet3D/RepRapFirmware

        closed Potential issue with delta printers #924

        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

        Adrian52undefined 1 Reply Last reply Reply Quote 0
        • Adrian52undefined
          Adrian52 @dc42
          last edited by

          @dc42 Thank you. I just tried the 3.5rc1+ release from dropbox, and that still has the y slope.
          Incidentally, the filament monitor output was still a little bit truncated:

          Duet3D laser filament monitor v2 on pin (connlcd.encb,connlcd.3), enabled when SD printing, allow 1% to 300%, check all extruding moves every 10.0mm, calibration factor 0.398, quality 224, brightness 30, shutter 123, measured min 99% avg 101% max 122% over

          1 Reply Last reply Reply Quote 0
          • Fred-Yundefined
            Fred-Y
            last edited by Fred-Y

            @dc42 - Adrian mentioned using a delta, 3.4.0b3 had an issue with deltas that seems similar.
            https://forum.duet3d.com/topic/25166/3-4-0-b3-leaning-prints?_=1698282891138

            Adrian52undefined 1 Reply Last reply Reply Quote 0
            • Adrian52undefined
              Adrian52 @Fred-Y
              last edited by

              @Fred-Y I was getting a bit of deja vu, but had not checked back - thanks for the link.

              1 Reply Last reply Reply Quote 0
              • Jimborrundefined Jimborr referenced this topic
              • Adrian52undefined
                Adrian52
                last edited by

                The latest rc1+ (from 31/10/2023) seems to have solved the issue. Thank you.

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

                  @Adrian52 thanks for confirming. I'll mark this thread as solved, but feel free to change it to unsolved if the issue returns.

                  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

                  Adrian52undefined 1 Reply Last reply Reply Quote 0
                  • dc42undefined dc42 marked this topic as a question
                  • dc42undefined dc42 has marked this topic as solved
                  • Adrian52undefined Adrian52 has marked this topic as unsolved
                  • Adrian52undefined
                    Adrian52
                    last edited by

                    There seems to have been a change in the most recent prusa slicer(2.7.0alpha1) and orca slicer(1.8.0beta2) which has caused a recurrence of this problem.
                    A further note - trying to find the minimal conditions to trigger the slope, I found that a 20mm cube with no fill and no top layer does not slope, but the cube with fill (still no top) does slope. So presumably the problem lies in the transition to and/or from perimeter to infill.

                    balajiramaniundefined gloomyandyundefined 2 Replies Last reply Reply Quote 0
                    • balajiramaniundefined
                      balajiramani @Adrian52
                      last edited by

                      I too have observed a similar issue with the 3.5.0-rc1 firmware. For me, it happens when I print a cubioid in vase mode. Printing the same stl with two walls does not exhibit the problem. I reverted back to 3.4.6 and the prints are fine.

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

                        @Adrian52 If you now have a simple repeatable case I wonder if you could try changing a few things that look like possible problems to me....

                        1. I think you are only setting the jerk value for one of your two extruders with this line:
                        M566 X2100 Y2100 Z2100 E3000 P1	
                        

                        Can you try running M566 in the console to check what jerk settings you have for the two extruders (and maybe post the results). If they are not the same could you try setting both extruders to 3000 jerk. (so E3000:30000)

                        1. Your jerk settings seem very high to me and I've seen that cause skipped steps. Could you try reducing them all to something like:
                        M566 X500 Y500 Z500 E500:500
                        
                        1. Can you try removing the L400 option from your input shaping command (not many folks will be setting that parameter and how it works has also changed in the most recent rc1 builds).

                        2. Can you try disabling input shaping completely.

                        It is probably best to try the changes individually though I suspect that item 1 is just wrong. However applying the "correct" jerk may have a knock on effect given that you are using the two extruders in tandem as I think that will now allow the very high jerk settings you have to be used (at the moment I think may be limited by the default jerk for extruder 1).

                        I understand that things worked fine in 3.4, but some of the changes in 3.5 (in particular some of the changes to IS) may mean that things like the high jerk settings are now causing problems that would not have been triggered in 3.4. I'm also not suggesting that for instance you run with IS disabled or that the suggested jerk values are the final ones, it it more a case of exploring possible causes.

                        Good Luck!

                        Adrian52undefined 2 Replies Last reply Reply Quote 0
                        • Adrian52undefined
                          Adrian52 @gloomyandy
                          last edited by

                          @gloomyandy Thanks for looking at the problem.

                          1. the output from M566 is
                          22/11/2023, 14:21:15 	M566
                          Maximum jerk rates (mm/min): X: 2100.0, Y: 2100.0, Z: 2100.0, E: 3000.0:3000.0, jerk policy: 1
                          

                          So that jerk command I have does seem to set both extruders.

                          1. I will try a lower E jerk setting
                          2. I played with the L parameter at DC42's suggestion, because with 3.5 I was getting very hesitant movement of the extruder, leaving lots of little loops on the print surface. This was the minimum value that gave fluent movement and a smooth surface.
                          3. I should have mentioned that I have already disabled IS, and still get the y slope

                          Will report how lower jerk looks

                          1 Reply Last reply Reply Quote 1
                          • Adrian52undefined
                            Adrian52 @gloomyandy
                            last edited by

                            @gloomyandy with E jerk at 500 for both extruders, I still get the y slope if the cube is 15% filled, but vertical sides if the cube has no fill. I checked this with the release version 1.8.0 of orca slicer.

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

                              @Adrian52 Did you experiment with lower jerk settings on X and Y? 2100 seems pretty high.

                              Adrian52undefined 2 Replies Last reply Reply Quote 0
                              • Adrian52undefined
                                Adrian52 @gloomyandy
                                last edited by

                                @gloomyandy not so far - can do. Didn't think they were that high for a delta.

                                1 Reply Last reply Reply Quote 0
                                • Adrian52undefined
                                  Adrian52 @balajiramani
                                  last edited by

                                  @balajiramani hi - I just tried vase mode in orca slicer, and it printed vertically for me. I am using a recent 3.5rc1+ (from 2023-11-1), so that may be the difference .

                                  balajiramaniundefined 1 Reply Last reply Reply Quote 0
                                  • Adrian52undefined
                                    Adrian52 @gloomyandy
                                    last edited by Adrian52

                                    @gloomyandy just tried with 900 x, y, and z jerk. The y slope remains the same. I originally tuned the jerk up to 2100 to control sharp corners bulging.

                                    1 Reply Last reply Reply Quote 0
                                    • balajiramaniundefined
                                      balajiramani @Adrian52
                                      last edited by

                                      @Adrian52 Can you point me to the link where I can download the 3.5rc1+ firmware for Duet Wifi? I would like to try that out.

                                      Adrian52undefined 1 Reply Last reply Reply Quote 0
                                      • Adrian52undefined
                                        Adrian52 @balajiramani
                                        last edited by

                                        @balajiramani I think this is it
                                        https://forum.duet3d.com/post/326478

                                        balajiramaniundefined 1 Reply Last reply Reply Quote 0
                                        • balajiramaniundefined
                                          balajiramani @Adrian52
                                          last edited by

                                          @Adrian52 Thanks for the link. I will give that a shot and report back.

                                          balajiramaniundefined 1 Reply Last reply Reply Quote 0
                                          • balajiramaniundefined
                                            balajiramani @balajiramani
                                            last edited by

                                            @balajiramani I tried the 3.5rc1+ firmware and the slope is no longer there.

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