Einsy Rambo 12V fans
in Motherboard
Is there a way to change the voltage for the fans on Einsy Rambo to 12V? I have 2 Noctua 12V fans that I would like to make them work.
Comments
What you can do is just MAX_FAN_PWM
It will still be 24V but if you set it to 63 you get the same energy to the fan as with 12V full PWM over time. You then still use range 0 - 255 and internally it gets scaled down.
Thank you so much for your help.
I have tried using M106 to move the fans but I still have to initiate the movement manually otherwise they don't work. I can still see them trying to move, but it looks like there is not enough power to start the spinning.
But in your case it will kickstart with reduced MAX_FAN_PWM so that might not work if 63 is not enough.
Try adding
#define COOLER_PWM_SPEED 2
and see if that improves it. It reduces the on time in favour for more signals, but resulting in same average power. Might be that the fans like that more.