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

    Extruder issues with 3.2-beta 3.2 - Duet 3 MB6HC

    Scheduled Pinned Locked Moved
    General Discussion
    5
    38
    1.5k
    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.
    • deckingmanundefined
      deckingman @MikeGeppert
      last edited by

      @MikeGeppert Did you use the same steps per mm when you configured it as a U axis as you did when it was configured as an extruder? Also, which firmware version ?

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

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

        3.2-beta 3.2 -

        please update to rc-2

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

          3.2 final is now available as well. https://github.com/Duet3D/RepRapFirmware/releases/tag/3.2

          Z-Bot CoreXY Build | Thingiverse Profile

          MikeGeppertundefined 3 Replies Last reply Reply Quote 0
          • MikeGeppertundefined
            MikeGeppert @deckingman
            last edited by

            @deckingman Yes same everything, literetly just replaced the "E" with "U".
            I did have to use the "G1 U10" as opposed to using the extruder command buttons on the WEB interface.

            Mike Geppert

            1 Reply Last reply Reply Quote 0
            • MikeGeppertundefined
              MikeGeppert @Veti
              last edited by

              @Veti gosh I couldn't tell you. I guess I can look. It came with the kit I bought. It is a 24V pancake stepper. 4 wire. Like I said it runs great if I change all the "E" commands to "U" so I ruled out any port, wiring, stepper motor issues.

              Mike Geppert

              1 Reply Last reply Reply Quote 0
              • MikeGeppertundefined
                MikeGeppert @Phaedrux
                last edited by

                @Phaedrux The config file is pretty big and has lots of comments in it. I copied and pasted alot of the G-Code documentation to remind me what they do and what the parameters are. I can post tonight.

                For the Extruder I was just using the Buttons on the Web interface.
                For the "U" setup I used the console and "G1 U10". I did try "G1 E10" also when setup for the extruder and still got the issue.

                Now that I know the wiring is good and the stepper motor work like a champ I am really confused.

                Mike Geppert

                1 Reply Last reply Reply Quote 0
                • MikeGeppertundefined
                  MikeGeppert @Phaedrux
                  last edited by

                  @Phaedrux OOO Cool - I will thanks...
                  Is that what @Veti is trying to say with "rc-2" comment?

                  Mike Geppert

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

                    Veti was talking about release candidate 2 for 3.2, which is now defunct now that the final release of 3.2 is available.

                    Z-Bot CoreXY Build | Thingiverse Profile

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

                      To be clear: if you use the buttons in the web interface to command extrusion, the extruder just vibrates?

                      Please note, most of the extrusion speeds in the web interface are far too fast to extrude through a nozzle. They are intended for filament loading/unloading.

                      Please post your config.g file.

                      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

                      MikeGeppertundefined 1 Reply Last reply Reply Quote 0
                      • MikeGeppertundefined
                        MikeGeppert @Veti
                        last edited by

                        @Veti The stepper motor is a Stepperonline 17HS08-1004S

                        I am shooting for about 900mA.

                        Mike Geppert

                        1 Reply Last reply Reply Quote 0
                        • MikeGeppertundefined
                          MikeGeppert @Phaedrux
                          last edited by Phaedrux

                          @Phaedrux Here ya go (This is the version that has the "U" defined, the "E" is commented out):

                          G90    
                          M83   
                          M550 P"X301" 
                          M669 K1           
                          
                          M569 P0.0  S1 R0 D3 F3 B1 H200 V1000
                          M569 P0.1  S1 R0 D3 F3 B1 H200 V1000
                          M569 P0.2  S1 R0 D3 F3 B1 H200 V1000
                          M569 P0.3  S1 R0 D3 F3 B1 H200 V1000
                          M569 P0.4  S0 R0 D3 F3 B1 H200 V1000
                          ;M569 P20.0 S0 R0 D3 F3 B1 H200 V1000
                          
                          ;M584 X0.0        Y0.1        Z0.2:0.3    E20.0
                          ;M584 X0.0        Y0.1        Z0.2:0.3    E0.4  
                          M584 X0.0        Y0.1        Z0.2:0.3    U0.4  
                          ;M350 X256        Y256        Z256        E16         I0
                          ;M92  X1280.00    Y1280.00    Z25600.00   E436.54 
                          ;M566 X900.00     Y900.00     Z60.00      E120.00     
                          ;M203 X12000.00   Y12000.00   Z6000.00    E1000.00
                          M350 X256        Y256        Z256        U16         I0  
                          M92  X1280.00    Y1280.00    Z25600.00   U436.54 
                          M566 X900.00     Y900.00     Z50.00      U120.00      
                          M203 X12000.00   Y12000.00   Z6000.00    U1000.00 
                          
                          ;M201 X5000.00    Y5000.00    Z500.00    E5000.00 
                          M201 X5000.00    Y5000.00    Z500.00    U5000.00 
                          
                          M906 X{2000*0.8} 
                          M906 Y{2000*0.8} 
                          M906 Z{2000*0.8}
                          ;M906 E{1000*0.9}
                          M906 U{1000*0.9}
                          
                          M906 I30 
                          
                          M84 S30
                          
                          M208 X0:330 Y0:330  Z-1:330
                          
                          ; M574 Z1 S2 P"!20.io0.in"
                          M574 Z0 P"nil"
                          
                          M574 X1 Y1 S3
                          
                          M915 X Y S3  F0 H200 T1 R0
                          M915 Z   S20 F0 H200 T1 R0
                          
                          ;M558 P8 F300 R0.4 C"!20.io0.in"
                          M558 P8 F300 R0.4 C"!io1.in"
                          
                          G31  P100 X0 Y0 Z-0.180
                          
                          M557 X0:300 Y0:300 P5:5
                          
                          M671 X-25:314 Y157:157 S10 
                          
                          M308 S0 P"temp0"    Y"thermistor" A"Bed"     T100000 B3950 H14
                          ;M308 S1 P"20.temp0" Y"thermistor" A"Hot End" T100000 B4267 ; H-26
                          M308 S1 P"temp1"    Y"thermistor" A"Hot End" T100000 B4267
                          M308 S2             Y"mcu-temp"   A"MCU"
                          
                          M950 H0 C"out0"    T0
                          ;M950 H1 C"20.out0" T1
                          M950 H1 C"out1"    T1
                          
                          ;M307 H0 R0.293  C615.6 D2.40 S1.00 V24.1
                          M307 H0 R0.300  C545.2 D2.36 S1.00 V24.1
                          ;M307 H1 R36.204 C15.7  D1.22 S1.00 V24.2
                          M307 H1 R3.201  C197.5 D5.04 S1.00 V24.2
                          
                          M140 H0 
                          
                          M143 H0 S80  X0
                          M143 H1 S280 X1
                          
                          ;M950 F0 C"20.out2" Q500
                          ;M950 F1 C"20.out1" Q500
                          M950 F0 C"out7"             Q500
                          M950 F1 C"out8"             Q500
                          M950 F2 C"!out4+^out4.tach" Q500
                          
                          M106 P0 S0 H-1 C"Part Cooling"
                          M106 P1 S1 H1  C"Hot End"       T50
                          M106 P2 S2 H-1 C"Case"
                          
                          M563 P0 S"Hot End" D0 H1 F0:1
                          G10 P0 X0 Y0 Z0
                          G10 P0 R0 S0     
                          
                          M451
                          
                          ; Setup NeoPixel
                          M150 X1 Q3000000 
                          M150 S2 F0 P128 R255 U000 B000
                          G4   S1                 
                          M150 S2 F0 P128 R000 U255 B000
                          G4   S1                    
                          M150 S2 F0 P128 R000 U000 B255
                          G4   S1                         
                          M150 S1 F1 P128 R255 U255 B000
                          M150 S1 F0 P128 R000 U000 B255
                          G4   S1                    
                          M150 S1 F1 P128 R255 U000 B255 
                          M150 S1 F0 P128 R255 U255 B000 
                          G4   S1                         
                          M150 S1 F1 P128 R000 U255 B255
                          M150 S1 F0 P128 R255 U000 B255
                          G4   S1                    
                          M150 S1 F1 P128 R255 U140 B000 
                          M150 S1 F0 P128 R000 U255 B255 
                          G4   S1 
                          M150 S1 F1 P128 R255 U255 B255  
                          M150 S1 F0 P128 R255 U140 B000  
                          G4   S1                     
                          M150 S2 F0 P128 R255 U255 B255  
                          G4   S2                         
                          M150 S2 F0 P128 R000 U255 B000
                          
                          ;M575 P1 S1 B57600
                          
                          T0
                          

                          Mike Geppert

                          Phaedruxundefined 1 Reply Last reply Reply Quote 0
                          • MikeGeppertundefined
                            MikeGeppert @Phaedrux
                            last edited by

                            @Phaedrux Hmmm the update did not go well. Trying to recover the system now.

                            Mike Geppert

                            1 Reply Last reply Reply Quote 0
                            • MikeGeppertundefined
                              MikeGeppert @dc42
                              last edited by

                              @dc42 Thanks for the response.

                              If I do a "G1 E10" I get the same effect.
                              I actually removed the stepper from the extruder and it is just sitting on the bed now. I am looking at the gear on the motor.
                              If I set it up as a "U" it turns as expected with "G1 U10".
                              If I set up as a "E" it vibrates with almost no torque. I can put my finger on the gear and feel almost no torque at all.

                              Mike Geppert

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

                                Can you send M98 P"config.g" and post the response?

                                Your spacing is very odd and I wonder if there is a non-standard character in there causing something to barf.

                                Could you maybe try a basic config generated by the online config tool just to rule out the config?

                                https://configtool.reprapfirmware.org/Start

                                Z-Bot CoreXY Build | Thingiverse Profile

                                MikeGeppertundefined 1 Reply Last reply Reply Quote 0
                                • MikeGeppertundefined
                                  MikeGeppert @Phaedrux
                                  last edited by

                                  @Phaedrux Is this right? I was expecting an rc2 somewhere:
                                  1/5/2021, 10:42:56 PM M115
                                  FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.2 ELECTRONICS: Duet 3 MB6HC v1.01 or later FIRMWARE_DATE: 2021-01-05

                                  Mike Geppert

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

                                    Yup that is correct. 3.2 RC2 has been replaced by 3.2 final, which you appear to be using.

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    MikeGeppertundefined 1 Reply Last reply Reply Quote 0
                                    • MikeGeppertundefined
                                      MikeGeppert @Phaedrux
                                      last edited by

                                      @Phaedrux said in Extruder issues with 3.2-beta 3.2 - Duet 3 MB6HC:

                                      M98 P"config.g"

                                      1/5/2021, 10:44:40 PM M98 P"config.g"

                                      Kind of unexciting? Its got a green background I think that is a good thing?

                                      Mike Geppert

                                      MikeGeppertundefined 1 Reply Last reply Reply Quote 0
                                      • MikeGeppertundefined
                                        MikeGeppert @Phaedrux
                                        last edited by

                                        @Phaedrux Great Thanks!
                                        Same issue. "U" works, "E" not so much...

                                        Mike Geppert

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

                                          Hmm.. no, there should be a few messages if everything is good and some errors if it's not. I think something is amiss with your config.

                                          Can you try a basic config generated by the config tool?

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          MikeGeppertundefined 2 Replies Last reply Reply Quote 0
                                          • MikeGeppertundefined
                                            MikeGeppert @Phaedrux
                                            last edited by

                                            @Phaedrux Sure - give me like 30 min or so.

                                            Mike Geppert

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