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

    Fan1 dont show

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    2
    25
    775
    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.
    • Phaedruxundefined
      Phaedrux Moderator @TPJensen
      last edited by

      @tpjensen said in Fan1 dont show:

      ; Fans
      M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on

      M106 P0 H-1 controls the Fan0 port and would be for your part cooling fan, which should show up in the DWC as a slider, and be controllable by the slicer in Gcode during a print.

      M106 P1 H1 T45 controls the Fan1 port and should be for your hotend fan, it is configured to turn on automatically when the temperature reaches 45c.

      https://duet3d.dozuki.com/Wiki/Connecting_and_configuring_fans

      Z-Bot CoreXY Build | Thingiverse Profile

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

        ; Tools
        M563 P0 D0 H1 ; Define tool 0

        Further, this command attaches the Fan0 port to your tool, which should make it controllable via the tool fan slider in the DWC.

        Z-Bot CoreXY Build | Thingiverse Profile

        TPJensenundefined 1 Reply Last reply Reply Quote 0
        • TPJensenundefined
          TPJensen @Phaedrux
          last edited by

          @phaedrux said in Fan1 dont show:

          ; Tools
          M563 P0 D0 H1 ; Define tool 0

          Further, this command attaches the Fan0 port to your tool, which should make it controllable via the tool fan slider in the DWC.

          I have 2 part cooler 1 hotend cooler

          Hotend cooler start when hotend is heated and then only 1 part part cooler turns on with the layer I set it to

          0_1567712674195_Fan slider.jpg

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

            If you have 2 part cooling fans, how are the connected to the board?

            Z-Bot CoreXY Build | Thingiverse Profile

            TPJensenundefined 1 Reply Last reply Reply Quote 0
            • TPJensenundefined
              TPJensen @Phaedrux
              last edited by

              @phaedrux

              They are like this

              Hotend fan on : Fan1
              Part cooler Fan0 : Fan0
              Part cooler Fan1: Fan2

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

                @phaedrux said in Fan1 dont show:

                M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off

                Alright, so you need a M106 command for Fan port 2 similar to the one for fan port 0.

                M106 P2 S0 I0 F500 H-1 ; Set fan 2

                Z-Bot CoreXY Build | Thingiverse Profile

                TPJensenundefined 1 Reply Last reply Reply Quote 0
                • TPJensenundefined
                  TPJensen @Phaedrux
                  last edited by

                  @phaedrux said in Fan1 dont show:

                  M106 P2 S0 I0 F500 H-1 ; Set fan 2

                  Do I write that as a extra line ?

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

                    Yes. Add it below the other 2.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    TPJensenundefined 2 Replies Last reply Reply Quote 0
                    • TPJensenundefined
                      TPJensen @Phaedrux
                      last edited by

                      @phaedrux said in Fan1 dont show:

                      Yes. Add it below the other 2.

                      Done and it worked 😎 So now I will make the print again tommorow

                      Just one thing more how and where do I write M929 P"eventlog.txt" S1 ; start logging to file eventlog.txt
                      M929 S0 ; stop logging

                      Phaedruxundefined 1 Reply Last reply Reply Quote 0
                      • TPJensenundefined
                        TPJensen @Phaedrux
                        last edited by

                        @phaedrux

                        And thank you so much for your help 🤝 👍

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

                          @tpjensen said in Fan1 dont show:

                          @phaedrux said in Fan1 dont show:

                          Yes. Add it below the other 2.

                          Done and it worked 😎 So now I will make the print again tommorow

                          Just one thing more how and where do I write M929 P"eventlog.txt" S1 ; start logging to file eventlog.txt
                          M929 S0 ; stop logging

                          You could add the start to config.g and the stop to your slicer end gcode.

                          Though I question if at this point you actually need it. Logging can also have a negative impact on performance due to the overhead. Best not to use it unless you need it.

                          Z-Bot CoreXY Build | Thingiverse Profile

                          TPJensenundefined 2 Replies Last reply Reply Quote 0
                          • TPJensenundefined
                            TPJensen @Phaedrux
                            last edited by

                            @phaedrux

                            I dont want to have the M929 running expect if it fails again with the hotend stops heating.

                            So it is just to see what happens if I get more fails.

                            1 Reply Last reply Reply Quote 0
                            • TPJensenundefined
                              TPJensen @Phaedrux
                              last edited by

                              @phaedrux

                              Okay update

                              Maybe I have done some wires wrong... Both fans show up in web control and fan0 start on 3 layer like I told it to do i slicer but the other part cooler fan1 dont turn on unless I use the slider in control panel.

                              Another problem is when fans turn on hot temp fall from 240 to about 230-232 with only the fan0 if I turn fan1 on same time I will get Heater 1 fail. Can it be something about the power to the hotend ?

                              When fan0 turn on and I wait 1-2 min. and turn fan1 on slowly temp drops but no fail on hotend and after that temp is constand.

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

                                Ah yes there is one more piece to the config missing. We need to add the extra fan to the tool definition.

                                M563 P0 D0 H1 ; Define tool 0

                                Should become

                                M563 P0:2 D0 H1 ; Define tool 0

                                That should attach fan0 and fan2 to tool 0

                                Z-Bot CoreXY Build | Thingiverse Profile

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

                                  To solve the fans cooling the hotend too much you'll have to aim the fans more carefully so they aren't blowing on the heater block.

                                  You can also use a silicone heater block sock to cover it and shield it from the cool air.

                                  And you can also run the PID tuning with the fans running at your regular print speed so that the model can account for the extra cooling of the block.

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  TPJensenundefined 2 Replies Last reply Reply Quote 0
                                  • TPJensenundefined
                                    TPJensen @Phaedrux
                                    last edited by

                                    @phaedrux said in Fan1 dont show:

                                    Ah yes there is one more piece to the config missing. We need to add the extra fan to the tool definition.

                                    M563 P0 D0 H1 ; Define tool 0

                                    Should become

                                    M563 P0:2 D0 H1 ; Define tool 0

                                    That should attach fan0 and fan2 to tool 0

                                    Super thank you so much, I'am glad your want to help

                                    1 Reply Last reply Reply Quote 0
                                    • TPJensenundefined
                                      TPJensen @Phaedrux
                                      last edited by

                                      @phaedrux said in Fan1 dont show:

                                      To solve the fans cooling the hotend too much you'll have to aim the fans more carefully so they aren't blowing on the heater block.

                                      You can also use a silicone heater block sock to cover it and shield it from the cool air.

                                      And you can also run the PID tuning with the fans running at your regular print speed so that the model can account for the extra cooling of the block.

                                      I have made a order now on silicone socks

                                      1 Reply Last reply Reply Quote 0
                                      • TPJensenundefined
                                        TPJensen @Phaedrux
                                        last edited by

                                        @phaedrux said in Fan1 dont show:

                                        And you can also run the PID tuning with the fans running at your regular print speed so that the model can account for the extra cooling of the block

                                        Okay what is PID tunning and how is this done ?

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

                                          https://duet3d.dozuki.com/Wiki/Tuning_the_heater_temperature_control

                                          https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+4:+Calibration/40#s161

                                          Z-Bot CoreXY Build | Thingiverse Profile

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

                                            I think I made a mistake with the tool definition I provided above.

                                            M563 P0:2 D0 H1 ; Define tool 0 is incorrect.

                                            I should have said M563 P0 D0 H1 F0:2 ; Define tool 0

                                            Z-Bot CoreXY Build | Thingiverse Profile

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