Merge pull request #10652 from thinkyhead/bf1_bezier_jerk_control_avr

[1.1.x] Bézier Jerk Control
This commit is contained in:
Scott Lahteine
2018-05-08 11:09:19 -05:00
committed by GitHub
64 changed files with 2113 additions and 113 deletions

View File

@@ -597,6 +597,17 @@
#define DEFAULT_ZJERK 0.3
#define DEFAULT_EJERK 5.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 =============================
//===========================================================================