|
|
|
@ -51,7 +51,7 @@
|
|
|
|
|
|
|
|
|
|
// Actual temperature must be close to target for this long before M109 returns success
|
|
|
|
|
#define TEMP_RESIDENCY_TIME 10 // 30 // (seconds) 30 seconds was too long
|
|
|
|
|
#define TEMP_HYSTERESIS 3 // (C<EFBFBD>) range of +/- temperatures considered "close" to the target one
|
|
|
|
|
#define TEMP_HYSTERESIS 3 // (degC) range of +/- temperatures considered "close" to the target one
|
|
|
|
|
|
|
|
|
|
// The minimal temperature defines the temperature below which the heater will not be enabled It is used
|
|
|
|
|
// to check that the wiring to the thermistor is not broken.
|
|
|
|
|