瀏覽代碼

Reformat temp sensor listing

Scott Lahteine 8 年之前
父節點
當前提交
7a99c6ce4f
共有 22 個檔案被更改,包括 1012 行新增924 行删除
  1. 46
    42
      Marlin/Configuration.h
  2. 46
    42
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 46
    42
      Marlin/example_configurations/Felix/Configuration.h
  4. 46
    42
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 46
    42
      Marlin/example_configurations/Hephestos/Configuration.h
  6. 46
    42
      Marlin/example_configurations/Hephestos_2/Configuration.h
  7. 46
    42
      Marlin/example_configurations/K8200/Configuration.h
  8. 46
    42
      Marlin/example_configurations/K8400/Configuration.h
  9. 46
    42
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  10. 46
    42
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  11. 46
    42
      Marlin/example_configurations/RigidBot/Configuration.h
  12. 46
    42
      Marlin/example_configurations/SCARA/Configuration.h
  13. 46
    42
      Marlin/example_configurations/TAZ4/Configuration.h
  14. 46
    42
      Marlin/example_configurations/WITBOX/Configuration.h
  15. 46
    42
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  16. 46
    42
      Marlin/example_configurations/delta/biv2.5/Configuration.h
  17. 46
    42
      Marlin/example_configurations/delta/generic/Configuration.h
  18. 46
    42
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  19. 46
    42
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  20. 46
    42
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  21. 46
    42
      Marlin/example_configurations/makibox/Configuration.h
  22. 46
    42
      Marlin/example_configurations/tvrrug/Round2/Configuration.h

+ 46
- 42
Marlin/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 1
249
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/Cartesio/Configuration.h 查看文件

201
 //===========================================================================
201
 //===========================================================================
202
 //============================= Thermal Settings ============================
202
 //============================= Thermal Settings ============================
203
 //===========================================================================
203
 //===========================================================================
204
-//
205
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
-//
207
-//// Temperature sensor settings:
208
-// -3 is thermocouple with MAX31855 (only for sensor 0)
209
-// -2 is thermocouple with MAX6675 (only for sensor 0)
210
-// -1 is thermocouple with AD595
211
-// 0 is not used
212
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
213
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
214
-// 3 is Mendel-parts thermistor (4.7k pullup)
215
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
216
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
217
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
218
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
219
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
220
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
221
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
222
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
223
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
224
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
225
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
226
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
227
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
228
-// 66 is 4.7M High Temperature thermistor from Dyze Design
229
-// 70 is the 100K thermistor found in the bq Hephestos 2
230
-//
231
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
232
-//                          (but gives greater accuracy and more stable PID)
233
-// 51 is 100k thermistor - EPCOS (1k pullup)
234
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
235
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
236
-//
237
-// 1047 is Pt1000 with 4k7 pullup
238
-// 1010 is Pt1000 with 1k pullup (non standard)
239
-// 147 is Pt100 with 4k7 pullup
240
-// 110 is Pt100 with 1k pullup (non standard)
241
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
242
-//     Use it for Testing or Development purposes. NEVER for production machine.
243
-//#define DUMMY_THERMISTOR_998_VALUE 25
244
-//#define DUMMY_THERMISTOR_999_VALUE 100
245
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
204
+
205
+/**
206
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
207
+ * 
208
+ * Temperature sensors available:
209
+ *
210
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
211
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
212
+ *    -1 : thermocouple with AD595
213
+ *     0 : not used
214
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
215
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
216
+ *     3 : Mendel-parts thermistor (4.7k pullup)
217
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
218
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
219
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
220
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
221
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
222
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
223
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
224
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
225
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
226
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
227
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
228
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
229
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
230
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
231
+ *    70 : the 100K thermistor found in the bq Hephestos 2
232
+ * 
233
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
234
+ *                              (but gives greater accuracy and more stable PID)
235
+ *    51 : 100k thermistor - EPCOS (1k pullup)
236
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
237
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
238
+ * 
239
+ *  1047 : Pt1000 with 4k7 pullup
240
+ *  1010 : Pt1000 with 1k pullup (non standard)
241
+ *   147 : Pt100 with 4k7 pullup
242
+ *   110 : Pt100 with 1k pullup (non standard)
243
+ *
244
+ *         Use these for Testing or Development purposes. NEVER for production machine.
245
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
246
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
247
+ *
248
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
249
+ */
246
 #define TEMP_SENSOR_0 -1
