summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/BedThermistorTable_200k.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-05-15 14:08:04 +0200
committerkliment <kliment.yanev@gmail.com>2011-05-15 14:08:04 +0200
commit484b3b087e5070604efd731c6533fa960fe442fe (patch)
treea326feb220e8914c06baf0324ae7f909178319de /Tonokip_Firmware/BedThermistorTable_200k.h
parent86f43686c88fa0f5bf6bbb38982ce1a7ea1ad967 (diff)
Make temperature check interval constant regardless of whether a move is happening or not - this improved PID performance
Make temp check interval configurable. Make temp tables static to save RAM.
Diffstat (limited to 'Tonokip_Firmware/BedThermistorTable_200k.h')
-rw-r--r--Tonokip_Firmware/BedThermistorTable_200k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tonokip_Firmware/BedThermistorTable_200k.h b/Tonokip_Firmware/BedThermistorTable_200k.h
index 79c9ea4..3d96aa3 100644
--- a/Tonokip_Firmware/BedThermistorTable_200k.h
+++ b/Tonokip_Firmware/BedThermistorTable_200k.h
@@ -15,7 +15,7 @@
// max adc: 1023
#define BNUMTEMPS 20
-short bedtemptable[BNUMTEMPS][2] = {
+const short bedtemptable[BNUMTEMPS][2] = {
{1, 848},
{54, 275},
{107, 228},