summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
diff options
context:
space:
mode:
authorNils <bacardicoke@gmail.com>2011-05-12 14:26:31 +0200
committerNils <bacardicoke@gmail.com>2011-05-12 14:26:31 +0200
commit38660dbd399746bbd2c042755e5b1ffc5ffce457 (patch)
tree09af4afae798b0191d86c665be9b350ca5a1b880 /Tonokip_Firmware/configuration.h
parent140f11833c8102f761e7d13b3962dd4f542818ac (diff)
Adding experimental support for max temperature gueard (M143)
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 97e94bc..de4d04e 100644
--- a/Tonokip_Firmware/configuration.h
+++ b/Tonokip_Firmware/configuration.h
@@ -61,6 +61,13 @@ 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.
+//Can be customized using M143
+//#define MAXTEMP 275
+
// Select one of these only to define how the nozzle temp is read.
#define HEATER_USES_THERMISTOR
//#define HEATER_USES_AD595