250
 #define TEMP_SENSOR_0 -1
247
 #define TEMP_SENSOR_1 -1
251
 #define TEMP_SENSOR_1 -1
248
 #define TEMP_SENSOR_2 1
252
 #define TEMP_SENSOR_2 1

+ 46
- 42
Marlin/example_configurations/Felix/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 1
249
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/Felix/DUAL/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 1
249
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 1
250
 #define TEMP_SENSOR_1 1
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/Hephestos/Configuration.h 查看文件

203
 //===========================================================================
203
 //===========================================================================
204
 //============================= Thermal Settings ============================
204
 //============================= Thermal Settings ============================
205
 //===========================================================================
205
 //===========================================================================
206
-//
207
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
208
-//
209
-//// Temperature sensor settings:
210
-// -3 is thermocouple with MAX31855 (only for sensor 0)
211
-// -2 is thermocouple with MAX6675 (only for sensor 0)
212
-// -1 is thermocouple with AD595
213
-// 0 is not used
214
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
215
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
216
-// 3 is Mendel-parts thermistor (4.7k pullup)
217
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
218
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
219
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
220
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
221
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
222
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
223
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
224
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
225
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
226
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
227
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
228
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
229
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
230
-// 66 is 4.7M High Temperature thermistor from Dyze Design
231
-// 70 is the 100K thermistor found in the bq Hephestos 2
232
-//
233
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
234
-//                          (but gives greater accuracy and more stable PID)
235
-// 51 is 100k thermistor - EPCOS (1k pullup)
236
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
237
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
238
-//
239
-// 1047 is Pt1000 with 4k7 pullup
240
-// 1010 is Pt1000 with 1k pullup (non standard)
241
-// 147 is Pt100 with 4k7 pullup
242
-// 110 is Pt100 with 1k pullup (non standard)
243
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
244
-//     Use it for Testing or Development purposes. NEVER for production machine.
245
-//#define DUMMY_THERMISTOR_998_VALUE 25
246
-//#define DUMMY_THERMISTOR_999_VALUE 100
247
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
206
+
207
+/**
208
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
209
+ * 
210
+ * Temperature sensors available:
211
+ *
212
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
213
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
214
+ *    -1 : thermocouple with AD595
215
+ *     0 : not used
216
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
217
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
218
+ *     3 : Mendel-parts thermistor (4.7k pullup)
219
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
220
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
221
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
222
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
223
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
224
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
225
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
226
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
227
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
228
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
229
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
230
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
231
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
232
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
233
+ *    70 : the 100K thermistor found in the bq Hephestos 2
234
+ * 
235
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
236
+ *                              (but gives greater accuracy and more stable PID)
237
+ *    51 : 100k thermistor - EPCOS (1k pullup)
238
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
239
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
240
+ * 
241
+ *  1047 : Pt1000 with 4k7 pullup
242
+ *  1010 : Pt1000 with 1k pullup (non standard)
243
+ *   147 : Pt100 with 4k7 pullup
244
+ *   110 : Pt100 with 1k pullup (non standard)
245
+ *
246
+ *         Use these for Testing or Development purposes. NEVER for production machine.
247
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
248
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
249
+ *
250
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
251
+ */
248
 #define TEMP_SENSOR_0 1
252
 #define TEMP_SENSOR_0 1
249
 #define TEMP_SENSOR_1 0
253
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_2 0
254
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/Hephestos_2/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 70
249
 #define TEMP_SENSOR_0 70
246
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/K8200/Configuration.h 查看文件

207
 //===========================================================================
207
 //===========================================================================
208
 //============================= Thermal Settings ============================
208
 //============================= Thermal Settings ============================
209
 //===========================================================================
209
 //===========================================================================
