From 38660dbd399746bbd2c042755e5b1ffc5ffce457 Mon Sep 17 00:00:00 2001 From: Nils Date: Thu, 12 May 2011 14:26:31 +0200 Subject: Adding experimental support for max temperature gueard (M143) --- Tonokip_Firmware/configuration.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Tonokip_Firmware/configuration.h') 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 -- cgit v1.2.1