diff options
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 |