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_12.h 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
  23. const short temptable_12[][2] PROGMEM = {
  24. { OV( 35), 180 }, // top rating 180C
  25. { OV( 211), 140 },
  26. { OV( 233), 135 },
  27. { OV( 261), 130 },
  28. { OV( 290), 125 },
  29. { OV( 328), 120 },
  30. { OV( 362), 115 },
  31. { OV( 406), 110 },
  32. { OV( 446), 105 },
  33. { OV( 496), 100 },
  34. { OV( 539), 95 },
  35. { OV( 585), 90 },
  36. { OV( 629), 85 },
  37. { OV( 675), 80 },
  38. { OV( 718), 75 },
  39. { OV( 758), 70 },
  40. { OV( 793), 65 },
  41. { OV( 822), 60 },
  42. { OV( 841), 55 },
  43. { OV( 875), 50 },
  44. { OV( 899), 45 },
  45. { OV( 926), 40 },
  46. { OV( 946), 35 },
  47. { OV( 962), 30 },
  48. { OV( 977), 25 },
  49. { OV( 987), 20 },
  50. { OV( 995), 15 },
  51. { OV(1001), 10 },
  52. { OV(1010), 0 },
  53. { OV(1023), -40 }
  54. };