My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

thermistor_61.h 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. #pragma once
  23. // R25 = 100 kOhm, beta25 = 3950 K, 4.7 kOhm pull-up,
  24. // Formbot / Vivedino high temp 100k thermistor
  25. // 100KR13950181203
  26. // Generated with modified version of https://www.thingiverse.com/thing:103668
  27. // Using table 1 with datasheet values
  28. // Resistance 100k Ohms at 25deg. C
  29. // Resistance Tolerance + / -1%
  30. // B Value 3950K at 25/50 deg. C
  31. // B Value Tolerance + / - 1%
  32. const short temptable_61[][2] PROGMEM = {
  33. { OV( 2.00), 420 }, // Guestimate to ensure we dont lose a reading and drop temps to -50 when over
  34. { OV( 12.07), 350 },
  35. { OV( 12.79), 345 },
  36. { OV( 13.59), 340 },
  37. { OV( 14.44), 335 },
  38. { OV( 15.37), 330 },
  39. { OV( 16.38), 325 },
  40. { OV( 17.46), 320 },
  41. { OV( 18.63), 315 },
  42. { OV( 19.91), 310 },
  43. { OV( 21.29), 305 },
  44. { OV( 22.79), 300 },
  45. { OV( 24.43), 295 },
  46. { OV( 26.21), 290 },
  47. { OV( 28.15), 285 },
  48. { OV( 30.27), 280 },
  49. { OV( 32.58), 275 },
  50. { OV( 35.10), 270 },
  51. { OV( 38.44), 265 },
  52. { OV( 40.89), 260 },
  53. { OV( 44.19), 255 },
  54. { OV( 47.83), 250 },
  55. { OV( 51.80), 245 },
  56. { OV( 56.20), 240 },
  57. { OV( 61.00), 235 },
  58. { OV( 66.30), 230 },
  59. { OV( 72.11), 225 },
  60. { OV( 78.51), 220 },
  61. { OV( 85.57), 215 },
  62. { OV( 93.34), 210 },
  63. { OV( 101.91), 205 },
  64. { OV( 111.34), 200 },
  65. { OV( 121.73), 195 },
  66. { OV( 133.17), 190 },
  67. { OV( 145.74), 185 },
  68. { OV( 159.57), 180 },
  69. { OV( 174.73), 175 },
  70. { OV( 191.35), 170 },
  71. { OV( 209.53), 165 },
  72. { OV( 229.35), 160 },
  73. { OV( 250.90), 155 },
  74. { OV( 274.25), 150 },
  75. { OV( 299.46), 145 },
  76. { OV( 326.52), 140 },
  77. { OV( 355.44), 135 },
  78. { OV( 386.15), 130 },
  79. { OV( 418.53), 125 },
  80. { OV( 452.43), 120 },
  81. { OV( 487.62), 115 },
  82. { OV( 523.82), 110 },
  83. { OV( 560.70), 105 },
  84. { OV( 597.88), 100 },
  85. { OV( 634.97), 95 },
  86. { OV( 671.55), 90 },
  87. { OV( 707.21), 85 },
  88. { OV( 741.54), 80 },
  89. { OV( 779.65), 75 },
  90. { OV( 809.57), 70 },
  91. { OV( 833.40), 65 },
  92. { OV( 859.55), 60 },
  93. { OV( 883.27), 55 },
  94. { OV( 904.53), 50 },
  95. { OV( 923.38), 45 },
  96. { OV( 939.91), 40 },
  97. { OV( 954.26), 35 },
  98. { OV( 966.59), 30 },
  99. { OV( 977.08), 25 },
  100. { OV( 985.92), 20 },
  101. { OV( 993.39), 15 },
  102. { OV( 999.42), 10 },
  103. { OV(1004.43), 5 },
  104. { OV(1008.51), 0 },
  105. { OV(1011.79), -5 },
  106. { OV(1014.40), -10 },
  107. { OV(1016.48), -15 },
  108. { OV(1018.10), -20 },
  109. { OV(1019.35), -25 },
  110. { OV(1020.32), -30 },
  111. { OV(1021.05), -35 },
  112. { OV(1021.60), -40 },
  113. { OV(1022.01), -45 },
  114. { OV(1022.31), -50 }
  115. };