Added TemperatureSwitch module
[clinton/Smoothieware.git] / ConfigSamples / AzteegX5Mini.delta / config
index bf5250a..929abf3 100644 (file)
@@ -104,6 +104,14 @@ switch.fan.input_on_command                  M106             #
 switch.fan.input_off_command                 M107             #
 switch.fan.output_pin                        2.4              #
 
+# automatically toggle a switch at a specified temperature
+# useful to turn on a fan or water pump to cool the hotend
+#temperatureswitch_module_enable                    true             #
+#temperatureswitch.hotend.type                misc             # select which MOSFET to use, fan or misc (small MOSFETs)
+#temperatureswitch.hotend.threshold_temp      60.0             # temperature to turn on (if rising) or off the switch
+#temperatureswitch.hotend.heatup_poll         15               # poll heatup at 15 sec intervals
+#temperatureswitch.hotend.cooldown_poll       60               # poll cooldown at 60 sec intervals
+
 # switch.psu.enable                            true             # turn atx on/off
 # switch.psu.input_on_command                  M80              #
 # switch.psu.input_off_command                 M81              #