|
@@ -263,15 +263,15 @@ your extruder heater takes 2 minutes to hit the target on heating.
|
263
|
263
|
// uncomment the 2 defines below:
|
264
|
264
|
|
265
|
265
|
// Parameters for all extruder heaters
|
266
|
|
-#define THERMAL_RUNAWAY_PROTECTION_PERIOD 60 //in seconds
|
267
|
|
-#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 5 // in degree Celsius
|
|
266
|
+//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 60 //in seconds
|
|
267
|
+//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 5 // in degree Celsius
|
268
|
268
|
|
269
|
269
|
// If you want to enable this feature for your bed heater,
|
270
|
270
|
// uncomment the 2 defines below:
|
271
|
271
|
|
272
|
272
|
// Parameters for the bed heater
|
273
|
|
-#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 30 //in seconds
|
274
|
|
-#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 5// in degree Celsius
|
|
273
|
+//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 30 //in seconds
|
|
274
|
+//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 5// in degree Celsius
|
275
|
275
|
|
276
|
276
|
|
277
|
277
|
//===========================================================================
|