Add JD_HANDLE_SMALL_SEGMENTS option (#18316)
This commit is contained in:
parent
aea60d9450
commit
a4b46eaf8f
3 changed files with 76 additions and 70 deletions
|
|
@ -815,6 +815,8 @@
|
|||
*/
|
||||
#if DISABLED(CLASSIC_JERK)
|
||||
#define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
|
||||
#define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle
|
||||
// for small segments (< 1mm) with large junction angles (> 135°).
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue