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_7.h 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. // 100k Honeywell 135-104LAG-J01
  23. const short temptable_7[][2] PROGMEM = {
  24. { OV( 1), 941 },
  25. { OV( 19), 362 },
  26. { OV( 37), 299 }, // top rating 300C
  27. { OV( 55), 266 },
  28. { OV( 73), 245 },
  29. { OV( 91), 229 },
  30. { OV( 109), 216 },
  31. { OV( 127), 206 },
  32. { OV( 145), 197 },
  33. { OV( 163), 190 },
  34. { OV( 181), 183 },
  35. { OV( 199), 177 },
  36. { OV( 217), 171 },
  37. { OV( 235), 166 },
  38. { OV( 253), 162 },
  39. { OV( 271), 157 },
  40. { OV( 289), 153 },
  41. { OV( 307), 149 },
  42. { OV( 325), 146 },
  43. { OV( 343), 142 },
  44. { OV( 361), 139 },
  45. { OV( 379), 135 },
  46. { OV( 397), 132 },
  47. { OV( 415), 129 },
  48. { OV( 433), 126 },
  49. { OV( 451), 123 },
  50. { OV( 469), 121 },
  51. { OV( 487), 118 },
  52. { OV( 505), 115 },
  53. { OV( 523), 112 },
  54. { OV( 541), 110 },
  55. { OV( 559), 107 },
  56. { OV( 577), 105 },
  57. { OV( 595), 102 },
  58. { OV( 613), 99 },
  59. { OV( 631), 97 },
  60. { OV( 649), 94 },
  61. { OV( 667), 92 },
  62. { OV( 685), 89 },
  63. { OV( 703), 86 },
  64. { OV( 721), 84 },
  65. { OV( 739), 81 },
  66. { OV( 757), 78 },
  67. { OV( 775), 75 },
  68. { OV( 793), 72 },
  69. { OV( 811), 69 },
  70. { OV( 829), 66 },
  71. { OV( 847), 62 },
  72. { OV( 865), 59 },
  73. { OV( 883), 55 },
  74. { OV( 901), 51 },
  75. { OV( 919), 46 },
  76. { OV( 937), 41 },
  77. { OV( 955), 35 },
  78. { OV( 973), 27 },
  79. { OV( 991), 17 },
  80. { OV(1009), 1 },
  81. { OV(1023), 0 } // to allow internal 0 degrees C
  82. };