Преглед на файлове

Enable thermal runaway protection by default

Scott Lahteine преди 10 години
родител
ревизия
2610b8d047

+ 2
- 2
Marlin/Configuration.h Целия файл

@@ -298,8 +298,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
298 298
 // uncomment the 2 defines below:
299 299
 
300 300
 // Parameters for all extruder heaters
301
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
302
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
301
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
302
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
303 303
 
304 304
 // If you want to enable this feature for your bed heater,
305 305
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/configurator/config/Configuration.h Целия файл

@@ -298,8 +298,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
298 298
 // uncomment the 2 defines below:
299 299
 
300 300
 // Parameters for all extruder heaters
301
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
302
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
301
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
302
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
303 303
 
304 304
 // If you want to enable this feature for your bed heater,
305 305
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/Felix/Configuration.h Целия файл

@@ -264,8 +264,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
264 264
 // uncomment the 2 defines below:
265 265
 
266 266
 // Parameters for all extruder heaters
267
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
268
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
267
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
268
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
269 269
 
270 270
 // If you want to enable this feature for your bed heater,
271 271
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/Felix/Configuration_DUAL.h Целия файл

@@ -264,8 +264,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
264 264
 // uncomment the 2 defines below:
265 265
 
266 266
 // Parameters for all extruder heaters
267
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
268
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
267
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
268
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
269 269
 
270 270
 // If you want to enable this feature for your bed heater,
271 271
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/Hephestos/Configuration.h Целия файл

@@ -285,8 +285,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
285 285
 // uncomment the 2 defines below:
286 286
 
287 287
 // Parameters for all extruder heaters
288
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
289
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
288
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
289
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
290 290
 
291 291
 // If you want to enable this feature for your bed heater,
292 292
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/K8200/Configuration.h Целия файл

@@ -314,8 +314,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
314 314
 // uncomment the 2 defines below:
315 315
 
316 316
 // Parameters for all extruder heaters
317
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
318
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
317
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
318
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
319 319
 
320 320
 // If you want to enable this feature for your bed heater,
321 321
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration.h Целия файл

@@ -316,8 +316,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
316 316
 // uncomment the 2 defines below:
317 317
 
318 318
 // Parameters for all extruder heaters
319
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
320
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
319
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
320
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
321 321
 
322 322
 // If you want to enable this feature for your bed heater,
323 323
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/WITBOX/Configuration.h Целия файл

@@ -284,8 +284,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
284 284
 // uncomment the 2 defines below:
285 285
 
286 286
 // Parameters for all extruder heaters
287
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
288
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
287
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
288
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
289 289
 
290 290
 // If you want to enable this feature for your bed heater,
291 291
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/delta/generic/Configuration.h Целия файл

@@ -314,8 +314,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
314 314
 // uncomment the 2 defines below:
315 315
 
316 316
 // Parameters for all extruder heaters
317
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
318
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
317
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
318
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
319 319
 
320 320
 // If you want to enable this feature for your bed heater,
321 321
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/delta/kossel_mini/Configuration.h Целия файл

@@ -314,8 +314,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
314 314
 // uncomment the 2 defines below:
315 315
 
316 316
 // Parameters for all extruder heaters
317
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
318
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
317
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
318
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
319 319
 
320 320
 // If you want to enable this feature for your bed heater,
321 321
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/makibox/Configuration.h Целия файл

@@ -284,8 +284,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
284 284
 // uncomment the 2 defines below:
285 285
 
286 286
 // Parameters for all extruder heaters
287
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
288
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
287
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
288
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
289 289
 
290 290
 // If you want to enable this feature for your bed heater,
291 291
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration.h Целия файл

@@ -286,8 +286,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
286 286
 // uncomment the 2 defines below:
287 287
 
288 288
 // Parameters for all extruder heaters
289
-//#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
290
-//#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
289
+#define THERMAL_RUNAWAY_PROTECTION_PERIOD 40 //in seconds
290
+#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS 4 // in degree Celsius
291 291
 
292 292
 // If you want to enable this feature for your bed heater,
293 293
 // uncomment the 2 defines below:

Loading…
Отказ
Запис