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

    Display second control for fan

    Scheduled Pinned Locked Moved
    Firmware installation
    3
    12
    271
    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.
    • axiomundefined
      axiom
      last edited by

      I have two mold fans, both of which are also running, but the control is only displayed for one in the overview. How can I display the control for the second fan in the overview?

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

        How do you have the fans configured in config.g?

        Z-Bot CoreXY Build | Thingiverse Profile

        axiomundefined 2 Replies Last reply Reply Quote 0
        • axiomundefined
          axiom @Phaedrux
          last edited by

          @phaedrux Here is my code in confit.g:
          ; Fans
          M950 F0 C"fan1" Q500 ; create fan 0 on pin fan1 and set its frequency
          M106 P0 S1 H0 T45 ; set fan 0 value. Thermostatic control is turned on
          M950 F1 C"fan0" Q500 ; create fan 1 on pin fan0 and set its frequency
          M106 P0 S1 H0 T45 ; set fan 1 value. Thermostatic control is turned on

          axiomundefined 1 Reply Last reply Reply Quote 0
          • axiomundefined
            axiom @axiom
            last edited by

            @axiom said in Display second control for fan:

            @phaedrux Here is my code in confit.g:
            ; Fans
            M950 F0 C"fan1" Q500 ; create fan 0 on pin fan1 and set its frequency
            M106 P0 S1 H0 T45 ; set fan 0 value. Thermostatic control is turned on
            M950 F1 C"fan0" Q500 ; create fan 1 on pin fan0 and set its frequency
            M106 P0 S1 H0 T45 ; set fan 1 value. Thermostatic control is turned on

            and this ist the overview
            Bildschirmfoto 2022-08-01 um 07.33.41.png

            jay_s_ukundefined 1 Reply Last reply Reply Quote 0
            • axiomundefined
              axiom @Phaedrux
              last edited by

              @phaedrux
              and this is my overview
              Bildschirmfoto 2022-08-01 um 07.33.41.png

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

                @axiom thermostatic fans aren't controllable
                What do you have in your config for M563?

                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

                axiomundefined 1 Reply Last reply Reply Quote 0
                • axiomundefined
                  axiom @jay_s_uk
                  last edited by

                  @jay_s_uk
                  ; Tools
                  M563 P0 S"Filament" D0 H1 F0 ; 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
                  M563 P1 S"Stuetzkonstruktion" D1 H2 F0 ; define tool 1
                  G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets
                  G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C

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

                    @axiom you've defined F0 to the tool when it's none controllable.
                    Either remove the F0 from the M563 and let the firmware turn them on above 45 degrees or modify the M106 for each fan and make them none thermostatic by remove the T45 and changing H1 to H-1

                    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

                    axiomundefined 1 Reply Last reply Reply Quote 0
                    • axiomundefined
                      axiom @jay_s_uk
                      last edited by

                      @jay_s_uk But why does fan 1 have automatic control and a manual display on the display at the same time?

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

                        @axiom by adding f0 to the M563 you've mapped the fan to the tool as the "tool" fan, which is the part cooling fan for that tool. Its mainly for multi tool setups.
                        Fans that are thermostatic, when setup correctly, aren't displayed in DWC and aren't controllable

                        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

                        axiomundefined 1 Reply Last reply Reply Quote 0
                        • axiomundefined
                          axiom @jay_s_uk
                          last edited by

                          @jay_s_uk I would also like to be able to manually adjust the fan speed when printing...

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

                            @axiom then make them none thermostatic and control them with gcode. its one or the other, not both

                            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
                            • First post
                              Last post
                            Unless otherwise noted, all forum content is licensed under CC-BY-SA