Bläddra i källkod

Merge pull request #1993 from AnHardt/TRP-bed

Enable TRP for the bed
Scott Lahteine 9 år sedan
förälder
incheckning
425cd46c12

+ 2
- 2
Marlin/Configuration.h Visa fil

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

+ 2
- 3
Marlin/configurator/config/Configuration.h Visa fil

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

+ 2
- 3
Marlin/example_configurations/Felix/Configuration.h Visa fil

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

+ 2
- 3
Marlin/example_configurations/Felix/Configuration_DUAL.h Visa fil

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

+ 2
- 3
Marlin/example_configurations/Hephestos/Configuration.h Visa fil

@@ -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/K8200/Configuration.h Visa fil

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

+ 2
- 3
Marlin/example_configurations/SCARA/Configuration.h Visa fil

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

+ 2
- 3
Marlin/example_configurations/WITBOX/Configuration.h Visa fil

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

+ 2
- 3
Marlin/example_configurations/delta/generic/Configuration.h Visa fil

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

+ 2
- 3
Marlin/example_configurations/delta/kossel_mini/Configuration.h Visa fil

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

+ 2
- 3
Marlin/example_configurations/makibox/Configuration.h Visa fil

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

+ 2
- 3
Marlin/example_configurations/tvrrug/Round2/Configuration.h Visa fil

@@ -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 =========================

Laddar…
Avbryt
Spara