More redundant temp sensor changes. (After testing and debugging by reifsnderb)

This commit is contained in:
Erik van der Zalm
2013-05-29 19:29:30 +02:00
parent 9be61cdc02
commit 5090c56651
5 changed files with 194 additions and 173 deletions

View File

@ -93,8 +93,8 @@
#define TEMP_SENSOR_BED 0
// This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
#define TEMP_SENSOR_1_AS_REDUNDANT
#define MAX_REDUNDANT_TEMP_SENSOR_DIFF 5
//#define TEMP_SENSOR_1_AS_REDUNDANT
#define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10
// Actual temperature must be close to target for this long before M109 returns success
#define TEMP_RESIDENCY_TIME 10 // (seconds)