Advertisement
sinned6915

AliExpress Silicone Rubber Heater 380x380 120V 800W

Mar 12th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. /** COPIED FROM ORIGINAL DISTRO TABLE AND MODIFIED BY DJP
  2. *
  3. * Marlin 3D Printer Firmware
  4. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  5. *
  6. * Based on Sprinter and grbl.
  7. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  8. *
  9. * This program is free software: you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License as published by
  11. * the Free Software Foundation, either version 3 of the License, or
  12. * (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. *
  22. */
  23.  
  24. // AliExpress Rubber Thermistor Table
  25. const short temptable_30[][2] PROGMEM = {
  26. { 6852, 125},
  27. { 7390, 120},
  28. { 7946, 115},
  29. { 8286, 112},
  30. { 8515, 110},
  31. { 8746, 108},
  32. { 9093, 105},
  33. { 9674, 100},
  34. { 10252, 95},
  35. { 10822, 90},
  36. { 11348, 85},
  37. { 11914, 80},
  38. { 12425, 75},
  39. { 12906, 70},
  40. { 13180, 67},
  41. { 13355, 65},
  42. { 13607, 62},
  43. { 13768, 60},
  44. { 13923, 58},
  45. { 14143, 55},
  46. { 14481, 50},
  47. { 14782, 45},
  48. { 15045, 40},
  49. { 15275, 35},
  50. { 15472, 30},
  51. { 15633, 25},
  52. { 15770, 20},
  53. { 15890, 15},
  54. { 15988, 10},
  55. { 16069, 5},
  56. { 16135, 0}
  57. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement