summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
diff options
context:
space:
mode:
authorEmanuele Caruso <emanuele.caruso@gmail.com>2011-05-02 16:27:18 +0200
committerEmanuele Caruso <emanuele.caruso@gmail.com>2011-05-02 16:27:18 +0200
commit3c67e2b0e00ecf0f874451395a383e3589cc10cb (patch)
tree7cbb8b174e9994792237416be4db1f4f6160b464 /Tonokip_Firmware/configuration.h
parent3470a47a33571bfd3d1181a11e4ddf6712aec90e (diff)
parenteb3940fab4e6469c8ede41f03037427dda4d41c5 (diff)
Merge remote branch 'origin/master'
Diffstat (limited to 'Tonokip_Firmware/configuration.h')
-rw-r--r--Tonokip_Firmware/configuration.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h
index d4e5231..2e1820d 100644
--- a/Tonokip_Firmware/configuration.h
+++ b/Tonokip_Firmware/configuration.h
@@ -41,6 +41,13 @@ float min_constant_speed_units = 2; // the minimum units of an accelerated move
//#define SMOOTHING 1
//#define SMOOTHFACTOR 16 //best to use a power of two here - determines how many values are averaged together by the smoothing algorithm
+//Experimental watchdog and minimal temp
+//The watchdog waits for the watchperiod in milliseconds whenever an M104 or M109 increases the target temperature
+//If the temperature has not increased at the end of that period, the target temperature is set to zero. It can be reset with another M104/M109
+//#define WATCHPERIOD 5000 //5 seconds
+//The minimal temperature defines the temperature below which the heater will not be enabled
+//#define MINTEMP
+
// Select one of these only to define how the nozzle temp is read.
#define HEATER_USES_THERMISTOR
//#define HEATER_USES_AD595