Add BEZIER_JERK_CONTROL to example configs
This commit is contained in:
@@ -619,6 +619,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 10.0
|
#define DEFAULT_EJERK 10.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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -647,6 +647,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -606,6 +606,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.65
|
#define DEFAULT_ZJERK 0.65
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.65
|
#define DEFAULT_ZJERK 0.65
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -587,6 +587,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -600,6 +600,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 1.0
|
#define DEFAULT_EJERK 1.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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -587,6 +587,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -598,6 +598,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -609,6 +609,17 @@
|
|||||||
#define DEFAULT_ZJERK 2.7
|
#define DEFAULT_ZJERK 2.7
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.4
|
#define DEFAULT_ZJERK 0.4
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -618,6 +618,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -609,6 +609,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.4
|
#define DEFAULT_ZJERK 0.4
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -603,6 +603,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -603,6 +603,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -609,6 +609,17 @@
|
|||||||
#define DEFAULT_ZJERK 2.4
|
#define DEFAULT_ZJERK 2.4
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -581,6 +581,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -581,6 +581,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -605,6 +605,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 4.0
|
#define DEFAULT_EJERK 4.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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -614,6 +614,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 4.0
|
#define DEFAULT_EJERK 4.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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -614,6 +614,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -614,6 +614,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -603,6 +603,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -611,6 +611,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -619,6 +619,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -603,6 +603,17 @@
|
|||||||
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -603,6 +603,17 @@
|
|||||||
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -639,6 +639,17 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -597,6 +597,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -612,6 +612,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 3.0
|
#define DEFAULT_EJERK 3.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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -630,6 +630,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -650,6 +650,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.4
|
#define DEFAULT_ZJERK 0.4
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -610,6 +610,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.4
|
#define DEFAULT_ZJERK 0.4
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -628,6 +628,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.5
|
#define DEFAULT_ZJERK 0.5
|
||||||
#define DEFAULT_EJERK 20.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.4
|
#define DEFAULT_ZJERK 0.4
|
||||||
#define DEFAULT_EJERK 20.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -609,6 +609,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 1.0
|
#define DEFAULT_EJERK 1.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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -599,6 +599,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -681,6 +681,17 @@
|
|||||||
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -681,6 +681,17 @@
|
|||||||
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -681,6 +681,17 @@
|
|||||||
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -686,6 +686,17 @@
|
|||||||
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -671,6 +671,17 @@
|
|||||||
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -671,6 +671,17 @@
|
|||||||
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -664,6 +664,17 @@
|
|||||||
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -674,6 +674,17 @@
|
|||||||
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
|
||||||
#define DEFAULT_EJERK 20.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -612,6 +612,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.7
|
#define DEFAULT_ZJERK 0.7
|
||||||
#define DEFAULT_EJERK 4.0
|
#define DEFAULT_EJERK 4.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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -602,6 +602,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -594,6 +594,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@@ -604,6 +604,17 @@
|
|||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#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 =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
Reference in New Issue
Block a user