Added redundant temp sensor

This commit is contained in:
Erik van der Zalm
2013-05-26 17:57:49 +02:00
parent 7231a20dba
commit 9be61cdc02
4 changed files with 68 additions and 38 deletions

View File

@@ -367,5 +367,8 @@ const unsigned int dropsegments=5; //everything with less than this number of st
#undef BED_MAXTEMP
#endif
#if EXTRUDERS > 1 && defined TEMP_SENSOR_1_AS_REDUNDANT
#error "You cannot use TEMP_SENSOR_1_AS_REDUNDANT if EXTRUDERS > 1"
#endif
#endif //__CONFIGURATION_ADV_H