Turn on a temp. controlled fan by gcode
-
Hi,
Is there a possibility to controll a temp controlled fan "manually" by Gcode or Slider in the webUI?
Reason why, I have configured a temp sensor for my chamber. Two fans are switched on, when temperature reaches 60 degrees.
It works fine, but now id like to switch these fans on after print finished. (via end script)Thanks
-
Its not possible to control thermostatically controlled fans manually. But you can disable thermostatic control in your end script (or in macro, and call that macro in end script) and then turn the fan on. Of course you have to remember enable thermostatic control before next print (via start script or macro for example).
-
OK, thank you. I'll give it a try.