210
-//
211
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
212
-//
213
-//// Temperature sensor settings:
214
-// -3 is thermocouple with MAX31855 (only for sensor 0)
215
-// -2 is thermocouple with MAX6675 (only for sensor 0)
216
-// -1 is thermocouple with AD595
217
-// 0 is not used
218
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
219
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
220
-// 3 is Mendel-parts thermistor (4.7k pullup)
221
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
222
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
223
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
224
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
225
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
226
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
227
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
228
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
229
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
230
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
231
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
232
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
233
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
234
-// 66 is 4.7M High Temperature thermistor from Dyze Design
235
-// 70 is the 100K thermistor found in the bq Hephestos 2
236
-//
237
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
238
-//                          (but gives greater accuracy and more stable PID)
239
-// 51 is 100k thermistor - EPCOS (1k pullup)
240
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
241
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
242
-//
243
-// 1047 is Pt1000 with 4k7 pullup
244
-// 1010 is Pt1000 with 1k pullup (non standard)
245
-// 147 is Pt100 with 4k7 pullup
246
-// 110 is Pt100 with 1k pullup (non standard)
247
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
248
-//     Use it for Testing or Development purposes. NEVER for production machine.
249
-//#define DUMMY_THERMISTOR_998_VALUE 25
250
-//#define DUMMY_THERMISTOR_999_VALUE 100
251
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
210
+
211
+/**
212
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
213
+ * 
214
+ * Temperature sensors available:
215
+ *
216
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
217
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
218
+ *    -1 : thermocouple with AD595
219
+ *     0 : not used
220
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
221
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
222
+ *     3 : Mendel-parts thermistor (4.7k pullup)
223
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
224
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
225
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
226
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
227
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
228
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
229
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
230
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
231
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
232
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
233
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
234
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
235
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
236
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
237
+ *    70 : the 100K thermistor found in the bq Hephestos 2
238
+ * 
239
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
240
+ *                              (but gives greater accuracy and more stable PID)
241
+ *    51 : 100k thermistor - EPCOS (1k pullup)
242
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
243
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
244
+ * 
245
+ *  1047 : Pt1000 with 4k7 pullup
246
+ *  1010 : Pt1000 with 1k pullup (non standard)
247
+ *   147 : Pt100 with 4k7 pullup
248
+ *   110 : Pt100 with 1k pullup (non standard)
249
+ *
250
+ *         Use these for Testing or Development purposes. NEVER for production machine.
251
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
252
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
253
+ *
254
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
255
+ */
252
 #define TEMP_SENSOR_0 5
256
 #define TEMP_SENSOR_0 5
253
 #define TEMP_SENSOR_1 0
257
 #define TEMP_SENSOR_1 0
254
 #define TEMP_SENSOR_2 0
258
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/K8400/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 5
249
 #define TEMP_SENSOR_0 5
246
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/K8400/Dual-head/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 5
249
 #define TEMP_SENSOR_0 5
246
 #define TEMP_SENSOR_1 5
250
 #define TEMP_SENSOR_1 5
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 1
249
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/RigidBot/Configuration.h 查看文件

203
 //===========================================================================
203
 //===========================================================================
204
 //============================= Thermal Settings ============================
204
 //============================= Thermal Settings ============================
205
 //===========================================================================
205
 //===========================================================================
206
-//
207
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
208
-//
209
-//// Temperature sensor settings:
210
-// -3 is thermocouple with MAX31855 (only for sensor 0)
211
-// -2 is thermocouple with MAX6675 (only for sensor 0)
212
-// -1 is thermocouple with AD595
213
-// 0 is not used
214
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
215
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
216
-// 3 is Mendel-parts thermistor (4.7k pullup)
217
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
218
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
219
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
220
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
221
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
222
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
223
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
224
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
225
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
226
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
227
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
228
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
229
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
230
-// 66 is 4.7M High Temperature thermistor from Dyze Design
231
-// 70 is the 100K thermistor found in the bq Hephestos 2
232
-//
233
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
234
-//                          (but gives greater accuracy and more stable PID)
235
-// 51 is 100k thermistor - EPCOS (1k pullup)
236
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
237
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
238
-//
239
-// 1047 is Pt1000 with 4k7 pullup
240
-// 1010 is Pt1000 with 1k pullup (non standard)
241
-// 147 is Pt100 with 4k7 pullup
242
-// 110 is Pt100 with 1k pullup (non standard)
243
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
244
-//     Use it for Testing or Development purposes. NEVER for production machine.
245
-//#define DUMMY_THERMISTOR_998_VALUE 25
246
-//#define DUMMY_THERMISTOR_999_VALUE 100
247
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
206
+
207
+/**
208
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
209
+ * 
210
+ * Temperature sensors available:
211
+ *
212
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
213
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
214
+ *    -1 : thermocouple with AD595
215
+ *     0 : not used
216
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
217
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
218
+ *     3 : Mendel-parts thermistor (4.7k pullup)
219
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
220
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
221
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
222
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
223
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
224
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
225
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
226
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
227
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
228
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
229
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
230
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
231
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
232
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
233
+ *    70 : the 100K thermistor found in the bq Hephestos 2
234
+ * 
235
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
236
+ *                              (but gives greater accuracy and more stable PID)
237
+ *    51 : 100k thermistor - EPCOS (1k pullup)
238
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
239
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
240
+ * 
241
+ *  1047 : Pt1000 with 4k7 pullup
242
+ *  1010 : Pt1000 with 1k pullup (non standard)
243
+ *   147 : Pt100 with 4k7 pullup
244
+ *   110 : Pt100 with 1k pullup (non standard)
245
+ *
246
+ *         Use these for Testing or Development purposes. NEVER for production machine.
247
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
248
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
249
+ *
250
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
251
+ */
248
 #define TEMP_SENSOR_0 1 // DGlass3D = 5; RigidBot = 1; 3DSv6 = 5
