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_11.h 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 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. // QU-BD silicone bed QWG-104F-3950 thermistor
  23. const short temptable_11[][2] PROGMEM = {
  24. { 1 * OVERSAMPLENR, 938 },
  25. { 31 * OVERSAMPLENR, 314 },
  26. { 41 * OVERSAMPLENR, 290 },
  27. { 51 * OVERSAMPLENR, 272 },
  28. { 61 * OVERSAMPLENR, 258 },
  29. { 71 * OVERSAMPLENR, 247 },
  30. { 81 * OVERSAMPLENR, 237 },
  31. { 91 * OVERSAMPLENR, 229 },
  32. { 101 * OVERSAMPLENR, 221 },
  33. { 111 * OVERSAMPLENR, 215 },
  34. { 121 * OVERSAMPLENR, 209 },
  35. { 131 * OVERSAMPLENR, 204 },
  36. { 141 * OVERSAMPLENR, 199 },
  37. { 151 * OVERSAMPLENR, 195 },
  38. { 161 * OVERSAMPLENR, 190 },
  39. { 171 * OVERSAMPLENR, 187 },
  40. { 181 * OVERSAMPLENR, 183 },
  41. { 191 * OVERSAMPLENR, 179 },
  42. { 201 * OVERSAMPLENR, 176 },
  43. { 221 * OVERSAMPLENR, 170 },
  44. { 241 * OVERSAMPLENR, 165 },
  45. { 261 * OVERSAMPLENR, 160 },
  46. { 281 * OVERSAMPLENR, 155 },
  47. { 301 * OVERSAMPLENR, 150 },
  48. { 331 * OVERSAMPLENR, 144 },
  49. { 361 * OVERSAMPLENR, 139 },
  50. { 391 * OVERSAMPLENR, 133 },
  51. { 421 * OVERSAMPLENR, 128 },
  52. { 451 * OVERSAMPLENR, 123 },
  53. { 491 * OVERSAMPLENR, 117 },
  54. { 531 * OVERSAMPLENR, 111 },
  55. { 571 * OVERSAMPLENR, 105 },
  56. { 611 * OVERSAMPLENR, 100 },
  57. { 641 * OVERSAMPLENR, 95 },
  58. { 681 * OVERSAMPLENR, 90 },
  59. { 711 * OVERSAMPLENR, 85 },
  60. { 751 * OVERSAMPLENR, 79 },
  61. { 791 * OVERSAMPLENR, 72 },
  62. { 811 * OVERSAMPLENR, 69 },
  63. { 831 * OVERSAMPLENR, 65 },
  64. { 871 * OVERSAMPLENR, 57 },
  65. { 881 * OVERSAMPLENR, 55 },
  66. { 901 * OVERSAMPLENR, 51 },
  67. { 921 * OVERSAMPLENR, 45 },
  68. { 941 * OVERSAMPLENR, 39 },
  69. { 971 * OVERSAMPLENR, 28 },
  70. { 981 * OVERSAMPLENR, 23 },
  71. { 991 * OVERSAMPLENR, 17 },
  72. { 1001 * OVERSAMPLENR, 9 },
  73. { 1021 * OVERSAMPLENR, -27 }
  74. };