mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
🔧 Move DEFAULT_EJERK
MarlinFirmware/Marlin#26665 Co-Authored-By: Vovodroid <8691781+vovodroid@users.noreply.github.com>
This commit is contained in:
parent
815bbdb15e
commit
2e76a370dd
716 changed files with 1432 additions and 1074 deletions
|
@ -1388,6 +1388,7 @@
|
|||
//#define CLASSIC_JERK
|
||||
#if ENABLED(CLASSIC_JERK)
|
||||
#define DEFAULT_ZJERK 0.4
|
||||
#define DEFAULT_EJERK 5.0
|
||||
//#define DEFAULT_IJERK 0.3
|
||||
//#define DEFAULT_JJERK 0.3
|
||||
//#define DEFAULT_KJERK 0.3
|
||||
|
@ -1414,8 +1415,6 @@
|
|||
#define DEFAULT_YJERK 5.0
|
||||
#endif
|
||||
|
||||
#define DEFAULT_EJERK 5.0 // May be used by Linear Advance
|
||||
|
||||
/**
|
||||
* Junction Deviation Factor
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue