Add LIN_ADVANCE
This commit is contained in:
parent
e2d4919c01
commit
fb8e880734
6 changed files with 178 additions and 3 deletions
|
|
@ -457,6 +457,15 @@
|
|||
#define MESH_MAX_Y (Y_MAX_POS - (MESH_INSET))
|
||||
#endif
|
||||
|
||||
//Implementation of a linear pressure control
|
||||
//Assumption: advance = k * (delta velocity)
|
||||
//K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
|
||||
#define LIN_ADVANCE
|
||||
|
||||
#if ENABLED(LIN_ADVANCE)
|
||||
#define LIN_K 75
|
||||
#endif
|
||||
|
||||
// @section extras
|
||||
|
||||
// Arc interpretation settings:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue