BEZIER_JERK_CONTROL => S_CURVE_ACCELERATION
This commit is contained in:
		| @@ -720,15 +720,14 @@ | ||||
| #define DEFAULT_EJERK                  5.0 | ||||
|  | ||||
| /** | ||||
|  * Realtime Jerk Control | ||||
|  * S-Curve Acceleration | ||||
|  * | ||||
|  * 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 | ||||
| //#define S_CURVE_ACCELERATION | ||||
|  | ||||
| //=========================================================================== | ||||
| //============================= Z Probe Options ============================= | ||||
|   | ||||
| @@ -720,15 +720,14 @@ | ||||
| #define DEFAULT_EJERK                  5.0 | ||||
|  | ||||
| /** | ||||
|  * Realtime Jerk Control | ||||
|  * S-Curve Acceleration | ||||
|  * | ||||
|  * 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 | ||||
| //#define S_CURVE_ACCELERATION | ||||
|  | ||||
| //=========================================================================== | ||||
| //============================= Z Probe Options ============================= | ||||
|   | ||||
| @@ -720,15 +720,14 @@ | ||||
| #define DEFAULT_EJERK                  5.0 | ||||
|  | ||||
| /** | ||||
|  * Realtime Jerk Control | ||||
|  * S-Curve Acceleration | ||||
|  * | ||||
|  * 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 | ||||
| //#define S_CURVE_ACCELERATION | ||||
|  | ||||
| //=========================================================================== | ||||
| //============================= Z Probe Options ============================= | ||||
|   | ||||
| @@ -725,15 +725,14 @@ | ||||
| #define DEFAULT_EJERK                  5.0 | ||||
|  | ||||
| /** | ||||
|  * Realtime Jerk Control | ||||
|  * S-Curve Acceleration | ||||
|  * | ||||
|  * 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 | ||||
| //#define S_CURVE_ACCELERATION | ||||
|  | ||||
| //=========================================================================== | ||||
| //============================= Z Probe Options ============================= | ||||
|   | ||||
| @@ -710,15 +710,14 @@ | ||||
| #define DEFAULT_EJERK                  5.0 | ||||
|  | ||||
| /** | ||||
|  * Realtime Jerk Control | ||||
|  * S-Curve Acceleration | ||||
|  * | ||||
|  * 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 | ||||
| //#define S_CURVE_ACCELERATION | ||||
|  | ||||
| //=========================================================================== | ||||
| //============================= Z Probe Options ============================= | ||||
|   | ||||
| @@ -710,15 +710,14 @@ | ||||
| #define DEFAULT_EJERK                  5.0 | ||||
|  | ||||
| /** | ||||
|  * Realtime Jerk Control | ||||
|  * S-Curve Acceleration | ||||
|  * | ||||
|  * 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 | ||||
| //#define S_CURVE_ACCELERATION | ||||
|  | ||||
| //=========================================================================== | ||||
| //============================= Z Probe Options ============================= | ||||
|   | ||||
| @@ -703,15 +703,14 @@ | ||||
| #define DEFAULT_EJERK                  5.0 | ||||
|  | ||||
| /** | ||||
|  * Realtime Jerk Control | ||||
|  * S-Curve Acceleration | ||||
|  * | ||||
|  * 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 | ||||
| //#define S_CURVE_ACCELERATION | ||||
|  | ||||
| //=========================================================================== | ||||
| //============================= Z Probe Options ============================= | ||||
|   | ||||
| @@ -713,15 +713,14 @@ | ||||
| #define DEFAULT_EJERK                 20.0 | ||||
|  | ||||
| /** | ||||
|  * Realtime Jerk Control | ||||
|  * S-Curve Acceleration | ||||
|  * | ||||
|  * 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 | ||||
| //#define S_CURVE_ACCELERATION | ||||
|  | ||||
| //=========================================================================== | ||||
| //============================= Z Probe Options ============================= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user