|
|
|
@ -147,9 +147,9 @@
|
|
|
|
|
//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 30.
|
|
|
|
|
#define EXTRUDER_RUNOUT_ESTEPS 14. //mm filament
|
|
|
|
|
#define EXTRUDER_RUNOUT_SPEED 1500. //extrusion speed
|
|
|
|
|
#define EXTRUDER_RUNOUT_SECONDS 30
|
|
|
|
|
#define EXTRUDER_RUNOUT_ESTEPS 14 // mm filament
|
|
|
|
|
#define EXTRUDER_RUNOUT_SPEED 1500 // extrusion speed
|
|
|
|
|
#define EXTRUDER_RUNOUT_EXTRUDE 100
|
|
|
|
|
|
|
|
|
|
// @section temperature
|
|
|
|
|