252
 #define TEMP_SENSOR_0 1 // DGlass3D = 5; RigidBot = 1; 3DSv6 = 5
249
 #define TEMP_SENSOR_1 0
253
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_2 0
254
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/SCARA/Configuration.h 查看文件

232
 //===========================================================================
232
 //===========================================================================
233
 //============================= Thermal Settings ============================
233
 //============================= Thermal Settings ============================
234
 //===========================================================================
234
 //===========================================================================
235
-//
236
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
237
-//
238
-//// Temperature sensor settings:
239
-// -3 is thermocouple with MAX31855 (only for sensor 0)
240
-// -2 is thermocouple with MAX6675 (only for sensor 0)
241
-// -1 is thermocouple with AD595
242
-// 0 is not used
243
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
244
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
245
-// 3 is Mendel-parts thermistor (4.7k pullup)
246
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
247
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
248
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
249
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
250
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
251
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
252
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
253
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
254
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
255
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
256
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
257
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
258
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
259
-// 66 is 4.7M High Temperature thermistor from Dyze Design
260
-// 70 is the 100K thermistor found in the bq Hephestos 2
261
-//
262
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
263
-//                          (but gives greater accuracy and more stable PID)
264
-// 51 is 100k thermistor - EPCOS (1k pullup)
265
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
266
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
267
-//
268
-// 1047 is Pt1000 with 4k7 pullup
269
-// 1010 is Pt1000 with 1k pullup (non standard)
270
-// 147 is Pt100 with 4k7 pullup
271
-// 110 is Pt100 with 1k pullup (non standard)
272
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
273
-//     Use it for Testing or Development purposes. NEVER for production machine.
274
-//#define DUMMY_THERMISTOR_998_VALUE 25
275
-//#define DUMMY_THERMISTOR_999_VALUE 100
276
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
235
+
236
+/**
237
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
238
+ * 
239
+ * Temperature sensors available:
240
+ *
241
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
242
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
243
+ *    -1 : thermocouple with AD595
244
+ *     0 : not used
245
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
246
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
247
+ *     3 : Mendel-parts thermistor (4.7k pullup)
248
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
249
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
250
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
251
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
252
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
253
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
254
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
255
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
256
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
257
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
258
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
259
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
260
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
261
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
262
+ *    70 : the 100K thermistor found in the bq Hephestos 2
263
+ * 
264
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
265
+ *                              (but gives greater accuracy and more stable PID)
266
+ *    51 : 100k thermistor - EPCOS (1k pullup)
267
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
268
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
269
+ * 
270
+ *  1047 : Pt1000 with 4k7 pullup
271
+ *  1010 : Pt1000 with 1k pullup (non standard)
272
+ *   147 : Pt100 with 4k7 pullup
273
+ *   110 : Pt100 with 1k pullup (non standard)
274
+ *
275
+ *         Use these for Testing or Development purposes. NEVER for production machine.
276
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
277
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
278
+ *
279
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
280
+ */
277
 #define TEMP_SENSOR_0 1
281
 #define TEMP_SENSOR_0 1
278
 #define TEMP_SENSOR_1 0
282
 #define TEMP_SENSOR_1 0
279
 #define TEMP_SENSOR_2 0
283
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/TAZ4/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 7
249
 #define TEMP_SENSOR_0 7
246
 #define TEMP_SENSOR_1 7
250
 #define TEMP_SENSOR_1 7
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/WITBOX/Configuration.h 查看文件

203
 //===========================================================================
203
 //===========================================================================
204
 //============================= Thermal Settings ============================
