Advertisement
sinned6915

ali-rubber-therm-table

Feb 28th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. // Alirubber Thermistor
  2.  
  3. const short temptable_60[][2] PROGMEM = {
  4.  
  5. { 6852 , 125 },
  6.  
  7. { 7390 , 120 },
  8.  
  9. { 7946 , 115 },
  10.  
  11. { 8286 , 112 },
  12.  
  13. { 8515 , 110 },
  14.  
  15. { 8746 , 108 },
  16.  
  17. { 9093 , 105 },
  18.  
  19. { 9674 , 100 },
  20.  
  21. { 10252 , 95 },
  22.  
  23. { 10822 , 90 },
  24.  
  25. { 11348 , 85 },
  26.  
  27. { 11914 , 80 },
  28.  
  29. { 12425 , 75 },
  30.  
  31. { 12906 , 70 },
  32.  
  33. { 13180 , 67 },
  34.  
  35. { 13355 , 65 },
  36.  
  37. { 13607 , 62 },
  38.  
  39. { 13768 , 60 },
  40.  
  41. { 13923 , 58 },
  42.  
  43. { 14143 , 55 },
  44.  
  45. { 14481 , 50 },
  46.  
  47. { 14782 , 45 },
  48.  
  49. { 15045 , 40 },
  50.  
  51. { 15275 , 35 },
  52.  
  53. { 15472 , 30 },
  54.  
  55. { 15633 , 25 },
  56.  
  57. { 15770 , 20 },
  58.  
  59. { 15890 , 15 },
  60.  
  61. { 15988 , 10 },
  62.  
  63. { 16069 , 5 },
  64.  
  65. { 16135 , 0 }
  66.  
  67. };
  68.  
  69.  
  70. #endif
  71. Added as an entry into the Marlin thermistor table
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement