Browse Source

Grammar correction.

linagee 13 years ago
parent
commit
de2ca3b2e8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

43
 // -2 is thermocouple with MAX6675 (only for sensor 0)
43
 // -2 is thermocouple with MAX6675 (only for sensor 0)
44
 // -1 is thermocouple with AD595
44
 // -1 is thermocouple with AD595
45
 // 0 is not used
45
 // 0 is not used
46
-// 1 is 100k thermistor - closer to EPCOS 100k manuf table
46
+// 1 is 100k thermistor - best choice for EPCOS 100k
47
 // 2 is 200k thermistor
47
 // 2 is 200k thermistor
48
 // 3 is mendel-parts thermistor
48
 // 3 is mendel-parts thermistor
49
 // 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
49
 // 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
50
 // 5 is ParCan supplied 104GT-2 100K
51
-// 6 is EPCOS 100k - Not calculated like table 1, measured using a fluke
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
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!
53
 // 8 is EPCOS 100k - 1Kohm RESISTOR PULLUP ONLY! SEE therm table, should give twice resolution from 150C to 200C - EXPERIMENTAL!
54
 
54
 

Loading…
Cancel
Save