204
 //============================= Thermal Settings ============================
205
 //===========================================================================
205
 //===========================================================================
206
-//
207
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
208
-//
209
-//// Temperature sensor settings:
210
-// -3 is thermocouple with MAX31855 (only for sensor 0)
211
-// -2 is thermocouple with MAX6675 (only for sensor 0)
212
-// -1 is thermocouple with AD595
213
-// 0 is not used
214
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
215
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
216
-// 3 is Mendel-parts thermistor (4.7k pullup)
217
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
218
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
219
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
220
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
221
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
222
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
223
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
224
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
225
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
226
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
227
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
228
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
229
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
230
-// 66 is 4.7M High Temperature thermistor from Dyze Design
231
-// 70 is the 100K thermistor found in the bq Hephestos 2
232
-//
233
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
234
-//                          (but gives greater accuracy and more stable PID)
235
-// 51 is 100k thermistor - EPCOS (1k pullup)
236
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
237
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
238
-//
239
-// 1047 is Pt1000 with 4k7 pullup
240
-// 1010 is Pt1000 with 1k pullup (non standard)
241
-// 147 is Pt100 with 4k7 pullup
242
-// 110 is Pt100 with 1k pullup (non standard)
243
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
244
-//     Use it for Testing or Development purposes. NEVER for production machine.
245
-//#define DUMMY_THERMISTOR_998_VALUE 25
246
-//#define DUMMY_THERMISTOR_999_VALUE 100
247
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
206
+
207
+/**
208
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
209
+ * 
210
+ * Temperature sensors available:
211
+ *
212
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
213
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
214
+ *    -1 : thermocouple with AD595
215
+ *     0 : not used
216
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
217
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
218
+ *     3 : Mendel-parts thermistor (4.7k pullup)
219
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
220
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
221
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
222
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
223
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
224
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
225
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
226
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
227
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
228
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
229
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
230
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
231
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
232
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
233
+ *    70 : the 100K thermistor found in the bq Hephestos 2
234
+ * 
235
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
236
+ *                              (but gives greater accuracy and more stable PID)
237
+ *    51 : 100k thermistor - EPCOS (1k pullup)
238
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
239
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
240
+ * 
241
+ *  1047 : Pt1000 with 4k7 pullup
242
+ *  1010 : Pt1000 with 1k pullup (non standard)
243
+ *   147 : Pt100 with 4k7 pullup
244
+ *   110 : Pt100 with 1k pullup (non standard)
245
+ *
246
+ *         Use these for Testing or Development purposes. NEVER for production machine.
247
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
248
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
249
+ *
250
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
251
+ */
248
 #define TEMP_SENSOR_0 1
252
 #define TEMP_SENSOR_0 1
249
 #define TEMP_SENSOR_1 0
253
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_2 0
254
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/adafruit/ST7565/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 1
249
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/delta/biv2.5/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 5
249
 #define TEMP_SENSOR_0 5
246
 #define TEMP_SENSOR_1 5
250
 #define TEMP_SENSOR_1 5
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/delta/generic/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 -1
249
 #define TEMP_SENSOR_0 -1
246
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/delta/kossel_mini/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 7
249
 #define TEMP_SENSOR_0 7
246
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/delta/kossel_pro/Configuration.h 查看文件

206
 //===========================================================================
206
 //===========================================================================
207
 //============================= Thermal Settings ============================
207
 //============================= Thermal Settings ============================
208
 //===========================================================================
208
 //===========================================================================
