summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/ThermistorTable.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-03-13 12:34:34 +0100
committerkliment <kliment.yanev@gmail.com>2011-03-13 12:34:34 +0100
commitf538a2d590f4902372d50ac2e5c49dfe0da4039b (patch)
tree9da37d6e177f62eb517a5eba451d53ff7480369f /Tonokip_Firmware/ThermistorTable.h
parent933c0b69b17491ec991251c51fbd58267cf83154 (diff)
Added SD support, heatbed support and internal endstop pullup support. Improved communications, removed echo, added buffering.
Diffstat (limited to 'Tonokip_Firmware/ThermistorTable.h')
-rw-r--r--Tonokip_Firmware/ThermistorTable.h45
1 files changed, 21 insertions, 24 deletions
diff --git a/Tonokip_Firmware/ThermistorTable.h b/Tonokip_Firmware/ThermistorTable.h
index 0e3a95a..ef68b5f 100644
--- a/Tonokip_Firmware/ThermistorTable.h
+++ b/Tonokip_Firmware/ThermistorTable.h
@@ -13,33 +13,30 @@
// r2: 4700
// beta: 4066
// max adc: 1023
-// UltiMachine.com Thermistor
#define NUMTEMPS 20
-
short temptable[NUMTEMPS][2] = {
-
- {1, 821},
- {54, 252},
- {107, 207},
- {160, 182},
- {213, 165},
- {266, 152},
- {319, 141},
- {372, 131},
- {425, 123},
- {478, 115},
- {531, 107},
- {584, 100},
- {637, 93},
- {690, 86},
- {743, 78},
- {796, 70},
- {849, 60},
- {902, 49},
- {955, 34},
- {1008, 3}
- };
+ {1, 848},
+ {54, 275},
+ {107, 228},
+ {160, 202},
+ {213, 185},
+ {266, 171},
+ {319, 160},
+ {372, 150},
+ {425, 141},
+ {478, 133},
+ {531, 125},
+ {584, 118},
+ {637, 110},
+ {690, 103},
+ {743, 95},
+ {796, 86},
+ {849, 77},
+ {902, 65},
+ {955, 49},
+ {1008, 17}
+};
#endif