Move JD to Config.h (and fix jerk->eeprom bug) (#12720)
This commit is contained in:
parent
594898aea7
commit
cfc5e96b4b
148 changed files with 1250 additions and 851 deletions
|
|
@ -482,14 +482,6 @@
|
|||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/s)
|
||||
|
||||
//
|
||||
// Use Junction Deviation instead of traditional Jerk Limiting
|
||||
//
|
||||
//#define JUNCTION_DEVIATION
|
||||
#if ENABLED(JUNCTION_DEVIATION)
|
||||
#define JUNCTION_DEVIATION_MM 0.02 // (mm) Distance from real junction edge
|
||||
#endif
|
||||
|
||||
//
|
||||
// Backlash Compensation
|
||||
// Adds extra movement to axes on direction-changes to account for backlash.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue