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

    Duet mini 5 lulzbot won’t drive extruder

    Scheduled Pinned Locked Moved Unsolved
    Duet Hardware and wiring
    6
    24
    650
    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.
    • anthonymundefined
      anthonym @Phaedrux
      last edited by

      @Phaedrux the motor will turn outside but has no torque can stop it by hand.

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

        @anthonym for all of these commands, remove the second E parameter:

        
        M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation
        M92 X80.00 Y80.00 Z80.00 E80:80.00 ; set steps per mm
        M566 X900.00 Y900.00 Z60.00 E120.00:60.00 ; set maximum instantaneous speed changes (mm/min)
        M203 X6000.00 Y6000.00 Z200.00 E1200.00:200.00 ; set maximum speeds (mm/min)
        M201 X500.00 Y500.00 Z100.00 E250.00:100.00 ; set accelerations (mm/s^2)
        M906 X1300 Y1300 Z1300 E1350:1300 I30 ; set motor currents (mA) and motor idle factor in per cent
        

        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

        anthonymundefined 2 Replies Last reply Reply Quote 1
        • anthonymundefined
          anthonym @droftarts
          last edited by

          @droftarts M350 X16 Y16 Z16 E16: I1 ; configure microstepping with interpolation
          M92 X80 Y80 Z80 E420:80 ; set steps per mm
          M566 X900 Y900 Z150 E420:150 ; set maximum instantaneous speed changes (mm/min)
          M203 X6000.00 Y6000.00 Z300.00 E120.00: ; set maximum speeds (mm/min)
          M201 X500.00 Y500.00 Z300.00 E250.00: ; set accelerations (mm/s^2)
          M906 X1300 Y1300 Z1300 E150: I30 ; set motor currents (mA) and motor idle factor in per cent
          M84 S30 ; Set idle timeout

          Phaedruxundefined 1 Reply Last reply Reply Quote 0
          • anthonymundefined
            anthonym @droftarts
            last edited by

            @droftarts still does the same thing. I have another stepper I also tried and same thing. if I move over to the x driver it works. Same basically it wont drive e.

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

              @anthonym said in Duet mini 5 lulzbot won’t drive extruder:

              @droftarts M350 X16 Y16 Z16 E16: I1 ; configure microstepping with interpolation
              M92 X80 Y80 Z80 E420:80 ; set steps per mm
              M566 X900 Y900 Z150 E420:150 ; set maximum instantaneous speed changes (mm/min)
              M203 X6000.00 Y6000.00 Z300.00 E120.00: ; set maximum speeds (mm/min)
              M201 X500.00 Y500.00 Z300.00 E250.00: ; set accelerations (mm/s^2)
              M906 X1300 Y1300 Z1300 E150: I30 ; set motor currents (mA) and motor idle factor in per cent
              M84 S30 ; Set idle timeout

              Is this what you changed it to? Try this

              M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
              M92 X80.00 Y80.00 Z80.00 E80 ; set steps per mm
              M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
              M203 X6000.00 Y6000.00 Z200.00 E1200.00 ; set maximum speeds (mm/min)
              M201 X500.00 Y500.00 Z100.00 E250.00 ; set accelerations (mm/s^2)
              M906 X1300 Y1300 Z1300 E1350 I30 ; set motor currents (mA) and motor idle factor in per cent
              

              Also send M98 P"config.g" in the gcode console and copy and paste any error messages here.

              Z-Bot CoreXY Build | Thingiverse Profile

              anthonymundefined 2 Replies Last reply Reply Quote 0
              • anthonymundefined
                anthonym @Phaedrux
                last edited by

                @Phaedrux Yes

                1 Reply Last reply Reply Quote 0
                • anthonymundefined
                  anthonym @Phaedrux
                  last edited by

                  @Phaedrux said in Duet mini 5 lulzbot won’t drive extruder:

                  M98 P"config.g"

                  Error: in file macro line 27: M566: array too long, max length = 1

                  anthonymundefined 1 Reply Last reply Reply Quote 0
                  • anthonymundefined
                    anthonym @anthonym
                    last edited by

                    @anthonym Error: in file macro line 26: M92: array too long, max length = 1

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

                      Did you use the block from me above?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      anthonymundefined 1 Reply Last reply Reply Quote 0
                      • anthonymundefined
                        anthonym @Phaedrux
                        last edited by

                        @Phaedrux Yes that seems to have fixed it !!

                        1 Reply Last reply Reply Quote 0
                        • Phaedruxundefined Phaedrux marked this topic as a question
                        • Phaedruxundefined Phaedrux has marked this topic as solved
                        • droftartsundefined
                          droftarts administrators @anthonym
                          last edited by

                          @anthonym said in Duet mini 5 lulzbot won’t drive extruder:

                          @anthonym Error: in file macro line 26: M92: array too long, max length = 1

                          FYI these errors were because you didn’t remove the second E parameter.

                          M92 X80 Y80 Z80 E420:80 ; set steps per mm
                          M566 X900 Y900 Z150 E420:150 ; set maximum instantaneous speed changes (mm/min)
                          

                          You also left the colons : in after the first E parameter value, which may not have helped. And the motor had no torque as you had set it to 150mA:

                          M906 X1300 Y1300 Z1300 E150: I30 ; set motor currents (mA) and motor idle factor in per cent
                          

                          Ian

                          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

                          anthonymundefined 2 Replies Last reply Reply Quote 0
                          • anthonymundefined
                            anthonym @droftarts
                            last edited by

                            @droftarts Its seem to be working , I see that now thank you for explaining I really appreciate the help.

                            1 Reply Last reply Reply Quote 0
                            • anthonymundefined
                              anthonym @droftarts
                              last edited by

                              so the issue I am having now it’s extruding way too much if I ask for 10mm I get over 100 my steps per mm are 420 on the aero 2.85 mm with a .5 nozzle.

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

                                @anthonym send M92 and M350 from the command line and see what they report.

                                www.duet3d.com

                                anthonymundefined anthony1mundefined 2 Replies Last reply Reply Quote 1
                                • T3P3Tonyundefined T3P3Tony has marked this topic as unsolved
                                • anthonymundefined
                                  anthonym @T3P3Tony
                                  last edited by

                                  @T3P3Tony I will as soon as I get home and post the report. Thank you

                                  1 Reply Last reply Reply Quote 0
                                  • anthony1mundefined
                                    anthony1m @T3P3Tony
                                    last edited by

                                    @T3P3Tony
                                    Steps/mm: X: 80.000, Y: 80.000, Z: 80.000, E: 420.000
                                    Microstepping - X:16(on), Y:16(on), Z:16(on), E:16(on)

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

                                      Is your motor a 0.9 degree or 1.8 degree?

                                      Z-Bot CoreXY Build | Thingiverse Profile

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

                                        @anthony1m and you are definitely getting 10x the requested extrusion? Please measure the actual amount extruded when you send G1 E10

                                        www.duet3d.com

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