execute Stop fan when temperature is lower than 45
-
Hi,
Can I include this condition in my g-code file - "Stop fan command (M107) when the temperature is lower than 45 degrees"?Thanks,
Adi -
M308 S1 P"temp1" Y"thermistor" A"HotEnd" T100000 B3950 ; configure sensor 1 as thermistor on pin temp1 M950 F1 C"out5" Q50 ; create fan 1 on pin out5 and set its frequency M106 P1 C"HOTEND" S1.0 H1 T50 ; set fan 1 value. Thermostatic control is turned on
H1 - Enable thermostatic mode and select sensor monitored. Relates to the sensor number(s) created by M308.
T50 - Set thermostatic mode trigger temperature 50C.https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m106-fan-on