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

    Extrusion problems that seem to appear random

    Scheduled Pinned Locked Moved
    General Discussion
    3
    13
    502
    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.
    • Leeundefined
      Lee @Phaedrux
      last edited by

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

        @phaedrux
        First of all thanks for the help i found the problem yesterday. the problem was that the heartbreak and the nozzle weren't quite tightened against each other. But i dont quite get how what you are suggesting about changing in the config the fans 0,2 are the part cooling fans and fan 1 is the heatsink fan.
        Would you be so kind an post the cahnges i would need to make. Thanks in advance

        ctilley79undefined 1 Reply Last reply Reply Quote 0
        • ctilley79undefined
          ctilley79 @Lee
          last edited by ctilley79

          @lee It's because M563 is only supposed to define the part cooling fans. remove your heat sink fan from the F parameter.

          Relevant parameter for M563
          f48ff40d-52d3-46cf-9e71-82fc426749aa-image.png

          Your heatsink fan is linked to a heater in your M106 command when you define your fan. for example:

          M950 F1 C"121.out_2" Q10
          M106 P1 C"Heatsink Fan" S0.8 H1 T45	; assigns fan F1 to Heater 1 and sets thermostatic control temp
          
          ; Tools
          M563 P0 S"Extruder" D0 H1 F0		; define tool 0 where part cooling fan is F0.
          

          In your case the M563 command should read as follows.

          M563 P0 S"E3D V6" D0 H1 F0:2
          
          
          Leeundefined 1 Reply Last reply Reply Quote 0
          • Leeundefined
            Lee @ctilley79
            last edited by Lee

            @ctilley79 Thank you very much
            I now have this in my config```

            ; Fans
            M950 F0 C"fan0" Q5000                          			; create fan 0 on pin fan0 and set its frequency
            M106 P0 C"Part cooling Fan R" S1 H-1           			; set fan 0 name and value. Thermostatic control is turned off
            M950 F1 C"fan1" Q5000                          			; create fan 1 on pin fan1 and set its frequency
            M106 P1 C"Heatsink Fan" S1 H1 T45              			; set fan 1 name and value. Thermostatic control is turned on
            M950 F2 C"fan2" Q5000                          			; create fan 2 on pin fan2 and set its frequency
            M106 P2 C"Part cooling Fan L" S1 H-1           			; set fan 2 name and value. Thermostatic control is turned off
            
            ; Tools
            M563 P0 D0 H1 F0:2                             			; define tool 0
            G10 P0 X0 Y0 Z0                                			; set tool 0 axis offsets
            G10 P0 R0 S0                                   			; set initial tool 0 active and standby temperatures to 0C
            

            882764f9-7bdc-42de-bf18-f19792ad0006-image.png
            I now have a new Fan (Heatsink Fan) in the control panel but i can't control it. I think this is right because this is the Heatsink fan, why would it show up as a controllable fan.

            ctilley79undefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
            • ctilley79undefined
              ctilley79 @Lee
              last edited by ctilley79

              @lee What firmware version are you running? I can't seem to duplicate the issue. I've got one printer on 3.3 and another on 3.4b7. If I recall, I had this issue on older firmwares. I've compared your config with mine, and it should work.

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

                @lee said in Extrusion problems that seem to appear random:

                but i can't control it.

                It's a thermostatically controlled fan, so you can't manually control it.

                Z-Bot CoreXY Build | Thingiverse Profile

                ctilley79undefined 1 Reply Last reply Reply Quote 0
                • ctilley79undefined
                  ctilley79 @Phaedrux
                  last edited by

                  @phaedrux You didn't understand what he's saying. Thermostatically controlled fans shouldn't show up in DWC. They don't show up on my printers.

                  Look at my dashboard. Notice my heatsink fan is not in the list... because it shouldn't be....

                  b8593679-111a-4f76-b1c8-6ac7cfad9bf1-image.png

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

                    yes it seems like something is out of sync.

                    I suggest uploading this zip file and seeing if it will update everything to 3.3 for you.

                    https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet2and3Firmware-3.3.zip

                    Z-Bot CoreXY Build | Thingiverse Profile

                    Leeundefined 2 Replies Last reply Reply Quote 0
                    • Leeundefined
                      Lee @Phaedrux
                      last edited by Lee

                      @phaedrux Ok I will try this and share my results

                      1 Reply Last reply Reply Quote 0
                      • Leeundefined
                        Lee @Phaedrux
                        last edited by

                        @phaedrux Yup that did it Thank you very much

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