mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2026-02-11 19:19:37 -07:00
Disable S_CURVE_ACCELERATION with LIN_ADVANCE (#287)
This commit is contained in:
parent
dba13cc92b
commit
a677c7c459
2 changed files with 2 additions and 2 deletions
|
|
@ -839,7 +839,7 @@
|
|||
*
|
||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||
*/
|
||||
#define S_CURVE_ACCELERATION
|
||||
//#define S_CURVE_ACCELERATION
|
||||
|
||||
//===========================================================================
|
||||
//============================= Z Probe Options =============================
|
||||
|
|
|
|||
|
|
@ -831,7 +831,7 @@
|
|||
*
|
||||
* See https://github.com/synthetos/TinyG/wiki/Jerk-Controlled-Motion-Explained
|
||||
*/
|
||||
#define S_CURVE_ACCELERATION
|
||||
//#define S_CURVE_ACCELERATION
|
||||
|
||||
//===========================================================================
|
||||
//============================= Z Probe Options =============================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue