Need help: how to control cooling fan by the 12V-aux pin March 26, 2016 09:01PM |
Registered: 9 years ago Posts: 7 |
Re: Need help: how to control cooling fan by the 12V-aux pin March 26, 2016 09:23PM |
Registered: 9 years ago Posts: 1,873 |
Re: Need help: how to control cooling fan by the 12V-aux pin March 26, 2016 09:34PM |
Registered: 9 years ago Posts: 7 |
Re: Need help: how to control cooling fan by the 12V-aux pin March 26, 2016 09:49PM |
Registered: 9 years ago Posts: 1,873 |
Re: Need help: how to control cooling fan by the 12V-aux pin March 26, 2016 10:12PM |
Registered: 9 years ago Posts: 7 |
Re: Need help: how to control cooling fan by the 12V-aux pin March 27, 2016 11:53AM |
Registered: 9 years ago Posts: 35 |
Quote
JamesK
No, that's unswitched power. If you want to control a print cooling fan you will need to add a mosfet to a spare digital pin (the servo connector is ideal, pins 11, 6, 5, 4) and configure the firmware to use it.
Re: Need help: how to control cooling fan by the 12V-aux pin March 27, 2016 12:04PM |
Registered: 9 years ago Posts: 1,873 |
I think D9 is the 'normal' connection for the part cooling fan for ramps with a single extruder, but if you've redefined it to use it as the cold end auto-fan switch then you would have to change the firmware back again. Fans don't take a lot of current (at least not the ones we're using for print cooling), so it's easy enough to get suitable mosfets to drive them. I put four mosfets on a scrap of stripboard and connected them to the servo connector: [forums.reprap.org]Quote
Backdraft
Will D9 work for print cooling with out any changes to the firmware? I'm currently using D9 for extruded fan (extruder auto fan on pin 9).
It's nice to have the extruder fan go off automatically when not needed, but I'm willing to bare the noise if I can get automatic cooling for the print.
One solution that gets both automated is leave the extruder fan as is and use this simple mosfet circuit to run a cooling fan for the print.
[www.instructables.com]
This guide uses a different board so I'm unsure how to connect it and what lines do I have to change in firmware.
Re: Need help: how to control cooling fan by the 12V-aux pin March 27, 2016 12:21PM |
Registered: 9 years ago Posts: 35 |
Quote
JamesK
I think D9 is the 'normal' connection for the part cooling fan for ramps with a single extruder, but if you've redefined it to use it as the cold end auto-fan switch then you would have to change the firmware back again. Fans don't take a lot of current (at least not the ones we're using for print cooling), so it's easy enough to get suitable mosfets to drive them. I put four mosfets on a scrap of stripboard and connected them to the servo connector: [forums.reprap.org]Quote
Backdraft
Will D9 work for print cooling with out any changes to the firmware? I'm currently using D9 for extruded fan (extruder auto fan on pin 9).
It's nice to have the extruder fan go off automatically when not needed, but I'm willing to bare the noise if I can get automatic cooling for the print.
One solution that gets both automated is leave the extruder fan as is and use this simple mosfet circuit to run a cooling fan for the print.
[www.instructables.com]
This guide uses a different board so I'm unsure how to connect it and what lines do I have to change in firmware.
Re: Need help: how to control cooling fan by the 12V-aux pin March 27, 2016 12:49PM |
Registered: 9 years ago Posts: 1,873 |
Re: Need help: how to control cooling fan by the 12V-aux pin March 27, 2016 02:48PM |
Registered: 9 years ago Posts: 35 |
Quote
JamesK
I use repetier firmware and it's as easy as selecting Digital pin 11 (or 4 or whatever) from a drop down list in the online config tool, in the extruder section, field "extruder cooling pin". I don't remember if Marlin has the same function or not.