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.

thermistortable_11.h 2.0KB

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