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

    Slow printing whit duet2 wifi on ender 3 pro

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    6
    16
    663
    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.
    • Vetiundefined
      Veti
      last edited by

      set the g code flavour to reprap in the printer config in cura.

      hannes0913undefined 1 Reply Last reply Reply Quote 0
      • hannes0913undefined
        hannes0913 @Veti
        last edited by

        @Veti that's how it is already imaged, but it still prints slowly

        1 Reply Last reply Reply Quote 0
        • Vetiundefined
          Veti
          last edited by

          post the beginning of a g code where it is slow.

          hannes0913undefined 2 Replies Last reply Reply Quote 0
          • hannes0913undefined
            hannes0913 @Veti
            last edited by

            @Veti what do you mean?

            T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
            • T3P3Tonyundefined
              T3P3Tony administrators @hannes0913
              last edited by

              @hannes0913 the file you are trying to print, that is printing slow. Please upload that.

              www.duet3d.com

              1 Reply Last reply Reply Quote 0
              • hannes0913undefined
                hannes0913 @Veti
                last edited by

                @Veti
                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

                G28 ;Home

                G92 E0 ;Reset Extruder
                G1 Z2.0 F3000 ;Move Z Axis up
                G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
                G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
                G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
                G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
                G92 E0 ;Reset Extruder
                G1 Z2.0 F3000 ;Move Z Axis up

                1 Reply Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk
                  last edited by

                  Your jerk is really low. I would multiply that by at least 60. Don't for get it's in mm/min

                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                  1 Reply Last reply Reply Quote 0
                  • Vetiundefined
                    Veti
                    last edited by

                    @hannes0913 said in Slow printing whit duet2 wifi on ender 3 pro:

                    M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate

                    that is in mm/min

                    500mm/sec is 8.3 mm/sec. that is really slow

                    are you sure that you set the flavor to reprap in cura?
                    015f26f4-ea87-40df-a5f0-9f26a1aa8e9b-image.png

                    1 Reply Last reply Reply Quote 0
                    • chas2706undefined
                      chas2706
                      last edited by

                      @Veti If you are running a recent version of Cura it comes with a pre-configured set of profiles for the Ender 3. I had the same problem. I assume that your speed settings shown above are in the Cura start.g. Go to start.g and comment out M201,M203,M204,M205,M220 and M221. The next print you slice will print at the speeds set up in RRF.

                      1 Reply Last reply Reply Quote 0
                      • Vetiundefined
                        Veti
                        last edited by

                        ah those are the CreawsomeMod settings. yes. they need to be removed for the duet.

                        1 Reply Last reply Reply Quote 0
                        • chas2706undefined
                          chas2706
                          last edited by

                          Yes that's correct otherwise the printer is extremely slow.

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