소스 검색

Enable TRP for the bed

in all Configurations.
AnHardt 10 년 전
부모
커밋
514d8ac460

+ 2
- 2
Marlin/Configuration.h 파일 보기

@@ -306,8 +306,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
306 306
 // uncomment the 2 defines below:
307 307
 
308 308
 // Parameters for the bed heater
309
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
310
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
309
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
310
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
311 311
 
312 312
 
313 313
 //===========================================================================

+ 2
- 3
Marlin/configurator/config/Configuration.h 파일 보기

@@ -306,9 +306,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
306 306
 // uncomment the 2 defines below:
307 307
 
308 308
 // Parameters for the bed heater
309
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
310
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
311
-
309
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
310
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
312 311
 
313 312
 //===========================================================================
314 313
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/Felix/Configuration.h 파일 보기

@@ -272,9 +272,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
272 272
 // uncomment the 2 defines below:
273 273
 
274 274
 // Parameters for the bed heater
275
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
276
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
277
-
275
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
276
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
278 277
 
279 278
 //===========================================================================
280 279
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/Felix/Configuration_DUAL.h 파일 보기

@@ -272,9 +272,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
272 272
 // uncomment the 2 defines below:
273 273
 
274 274
 // Parameters for the bed heater
275
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
276
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
277
-
275
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
276
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
278 277
 
279 278
 //===========================================================================
280 279
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/Hephestos/Configuration.h 파일 보기

@@ -293,9 +293,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
293 293
 // uncomment the 2 defines below:
294 294
 
295 295
 // Parameters for the bed heater
296
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
297
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
298
-
296
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
297
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
299 298
 
300 299
 //===========================================================================
301 300
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/K8200/Configuration.h 파일 보기

@@ -317,9 +317,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
317 317
 // uncomment the 2 defines below:
318 318
 
319 319
 // Parameters for the bed heater
320
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
321
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
322
-
320
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
321
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
323 322
 
324 323
 //===========================================================================
325 324
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/SCARA/Configuration.h 파일 보기

@@ -324,9 +324,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
324 324
 // uncomment the 2 defines below:
325 325
 
326 326
 // Parameters for the bed heater
327
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
328
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
329
-
327
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
328
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
330 329
 
331 330
 //===========================================================================
332 331
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/WITBOX/Configuration.h 파일 보기

@@ -292,9 +292,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
292 292
 // uncomment the 2 defines below:
293 293
 
294 294
 // Parameters for the bed heater
295
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
296
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
297
-
295
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
296
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
298 297
 
299 298
 //===========================================================================
300 299
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/delta/generic/Configuration.h 파일 보기

@@ -322,9 +322,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
322 322
 // uncomment the 2 defines below:
323 323
 
324 324
 // Parameters for the bed heater
325
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
326
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
327
-
325
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
326
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
328 327
 
329 328
 //===========================================================================
330 329
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/delta/kossel_mini/Configuration.h 파일 보기

@@ -322,9 +322,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
322 322
 // uncomment the 2 defines below:
323 323
 
324 324
 // Parameters for the bed heater
325
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
326
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
327
-
325
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
326
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
328 327
 
329 328
 //===========================================================================
330 329
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/makibox/Configuration.h 파일 보기

@@ -292,9 +292,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
292 292
 // uncomment the 2 defines below:
293 293
 
294 294
 // Parameters for the bed heater
295
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
296
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
297
-
295
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
296
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
298 297
 
299 298
 //===========================================================================
300 299
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/tvrrug/Round2/Configuration.h 파일 보기

@@ -294,9 +294,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
294 294
 // uncomment the 2 defines below:
295 295
 
296 296
 // Parameters for the bed heater
297
-//#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
298
-//#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
299
-
297
+#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 //in seconds
298
+#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
300 299
 
301 300
 //===========================================================================
302 301
 //============================= Mechanical Settings =========================

Loading…
취소
저장