in my K8400 the both fans on the printhead are driven with the same line, so I cannot control them separately (has this changed in between?)
the temperature drop has two mechanisms:
first of all you need more heating power when the fan is running. As you see on the bottom graph, the heater power setting is 100%. So if you’re cooling so effectively that the heater cannot compensate, the temperature will drop.
secondly this is not the only mechanism. The thermal link between the heating block and the temperature sensor is not good and can vary from assembly to assembly due to tolerances of the parts. Furthermore the temperature sensor and the cables are exposed to the air flow quite effectively. When cooling the temperature sensor you will see a temperature drop too. But this means, that the temperature control will heating up as soon as possible, driving the heater to the maximum power.
This is a critical condition, because the real temperature at the nozzle can increase unregulated, which can lead to a melting of the isolator.
I personally faced only a few conditions where I needed the fan. However, the fan power can be set by a GCODE: M106 Sxxx with x between 0 (fan off) and 255 (maximum fan power). Normally your Slicer should care about this.
[quote=“hoh61”]the fan power can be set by a GCODE: M106 Sxxx with x between 0 (fan off) and 255 (maximum fan power)[/quote]Actually I’ve set mine to :
M106 S100 ; Turn on fan
And I’ve moved the small fan more horizontally so it doesn’t blow directly on the heater bloc.