Browse Source

[2.0.x] add semitec 104NT-4 (#9119)

Table is very very similar to old 104-GT2 so I added only the name and recycled old ID
GMagician 6 years ago
parent
commit
5295b4713d
49 changed files with 49 additions and 49 deletions
  1. 1
    1
      Marlin/Configuration.h
  2. 1
    1
      Marlin/src/config/default/Configuration.h
  3. 1
    1
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  4. 1
    1
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  5. 1
    1
      Marlin/src/config/examples/Anet/A6/Configuration.h
  6. 1
    1
      Marlin/src/config/examples/Anet/A8/Configuration.h
  7. 1
    1
      Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
  8. 1
    1
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  9. 1
    1
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  10. 1
    1
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  11. 1
    1
      Marlin/src/config/examples/Cartesio/Configuration.h
  12. 1
    1
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  13. 1
    1
      Marlin/src/config/examples/Felix/Configuration.h
  14. 1
    1
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  15. 1
    1
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  16. 1
    1
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  17. 1
    1
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  18. 1
    1
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  19. 1
    1
      Marlin/src/config/examples/MakerParts/Configuration.h
  20. 1
    1
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  21. 1
    1
      Marlin/src/config/examples/Malyan/M200/Configuration.h
  22. 1
    1
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  23. 1
    1
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  24. 1
    1
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  25. 1
    1
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  26. 1
    1
      Marlin/src/config/examples/RigidBot/Configuration.h
  27. 1
    1
      Marlin/src/config/examples/SCARA/Configuration.h
  28. 1
    1
      Marlin/src/config/examples/STM32F10/Configuration.h
  29. 1
    1
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  30. 1
    1
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  31. 1
    1
      Marlin/src/config/examples/Tronxy/X1/Configuration.h
  32. 1
    1
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h
  33. 1
    1
      Marlin/src/config/examples/Velleman/K8200/Configuration.h
  34. 1
    1
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  35. 1
    1
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  36. 1
    1
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h
  37. 1
    1
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  38. 1
    1
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  39. 1
    1
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  40. 1
    1
      Marlin/src/config/examples/delta/generic/Configuration.h
  41. 1
    1
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  42. 1
    1
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  43. 1
    1
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  44. 1
    1
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
  45. 1
    1
      Marlin/src/config/examples/makibox/Configuration.h
  46. 1
    1
      Marlin/src/config/examples/stm32f103ret6/Configuration.h
  47. 1
    1
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  48. 1
    1
      Marlin/src/config/examples/wt150/Configuration.h
  49. 1
    1
      Marlin/src/module/thermistor/thermistor_5.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/default/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Anet/A6/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Anet/A8/Configuration.h View File

@@ -254,7 +254,7 @@
254 254
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
255 255
  *     3 : Mendel-parts thermistor (4.7k pullup)
256 256
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
257
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
257
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
258 258
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
259 259
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
260 260
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h View File

@@ -252,7 +252,7 @@
252 252
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
253 253
  *     3 : Mendel-parts thermistor (4.7k pullup)
254 254
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
255
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
255
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
256 256
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
257 257
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
258 258
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/BQ/WITBOX/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Cartesio/Configuration.h View File

@@ -254,7 +254,7 @@
254 254
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
255 255
  *     3 : Mendel-parts thermistor (4.7k pullup)
256 256
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
257
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
257
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
258 258
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
259 259
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
260 260
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Creality/CR-10/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Felix/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Felix/DUAL/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h View File

@@ -254,7 +254,7 @@
254 254
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
255 255
  *     3 : Mendel-parts thermistor (4.7k pullup)
256 256
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
257
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
257
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
258 258
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
259 259
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
260 260
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/MakerParts/Configuration.h View File

@@ -273,7 +273,7 @@
273 273
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
274 274
  *     3 : Mendel-parts thermistor (4.7k pullup)
275 275
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
276
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
276
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
277 277
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
278 278
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
279 279
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Malyan/M150/Configuration.h View File

@@ -258,7 +258,7 @@
258 258
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
259 259
  *     3 : Mendel-parts thermistor (4.7k pullup)
260 260
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
261
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
261
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
262 262
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
263 263
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
264 264
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Malyan/M200/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration.h View File

@@ -254,7 +254,7 @@
254 254
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
255 255
  *     3 : Mendel-parts thermistor (4.7k pullup)
256 256
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
257
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
257
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
258 258
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
259 259
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
260 260
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/RigidBot/Configuration.h View File

@@ -256,7 +256,7 @@
256 256
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
257 257
  *     3 : Mendel-parts thermistor (4.7k pullup)
258 258
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
259
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
259
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
260 260
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
261 261
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
262 262
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/SCARA/Configuration.h View File

@@ -283,7 +283,7 @@
283 283
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
284 284
  *     3 : Mendel-parts thermistor (4.7k pullup)
285 285
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
286
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
286
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
287 287
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
288 288
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
289 289
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/STM32F10/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Sanguinololu/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/TinyBoy2/Configuration.h View File

@@ -275,7 +275,7 @@
275 275
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
276 276
  *     3 : Mendel-parts thermistor (4.7k pullup)
277 277
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
278
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
278
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
279 279
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
280 280
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
281 281
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Tronxy/X1/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Velleman/K8200/Configuration.h View File

@@ -273,7 +273,7 @@
273 273
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
274 274
  *     3 : Mendel-parts thermistor (4.7k pullup)
275 275
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
276
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
276
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
277 277
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
278 278
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
279 279
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Velleman/K8400/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/adafruit/ST7565/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/delta/generic/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/delta/kossel_pro/Configuration.h View File

@@ -257,7 +257,7 @@
257 257
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
258 258
  *     3 : Mendel-parts thermistor (4.7k pullup)
259 259
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
260
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
260
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
261 261
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
262 262
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
263 263
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h View File

@@ -258,7 +258,7 @@
258 258
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
259 259
  *     3 : Mendel-parts thermistor (4.7k pullup)
260 260
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
261
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
261
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
262 262
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
263 263
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
264 264
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/makibox/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/stm32f103ret6/Configuration.h View File

@@ -234,7 +234,7 @@
234 234
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
235 235
  *     3 : Mendel-parts thermistor (4.7k pullup)
236 236
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
237
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
237
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
238 238
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
239 239
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
240 240
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/tvrrug/Round2/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/config/examples/wt150/Configuration.h View File

@@ -253,7 +253,7 @@
253 253
  *     2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
254 254
  *     3 : Mendel-parts thermistor (4.7k pullup)
255 255
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
256
- *     5 : 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
256
+ *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan & J-Head) (4.7k pullup)
257 257
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
258 258
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
259 259
  *    71 : 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)

+ 1
- 1
Marlin/src/module/thermistor/thermistor_5.h View File

@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 // 100k ParCan thermistor (104GT-2)
24
-// ATC Semitec 104GT-2 (Used in ParCan)
24
+// ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan)
25 25
 // Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
26 26
 // Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
27 27
 const short temptable_5[][2] PROGMEM = {

Loading…
Cancel
Save