Sane defaults when thermocouple support is present
This commit is contained in:
parent
86e97c14fa
commit
f1a2e54b12
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue