Set correct thermistor tables.

This commit is contained in:
jeanmarc
2012-03-18 21:53:18 +00:00
parent e70f1e5871
commit 34dfe7a6b4
+2 -2
View File
@@ -49,10 +49,10 @@
// 100 is 100k GE Sensing AL03006-58.2K-97-G1
// 101 is 100k 0603 SMD Vishay NTCS0603E3104FXT
#define TEMP_SENSOR_0 102
#define TEMP_SENSOR_0 100
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_BED 103
#define TEMP_SENSOR_BED 101
// Actual temperature must be close to target for this long before M109 returns success
#define TEMP_RESIDENCY_TIME 10 // (seconds)