summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-05-12 23:18:12 -0700
committerkliment <kliment.yanev@gmail.com>2011-05-12 23:18:12 -0700
commit1963409abade561be742ecd9e8e584047727ba55 (patch)
tree1f4b64531e431bc647b336e93221b9d9d5d715de /Tonokip_Firmware/configuration.h
parent37d8a4bd55bd8a60c010ad459b18ff040e5576e4 (diff)
parent889d6a7c5b5e715fd49dfb559704ab1dfc009746 (diff)
Merge pull request #17 from WebSpider/master
Add a maximum temperature limit after which the heater shuts down.
Diffstat (limited to 'Tonokip_Firmware/configuration.h')
-rw-r--r--Tonokip_Firmware/configuration.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h
index 97e94bc..47466ae 100644
--- a/Tonokip_Firmware/configuration.h
+++ b/Tonokip_Firmware/configuration.h
@@ -61,6 +61,12 @@ float min_constant_speed_units = 2; // the minimum units of an accelerated move
//The minimal temperature defines the temperature below which the heater will not be enabled
//#define MINTEMP
+//Experimental max temp
+//When temperature exceeds max temp, your bot will halt.
+//This feature exists to protect your hotend from overheating accidentally, but *NOT* from thermistor short/failure!
+//You should use MINTEMP for thermistor short/failure protection.
+//#define MAXTEMP 275
+
// Select one of these only to define how the nozzle temp is read.
#define HEATER_USES_THERMISTOR
//#define HEATER_USES_AD595