Add BEZIER_JERK_CONTROL to example configs
This commit is contained in:
		| @@ -608,6 +608,17 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo | ||||
| #define DEFAULT_ZJERK                  0.65 | ||||
| #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 ============================= | ||||
| //=========================================================================== | ||||
|   | ||||
| @@ -608,6 +608,17 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo | ||||
| #define DEFAULT_ZJERK                  0.65 | ||||
| #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 ============================= | ||||
| //=========================================================================== | ||||
|   | ||||
		Reference in New Issue
	
	Block a user