209
-//
210
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
211
-//
212
-//// Temperature sensor settings:
213
-// -3 is thermocouple with MAX31855 (only for sensor 0)
214
-// -2 is thermocouple with MAX6675 (only for sensor 0)
215
-// -1 is thermocouple with AD595
216
-// 0 is not used
217
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
218
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
219
-// 3 is Mendel-parts thermistor (4.7k pullup)
220
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
221
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
222
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
223
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
224
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
225
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
226
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
227
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
228
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
229
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
230
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
231
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
232
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
233
-// 66 is 4.7M High Temperature thermistor from Dyze Design
234
-// 70 is the 100K thermistor found in the bq Hephestos 2
235
-//
236
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
237
-//                          (but gives greater accuracy and more stable PID)
238
-// 51 is 100k thermistor - EPCOS (1k pullup)
239
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
240
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
241
-//
242
-// 1047 is Pt1000 with 4k7 pullup
243
-// 1010 is Pt1000 with 1k pullup (non standard)
244
-// 147 is Pt100 with 4k7 pullup
245
-// 110 is Pt100 with 1k pullup (non standard)
246
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
247
-//     Use it for Testing or Development purposes. NEVER for production machine.
248
-//#define DUMMY_THERMISTOR_998_VALUE 25
249
-//#define DUMMY_THERMISTOR_999_VALUE 100
250
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
209
+
210
+/**
211
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
212
+ * 
213
+ * Temperature sensors available:
214
+ *
215
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
216
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
217
+ *    -1 : thermocouple with AD595
218
+ *     0 : not used
219
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
220
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
221
+ *     3 : Mendel-parts thermistor (4.7k pullup)
222
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
223
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
224
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
225
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
226
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
227
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
228
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
229
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
230
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
231
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
232
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
233
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
234
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
235
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
236
+ *    70 : the 100K thermistor found in the bq Hephestos 2
237
+ * 
238
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
239
+ *                              (but gives greater accuracy and more stable PID)
240
+ *    51 : 100k thermistor - EPCOS (1k pullup)
241
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
242
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
243
+ * 
244
+ *  1047 : Pt1000 with 4k7 pullup
245
+ *  1010 : Pt1000 with 1k pullup (non standard)
246
+ *   147 : Pt100 with 4k7 pullup
247
+ *   110 : Pt100 with 1k pullup (non standard)
248
+ *
249
+ *         Use these for Testing or Development purposes. NEVER for production machine.
250
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
251
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
252
+ *
253
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
254
+ */
251
 #define TEMP_SENSOR_0 5
255
 #define TEMP_SENSOR_0 5
252
 #define TEMP_SENSOR_1 0
256
 #define TEMP_SENSOR_1 0
253
 #define TEMP_SENSOR_2 0
257
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/delta/kossel_xl/Configuration.h 查看文件

193
 //===========================================================================
193
 //===========================================================================
194
 //============================= Thermal Settings ============================
194
 //============================= Thermal Settings ============================
195
 //===========================================================================
195
 //===========================================================================
196
-//
197
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
198
-//
199
-//// Temperature sensor settings:
200
-// -3 is thermocouple with MAX31855 (only for sensor 0)
201
-// -2 is thermocouple with MAX6675 (only for sensor 0)
202
-// -1 is thermocouple with AD595
203
-// 0 is not used
204
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
205
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
206
-// 3 is Mendel-parts thermistor (4.7k pullup)
207
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
208
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
209
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
210
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
211
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
212
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
213
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
214
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
215
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
216
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
217
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
218
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
219
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
220
-// 66 is 4.7M High Temperature thermistor from Dyze Design
221
-// 70 is the 100K thermistor found in the bq Hephestos 2
222
-//
223
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
224
-//                          (but gives greater accuracy and more stable PID)
225
-// 51 is 100k thermistor - EPCOS (1k pullup)
226
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
227
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
228
-//
229
-// 1047 is Pt1000 with 4k7 pullup
230
-// 1010 is Pt1000 with 1k pullup (non standard)
231
-// 147 is Pt100 with 4k7 pullup
232
-// 110 is Pt100 with 1k pullup (non standard)
233
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
234
-//     Use it for Testing or Development purposes. NEVER for production machine.
235
-//#define DUMMY_THERMISTOR_998_VALUE 25
236
-//#define DUMMY_THERMISTOR_999_VALUE 100
237
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
196
+
197
+/**
198
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
199
+ * 
200
+ * Temperature sensors available:
201
+ *
202
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
203
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
204
+ *    -1 : thermocouple with AD595
205
+ *     0 : not used
206
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
207
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
208
+ *     3 : Mendel-parts thermistor (4.7k pullup)
209
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
210
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
211
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
212
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
213
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
214
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
215
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
216
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
217
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
218
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
219
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
220
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
221
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
222
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
223
+ *    70 : the 100K thermistor found in the bq Hephestos 2
224
+ * 
225
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
226
+ *                              (but gives greater accuracy and more stable PID)
227
+ *    51 : 100k thermistor - EPCOS (1k pullup)
228
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
229
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
230
+ * 
231
+ *  1047 : Pt1000 with 4k7 pullup
232
+ *  1010 : Pt1000 with 1k pullup (non standard)
233
+ *   147 : Pt100 with 4k7 pullup
234
+ *   110 : Pt100 with 1k pullup (non standard)
235
+ *
236
+ *         Use these for Testing or Development purposes. NEVER for production machine.
237
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
238
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
239
+ *
240
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
241
+ */
238
 #define TEMP_SENSOR_0 5
