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_3.h 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. // mendel-parts
  23. const short temptable_3[][2] PROGMEM = {
  24. { 1 * OVERSAMPLENR, 864 },
  25. { 21 * OVERSAMPLENR, 300 },
  26. { 25 * OVERSAMPLENR, 290 },
  27. { 29 * OVERSAMPLENR, 280 },
  28. { 33 * OVERSAMPLENR, 270 },
  29. { 39 * OVERSAMPLENR, 260 },
  30. { 46 * OVERSAMPLENR, 250 },
  31. { 54 * OVERSAMPLENR, 240 },
  32. { 64 * OVERSAMPLENR, 230 },
  33. { 75 * OVERSAMPLENR, 220 },
  34. { 90 * OVERSAMPLENR, 210 },
  35. { 107 * OVERSAMPLENR, 200 },
  36. { 128 * OVERSAMPLENR, 190 },
  37. { 154 * OVERSAMPLENR, 180 },
  38. { 184 * OVERSAMPLENR, 170 },
  39. { 221 * OVERSAMPLENR, 160 },
  40. { 265 * OVERSAMPLENR, 150 },
  41. { 316 * OVERSAMPLENR, 140 },
  42. { 375 * OVERSAMPLENR, 130 },
  43. { 441 * OVERSAMPLENR, 120 },
  44. { 513 * OVERSAMPLENR, 110 },
  45. { 588 * OVERSAMPLENR, 100 },
  46. { 734 * OVERSAMPLENR, 80 },
  47. { 856 * OVERSAMPLENR, 60 },
  48. { 938 * OVERSAMPLENR, 40 },
  49. { 986 * OVERSAMPLENR, 20 },
  50. { 1008 * OVERSAMPLENR, 0 },
  51. { 1018 * OVERSAMPLENR, -20 }
  52. };