extruder runout prevention.
This commit is contained in:
parent
5b4625f79c
commit
1ec0c3b68a
2 changed files with 28 additions and 4 deletions
|
|
@ -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===========================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue