S_CURVE_FACTOR
Some checks failed
Deploy / deploy (push) Has been cancelled

MarlinFirmware/Marlin#27101
This commit is contained in:
Scott Lahteine 2025-10-23 16:39:51 -05:00
parent f5f714aab7
commit 86b76f95e6
401 changed files with 2005 additions and 0 deletions

View file

@ -1404,6 +1404,11 @@
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
*/
#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 =============================