Add BEZIER_JERK_CONTROL to example configs

This commit is contained in:
Scott Lahteine 2018-05-08 03:57:40 -05:00
parent 7ee1ab4fd3
commit f093ce35a0
57 changed files with 627 additions and 0 deletions

View file

@ -674,6 +674,17 @@
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
#define DEFAULT_EJERK 20.0
/**
* Realtime Jerk Control
*
* This option eliminates vibration during printing by fitting a Bézier
* curve to move acceleration, producing much smoother direction changes.
* Because this is computationally-intensive, a 32-bit MCU is required.
*
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
*/
//#define BEZIER_JERK_CONTROL
//===========================================================================
//============================= Z Probe Options =============================
//===========================================================================