diff options
| author | kliment <kliment.yanev@gmail.com> | 2011-05-01 16:31:46 +0200 | 
|---|---|---|
| committer | kliment <kliment.yanev@gmail.com> | 2011-05-01 16:31:46 +0200 | 
| commit | eb3940fab4e6469c8ede41f03037427dda4d41c5 (patch) | |
| tree | f07c4dc58d02ee8bcb86c701e518c827119f3f7d /Tonokip_Firmware/configuration.h | |
| parent | d22c0fbf361885a38f83814bc5ee34488edeb00c (diff) | |
Added watchdog aand minimal temp for greater safety in the case of a disconnected thermistor
Diffstat (limited to 'Tonokip_Firmware/configuration.h')
| -rw-r--r-- | Tonokip_Firmware/configuration.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index 019a9fd..f97ad6b 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -37,6 +37,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 | 