242
 #define TEMP_SENSOR_0 5
239
 #define TEMP_SENSOR_1 0
243
 #define TEMP_SENSOR_1 0
240
 #define TEMP_SENSOR_2 0
244
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/makibox/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 1
249
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

+ 46
- 42
Marlin/example_configurations/tvrrug/Round2/Configuration.h 查看文件

200
 //===========================================================================
200
 //===========================================================================
201
 //============================= Thermal Settings ============================
201
 //============================= Thermal Settings ============================
202
 //===========================================================================
202
 //===========================================================================
203
-//
204
-//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
205
-//
206
-//// Temperature sensor settings:
207
-// -3 is thermocouple with MAX31855 (only for sensor 0)
208
-// -2 is thermocouple with MAX6675 (only for sensor 0)
209
-// -1 is thermocouple with AD595
210
-// 0 is not used
211
-// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
212
-// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
213
-// 3 is Mendel-parts thermistor (4.7k pullup)
214
-// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
215
-// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
216
-// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
217
-// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
218
-// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
219
-// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
220
-// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
221
-// 10 is 100k RS thermistor 198-961 (4.7k pullup)
222
-// 11 is 100k beta 3950 1% thermistor (4.7k pullup)
223
-// 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
224
-// 13 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
225
-// 20 is the PT100 circuit found in the Ultimainboard V2.x
226
-// 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
227
-// 66 is 4.7M High Temperature thermistor from Dyze Design
228
-// 70 is the 100K thermistor found in the bq Hephestos 2
229
-//
230
-//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
231
-//                          (but gives greater accuracy and more stable PID)
232
-// 51 is 100k thermistor - EPCOS (1k pullup)
233
-// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
234
-// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
235
-//
236
-// 1047 is Pt1000 with 4k7 pullup
237
-// 1010 is Pt1000 with 1k pullup (non standard)
238
-// 147 is Pt100 with 4k7 pullup
239
-// 110 is Pt100 with 1k pullup (non standard)
240
-// 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below.
241
-//     Use it for Testing or Development purposes. NEVER for production machine.
242
-//#define DUMMY_THERMISTOR_998_VALUE 25
243
-//#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
203
+
204
+/**
205
+ * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
206
+ * 
207
+ * Temperature sensors available:
208
+ *
209
+ *    -3 : thermocouple with MAX31855 (only for sensor 0)
210
+ *    -2 : thermocouple with MAX6675 (only for sensor 0)
211
+ *    -1 : thermocouple with AD595
212
+ *     0 : not used
213
+ *     1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
214
+ *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
215
+ *     3 : Mendel-parts thermistor (4.7k pullup)
216
+ *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
217
+ *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
218
+ *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
219
+ *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
220
+ *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
221
+ *     8 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
222
+ *     9 : 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
223
+ *    10 : 100k RS thermistor 198-961 (4.7k pullup)
224
+ *    11 : 100k beta 3950 1% thermistor (4.7k pullup)
225
+ *    12 : 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
226
+ *    13 : 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE"
227
+ *    20 : the PT100 circuit found in the Ultimainboard V2.x
228
+ *    60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
229
+ *    66 : 4.7M High Temperature thermistor from Dyze Design
230
+ *    70 : the 100K thermistor found in the bq Hephestos 2
231
+ * 
232
+ *       1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k.
233
+ *                              (but gives greater accuracy and more stable PID)
234
+ *    51 : 100k thermistor - EPCOS (1k pullup)
235
+ *    52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
236
+ *    55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
237
+ * 
238
+ *  1047 : Pt1000 with 4k7 pullup
239
+ *  1010 : Pt1000 with 1k pullup (non standard)
240
+ *   147 : Pt100 with 4k7 pullup
241
+ *   110 : Pt100 with 1k pullup (non standard)
242
+ *
243
+ *         Use these for Testing or Development purposes. NEVER for production machine.
244
+ *   998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
245
+ *   999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
246
+ *
247
+ * :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248
+ */
245
 #define TEMP_SENSOR_0 5
249
 #define TEMP_SENSOR_0 5
246
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
251
 #define TEMP_SENSOR_2 0

Loading…
取消
儲存