Notifications
Clear all

Replace Hotend fan with noctua  

Page 1 / 3
  RSS
webstivi
(@webstivi)
New Member
Replace Hotend fan with noctua

Hello Everyone,

 

did anyone know, if it is possible to replace the default hotted fan of the mini with a silent noctua one?

(Noctua NF-A4x10 5V)

Thanks a lot!

Posted : 09/03/2020 2:00 pm
karl-herbert
(@karl-herbert)
Illustrious Member
RE: Replace Hotend fan with noctua
Posted by: @webstivi

Hello Everyone,

 

did anyone know, if it is possible to replace the default hotted fan of the mini with a silent noctua one?

(Noctua NF-A4x10 5V)

Thanks a lot!

Hello,

the Mini fan has this specifications: https://www.digikey.at/product-detail/de/delta-electronics/AFB0405VHA-A/603-2148-ND/9478065

Compare it with your noctua fan.

Statt zu klagen, dass wir nicht alles haben, was wir wollen, sollten wir lieber dankbar sein, dass wir nicht alles bekommen, was wir verdienen.

Posted : 09/03/2020 8:11 pm
webstivi
(@webstivi)
New Member
Topic starter answered:
RE: Replace Hotend fan with noctua

So, noctua fan is installed.

only one problem:

fan needs a mechanical „tip“ to start rotating 🤔

after this, the fan runs continuously.

 

Posted : 10/03/2020 6:42 pm
karl-herbert
(@karl-herbert)
Illustrious Member
RE: Replace Hotend fan with noctua

@webstivi

Did you connect the fan correctly?

Statt zu klagen, dass wir nicht alles haben, was wir wollen, sollten wir lieber dankbar sein, dass wir nicht alles bekommen, was wir verdienen.

Posted : 10/03/2020 9:13 pm
William and MysDawg liked
webstivi
(@webstivi)
New Member
Topic starter answered:
RE: Replace Hotend fan with noctua

@karl-herbert

Yes, I think so. Blue to RPM, Black to Minus and Red to Plus.

On startup if the printers the fan starts rotating without any problems .

Posted : 11/03/2020 5:04 am
3Dprintedgr
(@3dprintedgr)
Estimable Member
RE: Replace Hotend fan with noctua

@webstivi

I have not tested it first hand. But as I have said to another member here according to specifications it looks difficult to replace the fan with a noctua.

As I said I have not tested it myself yet but look at the characteristics here.

https://forum.prusa3d.com/forum/hardware-firmware-and-software-help/mini-heat-block-fan-replacement-pwm-and-voltage/#post-190601

Original Prusa Mini + Smooth PEI
Prusa Slicer 2.6.0

Posted : 21/03/2020 12:05 pm
Argh
 Argh
(@argh)
Active Member
RE: Replace Hotend fan with noctua

Do you think this one would work? Specs are similar, rpm 8300 and 10 CFM. Might be just enough to keep the hotend cool while printing ASA and the like.

https://www.digikey.com/product-detail/en/cui-devices/CFM-4010-03-20/102-4398-ND/6194962?utm_adgroup=DC%20Fans&utm_source=google&utm_medium=cpc&utm_campaign=Shopping_Fans%2C%20Thermal%20Management_NEW&utm_term=&utm_content=DC%20Fans&gclid=CjwKCAjwr7X4BRA4EiwAUXjbt7z9szkQ0NFe9mXGkj7720Vk6i3VbSVI24yc2xdK9bG8p4Gd1Icb7RoCDuwQAvD_BwE

Posted : 15/07/2020 12:05 am
karl-herbert
(@karl-herbert)
Illustrious Member
RE: Replace Hotend fan with noctua

@atchleyj

If the Noktua does not start on its own, it could be faulty. I had that once and exchanged it. With a voltage of 5V the fan should run in any case.

Statt zu klagen, dass wir nicht alles haben, was wir wollen, sollten wir lieber dankbar sein, dass wir nicht alles bekommen, was wir verdienen.

Posted : 30/07/2020 3:58 pm
uh
 uh
(@uh)
Eminent Member
RE: Replace Hotend fan with noctua

same problem, fan starts only after a little finger tip.

Could this fixed in the firmware?

This post was modified 3 years ago by uh
Posted : 20/12/2020 2:46 pm
bobstro
(@bobstro)
Illustrious Member
RE: Replace Hotend fan with noctua

There is a feature in the Marlin firmware to "bump" the fan to 100% very briefly when starting (all configurable) that might work. I have no idea how similar the Prusa Mini firmware is.

My notes and disclaimers on 3D printing

and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan

Posted : 20/12/2020 7:38 pm
uh
 uh
(@uh)
Eminent Member
RE: Replace Hotend fan with noctua

