Nonlinear Extrusion Control (M592) (#26127)

This commit is contained in:
Andrew Bortz
2023-10-10 20:24:48 -07:00
committed by GitHub
parent 6d301a282e
commit e9b9d634c4
12 changed files with 190 additions and 8 deletions

View File

@@ -2275,6 +2275,14 @@
//#define EXPERIMENTAL_I2S_LA // Allow I2S_STEPPER_STREAM to be used with LA. Performance degrades as the LA step rate reaches ~20kHz.
#endif
/**
* Nonlinear Extrusion Control
*
* Control extrusion rate based on instantaneous extruder velocity. Can be used to correct for
* underextrusion at high extruder speeds that are otherwise well-behaved (i.e., not skipping).
*/
//#define NONLINEAR_EXTRUSION
// @section leveling
/**