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_23.h 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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 <https://www.gnu.org/licenses/>.
  20. *
  21. */
  22. // 100k hotbed thermistor with 4.7k pull up to 3.3v and 220R to analog input as in GTM32 Pro vB
  23. constexpr temp_entry_t temptable_23[] PROGMEM = {
  24. { OV( 1), 938 },
  25. { OV( 11), 423 },
  26. { OV( 21), 351 },
  27. { OV( 31), 314 },
  28. { OV( 41), 290 },
  29. { OV( 51), 272 },
  30. { OV( 61), 258 },
  31. { OV( 71), 247 },
  32. { OV( 81), 237 },
  33. { OV( 91), 229 },
  34. { OV( 101), 221 },
  35. { OV( 111), 215 },
  36. { OV( 121), 209 },
  37. { OV( 131), 204 },
  38. { OV( 141), 199 },
  39. { OV( 151), 195 },
  40. { OV( 161), 190 },
  41. { OV( 171), 187 },
  42. { OV( 181), 183 },
  43. { OV( 191), 179 },
  44. { OV( 201), 176 },
  45. { OV( 211), 173 },
  46. { OV( 221), 170 },
  47. { OV( 231), 167 },
  48. { OV( 241), 165 },
  49. { OV( 251), 162 },
  50. { OV( 261), 160 },
  51. { OV( 271), 157 },
  52. { OV( 281), 155 },
  53. { OV( 291), 153 },
  54. { OV( 301), 150 },
  55. { OV( 311), 148 },
  56. { OV( 321), 146 },
  57. { OV( 331), 144 },
  58. { OV( 341), 142 },
  59. { OV( 351), 140 },
  60. { OV( 361), 139 },
  61. { OV( 371), 137 },
  62. { OV( 381), 135 },
  63. { OV( 391), 133 },
  64. { OV( 401), 131 },
  65. { OV( 411), 130 },
  66. { OV( 421), 128 },
  67. { OV( 431), 126 },
  68. { OV( 441), 125 },
  69. { OV( 451), 123 },
  70. { OV( 461), 122 },
  71. { OV( 471), 120 },
  72. { OV( 481), 119 },
  73. { OV( 491), 117 },
  74. { OV( 501), 116 },
  75. { OV( 511), 114 },
  76. { OV( 521), 113 },
  77. { OV( 531), 111 },
  78. { OV( 541), 110 },
  79. { OV( 551), 108 },
  80. { OV( 561), 107 },
  81. { OV( 571), 105 },
  82. { OV( 581), 104 },
  83. { OV( 591), 102 },
  84. { OV( 601), 101 },
  85. { OV( 611), 100 },
  86. { OV( 621), 98 },
  87. { OV( 631), 97 },
  88. { OV( 641), 95 },
  89. { OV( 651), 94 },
  90. { OV( 661), 92 },
  91. { OV( 671), 91 },
  92. { OV( 681), 90 },
  93. { OV( 691), 88 },
  94. { OV( 701), 87 },
  95. { OV( 711), 85 },
  96. { OV( 721), 84 },
  97. { OV( 731), 82 },
  98. { OV( 741), 81 },
  99. { OV( 751), 79 },
  100. { OV( 761), 77 },
  101. { OV( 771), 76 },
  102. { OV( 781), 74 },
  103. { OV( 791), 72 },
  104. { OV( 801), 71 },
  105. { OV( 811), 69 },
  106. { OV( 821), 67 },
  107. { OV( 831), 65 },
  108. { OV( 841), 63 },
  109. { OV( 851), 62 },
  110. { OV( 861), 60 },
  111. { OV( 871), 57 },
  112. { OV( 881), 55 },
  113. { OV( 891), 53 },
  114. { OV( 901), 51 },
  115. { OV( 911), 48 },
  116. { OV( 921), 45 },
  117. { OV( 931), 42 },
  118. { OV( 941), 39 },
  119. { OV( 951), 36 },
  120. { OV( 961), 32 },
  121. { OV( 971), 28 },
  122. { OV( 981), 25 },
  123. { OV( 991), 23 },
  124. { OV(1001), 21 },
  125. { OV(1011), 19 },
  126. { OV(1021), 5 }
  127. };