diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-05-04 14:23:20 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-05-04 14:23:20 +0200 |
commit | 7458c967eb0f0a074c5e5caff07ca5600df423df (patch) | |
tree | 52017d16e27416ed900c8785efb884cb77dfaa68 /Sprinter | |
parent | 63d9324143ce8ccd34ebbdbf6d6141ff84c777c5 (diff) |
We temporarily use a 10k thermistor
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index c82df79..a53f274 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -27,7 +27,7 @@ // 5 is ParCan supplied 104GT-2 100K // 6 is EPCOS 100k // 7 is 100k Honeywell thermistor 135-104LAG-J01 -#define THERMISTORHEATER 1 +#define THERMISTORHEATER 4 #define THERMISTORBED 1 //// Calibration variables |