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

    Trouble with M201 and M566 settings

    Scheduled Pinned Locked Moved Solved
    Tuning and tweaking
    7
    48
    2.4k
    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.
    • Jeredundefined
      Jered
      last edited by

      I am still not satisfied with the M201 command. I changed it to 1 and still I can not see any difference in performance. It appears that this setting does nothing. That being said, I need this to work.

      I have literally tried at least 50 different values for this setting and can not see that it is having an effect.

      To account for this setting not doing what I think it should, I have had to greatly reduce my print speed to 50mm/s to get a good quality of print.

      I am very bummed that this very expensive 3d printer is getting its ass kick by my cheap Ender 5 in quality of print.......

      If I make these same changes on my cnc machine, the difference is VERY noticable. But not here.

      deckingmanundefined Norderundefined 2 Replies Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        How are you sending the command?
        Does your sliced gcode file include M201 commands from the slicer?
        If you send M201 by itself, what does it report the current values as?

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • deckingmanundefined
          deckingman @Jered
          last edited by

          @Jered said in Trouble with M201 and M566 settings:

          If I make these same changes on my cnc machine, the difference is VERY noticable. But not here.

          That's likely because your CNC machine does not have an extruder. Therefore it's only X and Y moves that need to be synchronised. Whereas your printer needs to have extruder moves start and end in sync with the X and Y axes moves. Because you have capped the speed of the extruder by having very low accelerations and instantaneous speeds, then the X and Y axes will be slowed to keep in sync with the (slow) extruder. So you can change X and Y as much as you like but unless you also raise the thresholds for "E", then in order to maintain synchronisation, the X and Y acceleration and jerk will be capped by the low extruder settings.

          I explained all this to you in my earlier post.

          Ian
          https://somei3deas.wordpress.com/
          https://www.youtube.com/@deckingman

          1 Reply Last reply Reply Quote 1
          • Norderundefined
            Norder @Jered
            last edited by

            @Jered
            I already wrote to you in another thread that you should set the jerk values for Z and all extruders to 1200mm/min.
            Because 6mm/min for Z and 120mm/min each for the extruder is too slow.

            Please post...

            • Your current config.g

            • A GCode of a printed part.

            • A screenshot of your printer settings in your slicer

            This might help to solve your problem faster.

            Google Translate
            -- Original Text --

            Ich hatte Dir in einem anderen Thread auch schon geschrieben dass Du die Jerk Werte für Z und alle Extruder auf 1200mm/min stellen solltest.
            Denn 6mm/min für Z und je 120mm/min für die Extruder ist zu langsam.

            Bitte poste...

            • Deine aktuelle config.g

            • Ein GCode eines Druckteil.

            • Ein Screenshot Deiner Drucker Einstellungen in Deinem Slicer

            Dieses könnte helfen Dein Problem schneller zu lösen.

            DDA5X... 0.9° Stepper... Linearrails... Duet 2 Wifi... PT100 Board... Duet IR-Probe... Dyze Pro Kit up to 500°C.. etc
            Thingiverse

            1 Reply Last reply Reply Quote 0
            • Jeredundefined
              Jered
              last edited by

              I wonder if there is a problem with the M201 setting using the 1XD boards. I am using these boards for x y and z.

              droftartsundefined 1 Reply Last reply Reply Quote 0
              • droftartsundefined
                droftarts administrators @Jered
                last edited by

                @Jered how are actually testing? With a Gcode file? Try testing manually. Set M201 for X and Y axis. Send a long G1 move, just in X and/or Y. Change M201 and repeat. This should show the effect of changing acceleration.

                As others have already said, if you have mesh levelling or run the extruder at the same time, motor settings for them may affect the acceleration and speed of the X and Y axes, so test without these.

                If you are sending a Gcode file to test, send M201 on its own to show current setting before it starts, and during, then you will know if the Gcode file is overriding the values you set.

                Ian

                Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                Jeredundefined 1 Reply Last reply Reply Quote 0
                • Jeredundefined
                  Jered @droftarts
                  last edited by

                  @droftarts
                  I will check this. It will take me a while as a print is currently running.

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

                    You can send M201 by itself at any time and it will report the current values.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • Jeredundefined
                      Jered
                      last edited by

                      I have been testing this with the latest version of Super Slicer (SS) as it allows more control over accel throughout the print than Simplify (which has none), and the results are, it is working. However, I am not sure why the machine is operating out of the config limits with Simplify.

                      In SS the accel is controlled per feature, and is changing all the time, which is nice.

                      However, it is weird that the Ender and the Vcore perform completely different with the same settings.

                      Ender accel is set at 500 mm/m and jerk is set to 10 mm/s. I change these to match in the Duet config, and it doesn't seem to matter about the accel, the jerk setting does seem to do something.

                      So having SS adjust the settings where I want them works, but the limiting factors in the config, for accel, do not seem to matter.

                      So I am guessing that changing them while a print is running would also work. But if I rely on the config alone, then my print suffers.

                      It still bothers me that I have to go through the extra leg work of using a different slicer to get the Duet to work, but with Enders cheap board, it does what I want without dictating everything the machine is doing through the slicer.

                      Any thoughts?
                      What slicer does Duet recommend?

                      Phaedruxundefined deckingmanundefined 3 Replies Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator @Jered
                        last edited by

                        @Jered said in Trouble with M201 and M566 settings:

                        Any thoughts?

                        @Phaedrux said in Trouble with M201 and M566 settings:

                        How are you sending the command?
                        Does your sliced gcode file include M201 commands from the slicer?
                        If you send M201 by itself, what does it report the current values as?

                        Z-Bot CoreXY Build | Thingiverse Profile

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

                          @Jered said in Trouble with M201 and M566 settings:

                          but the limiting factors in the config, for accel, do not seem to matter.

                          I would guess that somewhere along the line the value is getting changed from what you have in your config.g to whatever value is in the sliced gcode file. y previous post has questions that would help determine if that's the case.

                          Do you also happen to have an M204 command that sets print move and travel acceleration? M201 is the upper limit, but M204 can set it lower. Send M204 by itself in the console and see what it reports.

                          And if you're still running with low jerk values on Z and E, it could be the limiting factor.

                          Z-Bot CoreXY Build | Thingiverse Profile

                          1 Reply Last reply Reply Quote 0
                          • deckingmanundefined
                            deckingman @Jered
                            last edited by

                            @Jered said in Trouble with M201 and M566 settings:

                            Any thoughts?

                            My only thoughts have to do with horses, water, and drinking.

                            Ian
                            https://somei3deas.wordpress.com/
                            https://www.youtube.com/@deckingman

                            1 Reply Last reply Reply Quote 0
                            • Jeredundefined
                              Jered
                              last edited by

                              Super Slicer adds an M204 500 command towards the beginning of the print. Simplify does not.

                              But I did find only 1 instant of this command throughout the Super Slicer version of gcode.

                              I will add that command into an existing Simplify gcode to see if it now behaves the same on the Vcore.

                              1 Reply Last reply Reply Quote 0
                              • Jeredundefined
                                Jered
                                last edited by

                                So I added that command at the beginning (M204 500) of my Simplify gcode and the Vcore is now behaving like the Ender.

                                Not sure why the gcode would need this added to it when it is in the config. Maybe it is because I am using 1XD boards for my axis and somehow it is not being reported to those boards through the config.

                                I guess this is also a non-issues as long as I know how to get around it. I will add this code to my gcode from now on.

                                Just thought I would include my config:

                                config (1).g

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

                                  What does M201 and M204 report on a fresh reboot?

                                  What do they report when running a simplify3d gcode file that doesn't have the added M204?

                                  Z-Bot CoreXY Build | Thingiverse Profile

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

                                    @Jered said in Trouble with M201 and M566 settings:

                                    Just thought I would include my config:
                                    config (1).g

                                    M566 X300.0 Y300.0 Z6.00 E120
                                    

                                    Your jerk values are still incredibly low. 6mm/min is 0.1mm per sec.

                                    120mm/min isn't much faster at 2mm per sec.

                                    Those will be a major limiting factor on the XY speeds, especially if you use mesh compensation that requires moving the Z axis in relation to XY position.

                                    I suggest you change Z jerk to at least 60, and E jerk to 3000

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    Jeredundefined 1 Reply Last reply Reply Quote 0
                                    • Jeredundefined
                                      Jered @Phaedrux
                                      last edited by

                                      @Phaedrux
                                      M201 reports 3000 for x and y
                                      M204 reports 500 for x and Y

                                      I am printing currently with the Simplify gcode that I added the M204 500 command. I will have to try again without it and set the accel from 3000 to 500 and see what happens.

                                      The jerk value for Z I got from the Vcore firmware setup for Duet. Maybe they meant 60. I will change it.

                                      1 Reply Last reply Reply Quote 0
                                      • Jeredundefined
                                        Jered
                                        last edited by

                                        Before I run this next test, you can see from the info above and my attached config, there is a discrepancy. Why?

                                        M201 reports 3000 when you can see in the config that it is set to 500.

                                        config.g

                                        1 Reply Last reply Reply Quote 0
                                        • Jeredundefined
                                          Jered
                                          last edited by

                                          Ok, the second test is done. Which was to remove the M204 500 command. Below are the results.

                                          I don't understand what is going on. The Z and E have the correct accel. What happened to the x and y? Also, what is this max accel doing at 20,000! Do I need to add this to my config?

                                          I have also attached my config so you don't have to search for it.

                                          config.g

                                          Screenshot 2022-10-18 122933.jpg

                                          Jeredundefined Norderundefined 2 Replies Last reply Reply Quote 0
                                          • Jeredundefined
                                            Jered @Jered
                                            last edited by

                                            @Jered

                                            The command was M204 P500 Just to be clear. I left the "P" out of the reply from above.

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