diff options
author | kliment <kliment.yanev@gmail.com> | 2011-04-22 12:18:12 +0200 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-04-22 12:18:12 +0200 |
commit | f1a2e54b12d5b67afbdd6dd7cd820c60533910ae (patch) | |
tree | 67dea4fbd28c52a6a6deb5486b0ba7b82336b4fc /Tonokip_Firmware | |
parent | 86e97c14faa1c4354ce3bf459b2cf24af139daf0 (diff) |
Sane defaults when thermocouple support is present
Diffstat (limited to 'Tonokip_Firmware')
-rw-r--r-- | Tonokip_Firmware/configuration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index ddfcaf6..011844b 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -26,9 +26,9 @@ float min_units_per_second = 35.0; // the minimum feedrate #endif // Select one of these only to define how the nozzle temp is read. -//#define HEATER_USES_THERMISTOR +#define HEATER_USES_THERMISTOR //#define HEATER_USES_AD595 -#define HEATER_USES_MAX6675 +//#define HEATER_USES_MAX6675 // Select one of these only to define how the bed temp is read. #define BED_USES_THERMISTOR |