@bobstro

somewhere in the source I found these snippets

case PIN_FAN1:
//hwio_fan_set_pwm(_FAN1, ulVal?255:0);
//_hwio_pwm_analogWrite_set_val(HWIO_PWM_FAN1, ulVal ? _pwm_analogWrite_max[HWIO_PWM_FAN1] : 0);
_hwio_pwm_analogWrite_set_val(HWIO_PWM_FAN1, ulVal ? 100 : 0);
return;
case PIN_FAN:
_hwio_pwm_analogWrite_set_val(HWIO_PWM_FAN, ulVal ? _pwm_analogWrite_max[HWIO_PWM_FAN] : 0);
return;

What if I change the code for FAN1 by setting a value _pwm_analogWrite_max[HWIO_PWM_FAN1]  (0xFF) ? -> needs to test

On the other hand: there will be a new fan management in the next firmware release 4.3.0 which could solve the problem.

 

 

This post was modified 3 years ago by uh
Posted : 21/12/2020 7:58 am
uh
 uh
(@uh)
Eminent Member
RE: Replace Hotend fan with noctua

Firmware 4.3.0-RC1 fixed this problem, the Noctua fan is working now.

No other problems detected so far.

 

This post was modified 3 years ago 2 times by uh
Posted : 29/12/2020 12:21 pm
Zoltan
(@zoltan)
Member Moderator
RE: Replace Hotend fan with noctua

As far as I know both FANs a re PWM controlled. 😉 

When you look at the fan test on 4.3.0 RC1 in fantest .txt file you can see at which PWM value what RPM the fan is spinning. The fans are controlled by fanctl.cpp. 

Not sure the Noctua will bare the same RPM than the original hotenf FAN.  What I read from Datasheet its max RPM is 5000, the max speed of the default hotend FAN 8 800 RPM.

To get correct RPM measurements the FAN should be four segment Brushless (2 north and 2 south poles) motor. On the picture is the principle, anstarct please the voltage.

.

even an old man can learn new things 🙂
Standard I3 mk3s, MMU2S, Prusa Enclosure, Fusion 360, PrusaSlicer, Windows 10
PRUSA MINI+ Prusalink + Prusa Connect

Posted : 29/12/2020 2:57 pm
John liked
uh
 uh
(@uh)
Eminent Member
RE: Replace Hotend fan with noctua

Seems the issue exists furthermore 🙁

the fan only rotates at a low speed, which leads to overheating of the throat and interruptions in the filament flow.

I guess I must order a new fan from Prusa direct.

 

Posted : 16/01/2021 4:10 pm
raymate
(@raymate)
Estimable Member
RE: Replace Hotend fan with noctua
Posted by: @uh

Seems the issue exists furthermore 🙁

the fan only rotates at a low speed, which leads to overheating of the throat and interruptions in the filament flow.

I guess I must order a new fan from Prusa direct.

 

Thats a shame I was thinking about putting in the Noctua, my new mini the fan is bad, they are sending a replacement.

----------------------------------------------------------------------------------------------------------------------------
Prusa Mini+ (Ordered Dec 19,2020 - Arrived Feb 21,2021) stated clicking Mar 2nd / MP Select Mini V2

Posted : 24/02/2021 4:25 pm
uh
 uh
(@uh)
Eminent Member
RE: Replace Hotend fan with noctua

@raymate

I tried a modified firmware with a higher fan speed for the Noctua, but it didn't solve the problem. I suspect the performance of the Noctua fan is too low.

Everything works again with the original fan.

Posted : 24/02/2021 5:17 pm
raymate liked
Zoltan
(@zoltan)
Member Moderator
RE: Replace Hotend fan with noctua

Like I stated above it is not the FW issue but the Noctua max speed issue believe me. 😉 

even an old man can learn new things 🙂
Standard I3 mk3s, MMU2S, Prusa Enclosure, Fusion 360, PrusaSlicer, Windows 10
PRUSA MINI+ Prusalink + Prusa Connect

Posted : 24/02/2021 6:43 pm
uh
 uh
(@uh)
Eminent Member
RE: Replace Hotend fan with noctua

@zoltan

Yes, I do  😏 

Posted : 25/02/2021 10:33 am
cwbullet
(@cwbullet)
Member
RE: Replace Hotend fan with noctua

Good information.  I have been contimplating fan replacement.  I have a noisy one.  I just ordered a replacement from Prusa.  

--------------------
Chuck H
3D Printer Review Blog

Posted : 25/02/2021 10:57 am
uh
 uh
(@uh)
Eminent Member
RE: Replace Hotend fan with noctua

@cwbullet

Well, the original fan is louder than the Noctua, but it works

Posted : 25/02/2021 11:23 am
Page 1 / 3
Share: