Browse Source

Merge pull request #1993 from AnHardt/TRP-bed

Enable TRP for the bed
Scott Lahteine 10 years ago
parent
commit
425cd46c12

+ 2
- 2
Marlin/Configuration.h View File

305
 // uncomment the 2 defines below:
305
 // uncomment the 2 defines below:
306
 
306
 
307
 // Parameters for the bed heater
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 View File

305
 // uncomment the 2 defines below:
305
 // uncomment the 2 defines below:
306
 
306
 
307
 // Parameters for the bed heater
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
 //============================= Mechanical Settings =========================
312
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/Felix/Configuration.h View File

271
 // uncomment the 2 defines below:
271
 // uncomment the 2 defines below:
272
 
272
 
273
 // Parameters for the bed heater
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
 //============================= Mechanical Settings =========================
278
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

271
 // uncomment the 2 defines below:
271
 // uncomment the 2 defines below:
272
 
272
 
273
 // Parameters for the bed heater
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
 //============================= Mechanical Settings =========================
278
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/Hephestos/Configuration.h View File

292
 // uncomment the 2 defines below:
292
 // uncomment the 2 defines below:
293
 
293
 
294
 // Parameters for the bed heater
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
 //============================= Mechanical Settings =========================
299
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/K8200/Configuration.h View File

321
 // uncomment the 2 defines below:
321
 // uncomment the 2 defines below:
322
 
322
 
323
 // Parameters for the bed heater
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
 //============================= Mechanical Settings =========================
328
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/SCARA/Configuration.h View File

323
 // uncomment the 2 defines below:
323
 // uncomment the 2 defines below:
324
 
324
 
325
 // Parameters for the bed heater
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
 //============================= Mechanical Settings =========================
330
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/WITBOX/Configuration.h View File

291
 // uncomment the 2 defines below:
291
 // uncomment the 2 defines below:
292
 
292
 
293
 // Parameters for the bed heater
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
 //============================= Mechanical Settings =========================
298
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/delta/generic/Configuration.h View File

321
 // uncomment the 2 defines below:
321
 // uncomment the 2 defines below:
322
 
322
 
323
 // Parameters for the bed heater
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
 //============================= Mechanical Settings =========================
328
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

321
 // uncomment the 2 defines below:
321
 // uncomment the 2 defines below:
322
 
322
 
323
 // Parameters for the bed heater
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
 //============================= Mechanical Settings =========================
328
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/makibox/Configuration.h View File

291
 // uncomment the 2 defines below:
291
 // uncomment the 2 defines below:
292
 
292
 
293
 // Parameters for the bed heater
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
 //============================= Mechanical Settings =========================
298
 //============================= Mechanical Settings =========================

+ 2
- 3
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

293
 // uncomment the 2 defines below:
293
 // uncomment the 2 defines below:
294
 
294
 
295
 // Parameters for the bed heater
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
 //============================= Mechanical Settings =========================
300
 //============================= Mechanical Settings =========================

Loading…
Cancel
Save