<font face="Arial, Verdana">Martin</font>
The problem persists...
In my "D:\Arduino\Repetier-Firmware-0.92-master\src\ArduinoDUE\Repetier<span style="font-size: 13.3333px;">Repetier.INO"</span>
<font face="Arial, Verdana">
// ################## EDIT THESE SETTINGS MANUALLY ################
#define DAVINCI 1 // "0" if not DAVINCI, "1" For DAVINCI 1.0, "2" For DAVINCI 2.0 with 1 FAN, "3" For DAVINCI 2.0 with 2 FAN, 4 for AiO (WITH NO SCANNER SUPPORT)
#define MODEL 1//"0" for first generation (jumper JP1 to reset ) , "1" for new generation (jumper J37 to reset)
#define REPURPOSE_FAN_TO_COOL_EXTRUSIONS 1 //"0" Setting this to 1 will repurpose the main Extruder cooling fan to be controlled VIA M106/M107
//Warning: for DaVinci 1.0 need to add a permanent fan with power supply to cool extruder
// ################ END MANUAL SETTINGS ##########################
</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">FEATURE_FAN_CONTROL is defined in the following section of code:</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana"><div>/** Should support for fan control be compiled in. If you enable this make sure
the FAN pin is not the same as for your second extruder. RAMPS e.g. has FAN_PIN in 9 which
is also used for the heater if you have 2 extruders connected. */
#if REPURPOSE_FAN_TO_COOL_EXTRUSIONS==1
#define FEATURE_FAN_CONTROL 1
#define FAN_PIN ORIG_FAN_PIN
#if DAVINCI==2 || DAVINCI==3
#define EXT0_EXTRUDER_COOLER_PIN ORIG_FAN2_PIN
#define EXT1_EXTRUDER_COOLER_PIN ORIG_FAN2_PIN
#else //DaVinci 1.0
#define EXT0_EXTRUDER_COOLER_PIN -1 //Warning need to add a permanent fan with power supply to cool extruder
#endif
#else
#define FAN_PIN -1
#define FEATURE_FAN_CONTROL 0
#endif
It would seem like the correct options have been set...yet I cannot control the fan from the Repetier Manual tab. My curent reason for wanting to get this to work is that when I use PLA, the filament strip after some layers. I'm starting to think that it is because of the fan not running and the filament starts to go soft due to heat build up in the extruder "system".
</span></font></div>