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