minor cleanup

James Lee 2015-10-08 18:27:09 +08:00
parent 6397849673
commit babb8c9b9b

@ -74,32 +74,32 @@ Use POWER_SUPPLY to select the type of power supply, as below. Enable PS_DEFAULT
TEMP_SENSOR_3 0
TEMP_SENSOR_BED 0
Define all your attached temperature sensors here. The following temperature sensor values are available:
* <code>&nbsp;&nbsp;-2</code> Thermocouple with MAX6675 (only for sensor 0)
* <code>&nbsp;&nbsp;-1</code> Thermocouple with AD595
* <code>&nbsp;&nbsp;&nbsp;0</code> ''no thermistor''
* <code>&nbsp;&nbsp;&nbsp;1</code> 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
* <code>&nbsp;&nbsp;&nbsp;2</code> 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
* <code>&nbsp;&nbsp;&nbsp;3</code> Mendel-parts thermistor (4.7k pullup)
* <code>&nbsp;&nbsp;&nbsp;4</code> 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
* <code>&nbsp;&nbsp;&nbsp;5</code> 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
* <code>&nbsp;&nbsp;&nbsp;6</code> 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
* <code>&nbsp;&nbsp;&nbsp;7</code> 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
* <code>&nbsp;&nbsp;71</code> 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
* <code>&nbsp;&nbsp;&nbsp;8</code> 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
* <code>&nbsp;&nbsp;&nbsp;9</code> 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
* <code>&nbsp;&nbsp;10</code> 100k RS thermistor 198-961 (4.7k pullup)
* <code>&nbsp;&nbsp;11</code> 100k beta 3950 1% thermistor (4.7k pullup)
* <code>&nbsp;&nbsp;12</code> 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
* <code>&nbsp;&nbsp;13</code> 100k Hisens 3950 - 1% up to 300°C for hotend "Simple ONE " &amp; "All In ONE"
* <code>&nbsp;&nbsp;20</code> the PT100 circuit found in the Ultimainboard V2.x
* <code>&nbsp;&nbsp;60</code> 100k Maker's Tool Works Kapton Bed Thermistor beta=3950. 1k ohm pullup tables - This</code> not normal, you would have to have changed out your 4.7k for 1k (but gives greater accuracy and more stable PID).
* <code>&nbsp;&nbsp;51</code> 100k thermistor - EPCOS (1k pullup)
* <code>&nbsp;&nbsp;52</code> 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
* <code>&nbsp;&nbsp;55</code> 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan &amp; J-Head) (1k pullup)
* <code>-2</code> Thermocouple with MAX6675 (only for sensor 0)
* <code>-1</code> Thermocouple with AD595
* <code>0</code> ''no thermistor''
* <code>1</code> 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
* <code>2</code> 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
* <code>3</code> Mendel-parts thermistor (4.7k pullup)
* <code>4</code> 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
* <code>5</code> 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
* <code>6</code> 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
* <code>7</code> 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
* <code>71</code> 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
* <code>8</code> 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
* <code>9</code> 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
* <code>10</code> 100k RS thermistor 198-961 (4.7k pullup)
* <code>11</code> 100k beta 3950 1% thermistor (4.7k pullup)
* <code>12</code> 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
* <code>13</code> 100k Hisens 3950 - 1% up to 300°C for hotend "Simple ONE " &amp; "All In ONE"
* <code>20</code> the PT100 circuit found in the Ultimainboard V2.x
* <code>60</code> 100k Maker's Tool Works Kapton Bed Thermistor beta=3950. 1k ohm pullup tables - This</code> not normal, you would have to have changed out your 4.7k for 1k (but gives greater accuracy and more stable PID).
* <code>51</code> 100k thermistor - EPCOS (1k pullup)
* <code>52</code> 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
* <code>55</code> 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan &amp; J-Head) (1k pullup)
* <code>1047</code> Pt1000 with 4k7 pullup
* <code>1010</code> Pt1000 with 1k pullup (non standard)
* <code>&nbsp;147</code> Pt100 with 4k7 pullup
* <code>&nbsp;110</code> Pt100 with 1k pullup (non standard)
* <code>147</code> Pt100 with 4k7 pullup
* <code>110</code> Pt100 with 1k pullup (non standard)
* <code>998 and 999</code> Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
// DUMMY_THERMISTOR_998_VALUE 25