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

    Why layer fans are on when power on printer

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    7
    800
    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.
    • peirofundefined
      peirof
      last edited by

      Hi,

      i have a menor issue, layer fans are on with power on printer. Why can be this... i'd like that layer fans are off until print reach the layer in slicer when have to go power on...

      why?

      1 Reply Last reply Reply Quote 0
      • Scachiundefined
        Scachi
        last edited by Scachi

        I have started with a fresh config for my new printer and the web-configurator had set the fan0 to 0.3 for me on boot:
        M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off

        I changed the S parameter value to 0.0 to have my layer fan off after powering on the printer
        M106 P0 S0.0 I0 F500 H-1

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

          Please tell us which fan output(s) you have your layer fan(s) connected to, and 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

          1 Reply Last reply Reply Quote 0
          • peirofundefined
            peirof
            last edited by

            Hi,

            ; Fans
            M106 P0 H-1 ; GCODE FAN
            M106 P1 H-1 ; GCODE FAN
            M106 P2 S1 I0 F500 H1 T150 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on a 150C

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

              Fan 1 is configured by default to be used as a thermostatic fan for cooling the extruder heatsink. So it is on and in thermostatic mode at startup. Your M106 P1 H1 command cancels thermostatic mode, but if you want to turn it off you should add S0 to that command.

              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

              1 Reply Last reply Reply Quote 0
              • peirofundefined
                peirof
                last edited by

                Ok,

                FAN1=P1, No?

                I too, can change connection shocket. Can connect Extruder heatskin Fan, to P1, and layer fan to P0 or P2, and change "config.g", to something similar to this:

                ; Fans
                M106 P0 H-1 ; GCODE FAN
                M106 P1 S1 I0 F500 H1 T150
                M106 P2 H-1 ; GCODE FAN

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

                  @peirof said in Why layer fans are on when power on printer:

                  Ok,

                  FAN1=P1, No?

                  I too, can change connection shocket. Can connect Extruder heatskin Fan, to P1, and layer fan to P0 or P2, and change "config.g", to something similar to this:

                  ; Fans
                  M106 P0 H-1 ; GCODE FAN
                  M106 P1 S1 I0 F500 H1 T150
                  M106 P2 H-1 ; GCODE FAN

                  Yes, that's more like what we intended. The reason we did this is that if you upload new firmware while the hot end is hot (as I often do), and something goes wrong, fan 1 will still be running to cool the heatsink and prevent a hot end jam.

                  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

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