System installed with
– BTT SKR v1.4 Turbo
– TFT35-E3 v3.0
– Marlin 2.0
I am not able to activate the HotEnd Fan with FAN0 output in automatic mode, when Temp is higher than 50 C.
I am able to manually activate FAN0 using M106 command, and Fan works as expected.
I am not able to remap Configuration_adv.h like this:
#define E0_AUTO_FAN_PIN P2_03, due to an error during compilation.
I tried several other recommended steps, but none of them allowed to activate automatically the Fan with FAN0 output.
The alternative I tried is remapping like this:
#define E0_AUTO_FAN_PIN P2_04
so, connecting the Fan at the HE1 output, Fan works fine in auto mode (Temp > 50C)
Is it a way to have the Fan working in Auto mode using the corresponding FAN0 output?