v repetieru v91 jsem nasel tyto radky:
.
.
// for each extruder, fan will stay on until extruder temperature is below this value
#define EXTRUDER_FAN_COOL_TEMP 50
.
.
/** The extruder cooler is a fan to cool the extruder when it is heating. If you turn the etxruder on, the fan goes on. */
#define EXT0_EXTRUDER_COOLER_PIN 5
/** PWM speed for the cooler fan. 0=off 255=full speed */
#define EXT0_EXTRUDER_COOLER_SPEED 255
Ciste teoreticky by to melo byt ono, akorat konkretne treba u RAMPS by se mel nastavit pin 9 pro pouziti vystupu D9 a tudiz musi byt vypnuto pouziti chlazeni vytisku prez tento vystup.
pokud se vyuzije jiny pin, bude nutne pouzit pro spinani externi MOS-FET.
Je to kazdopadne PWM, takze by mela jit omezit rychlost FANu na nejakou mensi hlucnost
Nezkousel jsem to, jen dedukuji
Budu rad, kdyz to nekdo overi