From f1a2e54b12d5b67afbdd6dd7cd820c60533910ae Mon Sep 17 00:00:00 2001 From: kliment Date: Fri, 22 Apr 2011 12:18:12 +0200 Subject: Sane defaults when thermocouple support is present --- Tonokip_Firmware/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tonokip_Firmware/configuration.h') 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 -- cgit v1.2.1