diff options
author | kliment <kliment.yanev@gmail.com> | 2011-08-23 11:03:07 -0700 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-08-23 11:03:07 -0700 |
commit | 275aef159ebdbc797e86a8e04809738dc173590b (patch) | |
tree | cd063f89b241aef981292cfe91b1381b13329f1c | |
parent | 7bb5724e8d93f5ef863fbcf81a3d37f9356dd01e (diff) | |
parent | 6d63c2d9e99169dc67a67a90aa5c70752d35b08a (diff) |
Merge pull request #74 from jebba/patch-2
Add EPCOS thermistor table to configuration.
-rw-r--r-- | Sprinter/Configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index d5f5460..8310773 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -19,6 +19,7 @@ // 3 is mendel-parts thermistor // 4 is 10k thermistor // 5 is ParCan supplied 104GT-2 100K +// 6 is EPCOS 100k #define THERMISTORHEATER 1 #define THERMISTORBED 1 |