made runout prevention independent of tempeorarily set esteps
This commit is contained in:
parent
1ec0c3b68a
commit
87fd249c43
2 changed files with 6 additions and 3 deletions
|
|
@ -161,8 +161,9 @@
|
|||
//#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
|
||||
#define EXTRUDER_RUNOUT_ESTEPS 14 //mm filament
|
||||
#define EXTRUDER_RUNOUT_EXTRUDE 100 //mm filament
|
||||
#define EXTRUDER_RUNOUT_SPEED 1500 //extrusion speed
|
||||
|
||||
|
||||
//===========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue