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

Help needed to remap fan1

Scheduled Pinned Locked Moved
Duet Hardware and wiring
3
9
258
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.
  • undefined
    S.Rolin
    last edited by 9 Apr 2020, 09:54

    I had a wire break on my hot end fan and the wires shorted and fan1 port is no longer working. Can I use fan2 for the hot end and how?

    Duet2 maestro and firmware v3

    In advance thank you
    S. Rolin

    1 Reply Last reply Reply Quote 0
    • undefined
      bondus
      last edited by 9 Apr 2020, 20:55

      There should be a line in your config.g looking something like:

      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency

      you can change "fan1" to "fan2" and it will use that connector instead.

      undefined 2 Replies Last reply 11 Apr 2020, 16:22 Reply Quote 1
      • undefined
        S.Rolin @bondus
        last edited by 11 Apr 2020, 16:22

        @bondus thank you I will try that.

        1 Reply Last reply Reply Quote 0
        • undefined
          S.Rolin @bondus
          last edited by 11 Apr 2020, 16:39

          @bondus That did not work, did i miss somthing?

          ; Heaters
          M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
          M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
          M143 H0 S120 ; set temperature limit for heater 0 to 120C
          M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
          M140 H0 ; map heated bed to heater 0
          M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
          M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
          M143 H1 S280 ; set temperature limit for heater 1 to 280C
          M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit

          ; Fans
          M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
          M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
          M950 F1 C"fan2" Q500 ; create fan 1 on pin fan1 and set its frequency
          M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

          ; Tools
          M563 P0 D0 H1 F0 ; define tool 0
          G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
          G10 P0 R0 S0

          undefined 1 Reply Last reply 11 Apr 2020, 19:02 Reply Quote 0
          • undefined
            Phaedrux Moderator @S.Rolin
            last edited by 11 Apr 2020, 19:02

            @S-Rolin said in Help needed to remap fan1:

            That did not work, did i miss somthing?

            Did you also move the fan port for the hotend fan to Fan2 port?

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • undefined
              S.Rolin
              last edited by 12 Apr 2020, 19:48

              Yes i did, mabye it is blow to 😞

              1 Reply Last reply Reply Quote 0
              • undefined
                Phaedrux Moderator
                last edited by 12 Apr 2020, 20:26

                Have you checked the fan fuse?
                Does the fan work when connected to the always on fan port?

                Z-Bot CoreXY Build | Thingiverse Profile

                undefined 1 Reply Last reply 12 Apr 2020, 22:18 Reply Quote 0
                • undefined
                  S.Rolin @Phaedrux
                  last edited by 12 Apr 2020, 22:18

                  @Phaedrux yes it does, that what i've done to keep the printer running. where would i find the fan fuse?

                  sorry for alle the questions.

                  /Soren

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    Phaedrux Moderator
                    last edited by 13 Apr 2020, 02:33

                    Sorry, I see now that you're using a Duet Maestro, so no replaceable fan fuse.

                    Since this is the hotend fan, you could still use the always on fan port. If fan port 1 and 2 are no longer working.

                    Actually. the fan 2 block has it's own voltage select jumper, how is it set? Perhaps it's not set properly and that's why your Fan2 port isn't working as expected.

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

                    Z-Bot CoreXY Build | Thingiverse Profile

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