Repetier said:
On fimrware side it is just entering the digital pin number in the fan pin field.
What pin this is for your printer I can not say. There should be documentation telling you what feature has which pin. Often you find on reprap.org pinouts for boards or google your board for pinout when you know which one is used.
<font face="Arial, Verdana">I looked through the pins.h of the original Marlin firmware, and found this:</font>
<font face="Arial, Verdana">
// Extruder cooling fans
// Configure fan pin outputs to automatically turn on/off when the associated
// extruder temperature is above/below EXTRUDER_AUTO_FAN_TEMPERATURE.
// Multiple extruders can be assigned to the same pin in which case
// the fan will turn on when any selected extruder is above the threshold.
</font>
<font face="Arial, Verdana">#define EXTRUDER_0_AUTO_FAN_PIN -1</font>
<font face="Arial, Verdana">#define EXTRUDER_1_AUTO_FAN_PIN -1</font>
<font face="Arial, Verdana">#define EXTRUDER_2_AUTO_FAN_PIN -1</font>
<font face="Arial, Verdana">#define EXTRUDER_3_AUTO_FAN_PIN -1</font>
<font face="Arial, Verdana">and in pins.h the only fan pin is listed as pin 7. I don't know where to input the filament cooling fan pin in Repetier, but if you told me where to do that would I just put pin 7 as it seems they are running all extruder fans off of one pin assignment? I am trying to run my fan off of where the second extruder fan would plug in. Thanks for the help, I'm learning.</font>
<font face="Arial, Verdana">
</font>