浏览代码

Enable thermal runaway protection by default

Scott Lahteine 10 年前
父节点
当前提交
2610b8d047

+ 2
- 2
Marlin/Configuration.h 查看文件

298
 // uncomment the 2 defines below:
298
 // uncomment the 2 defines below:
299
 
299
 
300
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
304
 // If you want to enable this feature for your bed heater,
305
 // uncomment the 2 defines below:
305
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/configurator/config/Configuration.h 查看文件

298
 // uncomment the 2 defines below:
298
 // uncomment the 2 defines below:
299
 
299
 
300
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
304
 // If you want to enable this feature for your bed heater,
305
 // uncomment the 2 defines below:
305
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/Felix/Configuration.h 查看文件

264
 // uncomment the 2 defines below:
264
 // uncomment the 2 defines below:
265
 
265
 
266
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
270
 // If you want to enable this feature for your bed heater,
271
 // uncomment the 2 defines below:
271
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/Felix/Configuration_DUAL.h 查看文件

264
 // uncomment the 2 defines below:
264
 // uncomment the 2 defines below:
265
 
265
 
266
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
270
 // If you want to enable this feature for your bed heater,
271
 // uncomment the 2 defines below:
271
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/Hephestos/Configuration.h 查看文件

285
 // uncomment the 2 defines below:
285
 // uncomment the 2 defines below:
286
 
286
 
287
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
291
 // If you want to enable this feature for your bed heater,
292
 // uncomment the 2 defines below:
292
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/K8200/Configuration.h 查看文件

314
 // uncomment the 2 defines below:
314
 // uncomment the 2 defines below:
315
 
315
 
316
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
320
 // If you want to enable this feature for your bed heater,
321
 // uncomment the 2 defines below:
321
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration.h 查看文件

316
 // uncomment the 2 defines below:
316
 // uncomment the 2 defines below:
317
 
317
 
318
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
322
 // If you want to enable this feature for your bed heater,
323
 // uncomment the 2 defines below:
323
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/WITBOX/Configuration.h 查看文件

284
 // uncomment the 2 defines below:
284
 // uncomment the 2 defines below:
285
 
285
 
286
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
290
 // If you want to enable this feature for your bed heater,
291
 // uncomment the 2 defines below:
291
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/delta/generic/Configuration.h 查看文件

314
 // uncomment the 2 defines below:
314
 // uncomment the 2 defines below:
315
 
315
 
316
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
320
 // If you want to enable this feature for your bed heater,
321
 // uncomment the 2 defines below:
321
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/delta/kossel_mini/Configuration.h 查看文件

314
 // uncomment the 2 defines below:
314
 // uncomment the 2 defines below:
315
 
315
 
316
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
320
 // If you want to enable this feature for your bed heater,
321
 // uncomment the 2 defines below:
321
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/makibox/Configuration.h 查看文件

284
 // uncomment the 2 defines below:
284
 // uncomment the 2 defines below:
285
 
285
 
286
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
290
 // If you want to enable this feature for your bed heater,
291
 // uncomment the 2 defines below:
291
 // uncomment the 2 defines below:

+ 2
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration.h 查看文件

286
 // uncomment the 2 defines below:
286
 // uncomment the 2 defines below:
287
 
287
 
288
 // Parameters for all extruder heaters
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
 // If you want to enable this feature for your bed heater,
292
 // If you want to enable this feature for your bed heater,
293
 // uncomment the 2 defines below:
293
 // uncomment the 2 defines below:

正在加载...
取消
保存