|
@@ -38,19 +38,25 @@
|
38
|
38
|
//===========================================================================
|
39
|
39
|
//=============================Thermal Settings ============================
|
40
|
40
|
//===========================================================================
|
41
|
|
-
|
|
41
|
+//
|
|
42
|
+//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
|
|
43
|
+//
|
42
|
44
|
//// Temperature sensor settings:
|
43
|
45
|
// -2 is thermocouple with MAX6675 (only for sensor 0)
|
44
|
46
|
// -1 is thermocouple with AD595
|
45
|
47
|
// 0 is not used
|
46
|
|
-// 1 is 100k thermistor - best choice for EPCOS 100k
|
47
|
|
-// 2 is 200k thermistor
|
48
|
|
-// 3 is mendel-parts thermistor
|
|
48
|
+// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
|
|
49
|
+// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
|
|
50
|
+// 3 is mendel-parts thermistor (4.7k pullup)
|
49
|
51
|
// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
|
50
|
|
-// 5 is ParCan supplied 104GT-2 100K
|
51
|
|
-// 6 is EPCOS 100k - Not as accurate as table 1 (created using a fluke thermocouple)
|
52
|
|
-// 7 is 100k Honeywell thermistor 135-104LAG-J01
|
53
|
|
-// 8 is EPCOS 100k - 1Kohm RESISTOR PULLUP ONLY! SEE therm table, should give twice resolution from 150C to 200C - EXPERIMENTAL!
|
|
52
|
+// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan) (4.7k pullup)
|
|
53
|
+// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
|
|
54
|
+// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
|
|
55
|
+//
|
|
56
|
+// 1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
|
|
57
|
+// (but gives greater accuracy and more stable PID)
|
|
58
|
+// 51 is 100k thermistor - EPCOS (1k pullup)
|
|
59
|
+// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
|
54
|
60
|
|
55
|
61
|
#define TEMP_SENSOR_0 -1
|
56
|
62
|
#define TEMP_SENSOR_1 0
|