Layer fan/parts cooler/blower working examples

Post Reply
TwiHul
Posts: 6
Joined: Sun Oct 27, 2019 4:21 pm

Layer fan/parts cooler/blower working examples

Post by TwiHul » Thu Mar 19, 2020 6:48 pm

Sorry to ask about something that’s so common but I’m having problems with something that everyone else seems to be finding easy. The search function in this forum isn’t helping me search for this either.

I want to set up a parts cooling fan but I’m having no luck. Earlier I was using Marlin 1 but had to change to Marlin 2 to get 3D Touch working. I’ve done a lot of fiddling so I’m going to dump this all out in bulletpoints.

Using Marlin 1 (can’t use with 3D Touch):
  • Two different 2 pin fans only worked at full speed
    One 3 pin fan worked properly (can’t use because it’s noisy and vibrates)
    Everyone else seems to get 2 pin fans working that they can control
Then I upgraded to Marlin 2:
  • 2 pin fans don’t work at all
    Multimeter shows it at constant 12 volts when turned on
    Shows negative 12 volts when turned off (like it just flipped the polarity)
I’m connecting to the positive and common on the PWM pins on a GT2560 board. Any help is appreciated.

What I’d mostly like to ask though, does anyone have an example of end to end setting this up? Most examples on the internet just don’t do it in detail, mostly they just cover printing the brackets for the nozzle. I need to know about wiring and firmware changes.

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Layer fan/parts cooler/blower working examples

Post by William » Thu Mar 19, 2020 6:52 pm

Hi, the cooling fan is always on when the printer is turned on.
What can be controlled is the blower on the outer end of the extruder,
which will be turned on after the printer starts printing a few layers.
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

TwiHul
Posts: 6
Joined: Sun Oct 27, 2019 4:21 pm

Re: Layer fan/parts cooler/blower working examples

Post by TwiHul » Thu Mar 19, 2020 8:39 pm

Yeah, that’s the one I’m talking about. But as I’ve said, it isn’t working how other people seem to describe it. I’m not even sure if have the correct type of fan. I wouldn’t typically say a 2 pin fan can be speed controlled but everyone talks like it can be. When I search PWM on 40mm fans they almost all come back as 2 pin.

quinbot
Posts: 3
Joined: Sun Jan 19, 2020 9:48 am

Re: Layer fan/parts cooler/blower working examples

Post by quinbot » Sun Mar 22, 2020 6:55 pm

I'm very interested where this thread goes as I am also trying to add a layer fan to my ProW. Stock firmware. Haven't tried much as I've just bought the fan (Noctua) but so far it just stays on constantly.

Martin-UK
Posts: 3
Joined: Thu Mar 29, 2018 11:10 pm

Re: Layer fan/parts cooler/blower working examples

Post by Martin-UK » Fri Mar 27, 2020 6:14 pm

Hi. Did anyone get anywhere with this? I am also trying to control the extruder head fan from the PWM socket. There is code in the Marlin for turning a the fan on and off but there is no reference to which fan it might be. I assume the PWM???

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Layer fan/parts cooler/blower working examples

Post by William » Fri Mar 27, 2020 6:29 pm

Martin-UK wrote:
Fri Mar 27, 2020 6:14 pm
Hi. Did anyone get anywhere with this? I am also trying to control the extruder head fan from the PWM socket. There is code in the Marlin for turning a the fan on and off but there is no reference to which fan it might be. I assume the PWM???
Hi, pwm can be controlled by slicing software or screen,
The other fans are always on when the printer is turned on.
to cool.
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

Martin-UK
Posts: 3
Joined: Thu Mar 29, 2018 11:10 pm

Re: Layer fan/parts cooler/blower working examples

Post by Martin-UK » Sun Mar 29, 2020 7:04 pm

Thanks for the reply. I have a 5V PWM fan connected to the PWM socket on the main board. Plus I have the code "M106 S255" in the Marlin code. But the fan does not switch on. I noticed that the 3 pin PWM socket has a + - connected but the yellow tacho wire goes no where. That is the same for all the fan sockets. Looking at the schematic for the GT2560 I can see the PWM is controlled by a MOS Fet and this is driven by the CPU. Do I need a firmware update so the CPU can recognise the Marlin code? I am using Cura_SteamEngine 4.5.0 to generate the G code.

Martin-UK
Posts: 3
Joined: Thu Mar 29, 2018 11:10 pm

Re: Layer fan/parts cooler/blower working examples

Post by Martin-UK » Sat Apr 04, 2020 7:57 pm

Hi. Could you please answer the question in my comments?

Regards

Martin-UK

quinbot
Posts: 3
Joined: Sun Jan 19, 2020 9:48 am

Re: Layer fan/parts cooler/blower working examples

Post by quinbot » Wed Jun 09, 2021 8:23 pm

Martin-UK wrote:
Sun Mar 29, 2020 7:04 pm
I have a 5V PWM fan connected to the PWM socket on the main board. Plus I have the code "M106 S255" in the Marlin code. But the fan does not switch on.
Bit late but just following up for future searchers, I added this Noctua 3-pin fan and it does work with my stock i3 Pro W. I only bought the Noctua because the stock board cooling fan was so noisy but it turns out that's because of the fan mount. I added stand-offs between the fan and the frame and now it's much quieter. I'm sure I could have used any 3-wire fan for the layer cooling.

Post Reply