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.

thermistor_666.h 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (c) 2020 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 <https://www.gnu.org/licenses/>.
  20. *
  21. */
  22. #pragma once
  23. /**
  24. * This file was generated by tltgen on Thu Jul 5 15:46:43 2018.
  25. * tltgen was created by Pieter Agten (pieter.agten@gmail.com).
  26. */
  27. //#include "output_table.h"
  28. /*
  29. * Parameters:
  30. * A: -0.000480634
  31. * B: 0.00031362
  32. * C: -2.03978e-07
  33. */
  34. const temp_entry_t temptable_666[] PROGMEM = {
  35. { OV( 1), 794 },
  36. { OV( 18), 288 },
  37. { OV( 35), 234 },
  38. { OV( 52), 207 },
  39. { OV( 69), 189 },
  40. { OV( 86), 176 },
  41. { OV(103), 166 },
  42. { OV(120), 157 },
  43. { OV(137) ,150 },
  44. { OV(154), 144 },
  45. { OV(172), 138 },
  46. { OV(189), 134 },
  47. { OV(206), 129 },
  48. { OV(223), 125 },
  49. { OV(240), 121 },
  50. { OV(257), 118 },
  51. { OV(274), 115 },
  52. { OV(291), 112 },
  53. { OV(308), 109 },
  54. { OV(325), 106 },
  55. { OV(342), 103 },
  56. { OV(359), 101 },
  57. { OV(376), 99 },
  58. { OV(393), 96 },
  59. { OV(410), 94 },
  60. { OV(427), 92 },
  61. { OV(444), 90 },
  62. { OV(461), 88 },
  63. { OV(478), 86 },
  64. { OV(495), 84 },
  65. { OV(512), 82 },
  66. { OV(530), 80 },
  67. { OV(547), 78 },
  68. { OV(564), 76 },
  69. { OV(581), 74 },
  70. { OV(598), 72 },
  71. { OV(615), 70 },
  72. { OV(632), 68 },
  73. { OV(649), 67 },
  74. { OV(666), 65 },
  75. { OV(683), 63 },
  76. { OV(700), 61 },
  77. { OV(717), 59 },
  78. { OV(734), 57 },
  79. { OV(751), 55 },
  80. { OV(768), 53 },
  81. { OV(785), 51 },
  82. { OV(802), 49 },
  83. { OV(819), 47 },
  84. { OV(836), 44 },
  85. { OV(853), 42 },
  86. { OV(871), 39 },
  87. { OV(888), 37 },
  88. { OV(905), 34 },
  89. { OV(922), 30 },
  90. { OV(939), 27 },
  91. { OV(956), 23 },
  92. { OV(973), 18 },
  93. { OV(990), 11 },
  94. { OV(1007), 2 },
  95. { OV(1023),-25 }
  96. };