mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2026-01-28 11:50:42 -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
|
||||
*/
|
||||
#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 =============================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue