My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

thermistortable_3.h 1.5KB

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