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

    Fan channel help

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    4
    310
    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.
    • Rendalsnikenundefined
      Rendalsniken
      last edited by

      Hello. I need help. I burned part cooling channel. how to assign another channel.

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

        You can connect the part cooling fan to the Fan2 output instead. Then add parameter F2 to your M563 command(s) in config.g. The effect of that will be that whenever a tool is selected, any M106 command with no P parameter will be routed to Fan 2.

        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

        Rendalsnikenundefined 1 Reply Last reply Reply Quote 0
        • Rendalsnikenundefined
          Rendalsniken
          last edited by

          Like this

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

          ; Tools
          M563 P0 D0 H1 F2 ; 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

          1 Reply Last reply Reply Quote 0
          • Rendalsnikenundefined
            Rendalsniken @dc42
            last edited by

            yes it works. thanks

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