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

    Printing speed just slow motion

    Scheduled Pinned Locked Moved Solved
    Using Duet Controllers
    4
    8
    453
    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.
    • axiomundefined
      axiom
      last edited by

      In the slicer (Cura) I set a print speed of 30 mm/s. However, the printer printed in absolute slow motion. What can be the reason?

      alankilianundefined 1 Reply Last reply Reply Quote 0
      • alankilianundefined
        alankilian @axiom
        last edited by

        @axiom

        You're going to have to post your config.g file so people can look at your settings.

        Also, it's helpful to post the output from the Diagnose command M122

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

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

          I would guess that the printer profile you are using has some speed commands for marlin in the start gcode that is setting the speed to a lower minimum than you have in config.g

          Check your slicer start gcode and remove any speed commands and make sure it's set to RepRap gcode flavor.

          Z-Bot CoreXY Build | Thingiverse Profile

          axiomundefined 2 Replies Last reply Reply Quote 0
          • axiomundefined
            axiom @Phaedrux
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • axiomundefined
              axiom @Phaedrux
              last edited by

              @Phaedrux
              Hi, here is my starting g-code. Which of these should I delete?

              M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
              M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate
              M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
              M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
              M220 S100 ;Reset Feedrate
              M221 S100 ;Reset Flowrate
              Screenshot 2022-11-07 193253.jpg
              Many greetings,
              Don

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

                @axiom delete the M201 and M203 lines.

                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
                • Phaedruxundefined
                  Phaedrux Moderator
                  last edited by

                  I'd delete these as well

                  M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
                  M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk

                  Z-Bot CoreXY Build | Thingiverse Profile

                  axiomundefined 1 Reply Last reply Reply Quote 0
                  • axiomundefined
                    axiom @Phaedrux
                    last edited by

                    @Phaedrux
                    I deleted all 4 lines... and what can I say... amazing speed!!
                    Thank you both
                    Many greetings,
                    Don

                    PS: New puzzles are just appearing again (progress display and filament consumption...but first the printer is running and I can devote myself to the insulation and construction space closure)

                    1 Reply Last reply Reply Quote 2
                    • Phaedruxundefined Phaedrux marked this topic as a question
                    • Phaedruxundefined Phaedrux has marked this topic as solved
                    • First post
                      Last post
                    Unless otherwise noted, all forum content is licensed under CC-BY-SA