extruder runout prevention.

This commit is contained in:
Bernhard
2011-12-09 13:39:00 +01:00
parent 5b4625f79c
commit 1ec0c3b68a
2 changed files with 28 additions and 4 deletions

View File

@ -156,6 +156,14 @@
#endif
#endif // PIDTEMP
// extruder run-out prevention.
//if the machine is idle, and the temperature over MINTEMP, every couple of SECONDS some filament is extruded
//#define EXTRUDER_RUNOUT_PREVENT
#define EXTRUDER_RUNOUT_MINTEMP 190
#define EXTRUDER_RUNOUT_SECONDS 60
#define EXTRUDER_RUNOUT_EXTRUDE 10 //mm filament
#define EXTRUDER_RUNOUT_SPEED 20 //extrusion speed
//===========================================================================
//=============================Mechanical Settings===========================