mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-12-11 16:00:54 -07:00
MarlinFirmware/Marlin#27101
This commit is contained in:
parent
f5f714aab7
commit
86b76f95e6
401 changed files with 2005 additions and 0 deletions
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1406,6 +1406,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1473,6 +1473,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1474,6 +1474,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1421,6 +1421,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1407,6 +1407,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1406,6 +1406,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1406,6 +1406,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1406,6 +1406,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1410,6 +1410,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1410,6 +1410,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1410,6 +1410,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1410,6 +1410,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1408,6 +1408,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1449,6 +1449,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1411,6 +1411,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1420,6 +1420,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1402,6 +1402,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1402,6 +1402,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1411,6 +1411,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1426,6 +1426,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1426,6 +1426,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1407,6 +1407,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1418,6 +1418,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1420,6 +1420,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1412,6 +1412,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1412,6 +1412,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1413,6 +1413,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1406,6 +1406,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1406,6 +1406,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1413,6 +1413,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1414,6 +1414,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1414,6 +1414,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1403,6 +1403,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1403,6 +1403,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1404,6 +1404,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1408,6 +1408,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
#define S_CURVE_ACCELERATION
|
#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
|
|
@ -1405,6 +1405,11 @@
|
||||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||||
*/
|
*/
|
||||||
//#define S_CURVE_ACCELERATION
|
//#define S_CURVE_ACCELERATION
|
||||||
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
// Define to use 4th instead of 6th order motion curve
|
||||||
|
//#define S_CURVE_FACTOR 0.25 // Initial and final acceleration factor, ideally 0.1 to 0.4.
|
||||||
|
// Shouldn't generally require tuning.
|
||||||
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue