Add JD_HANDLE_SMALL_SEGMENTS option (#18316)

This commit is contained in:
XDA-Bam
2020-06-16 01:54:00 +02:00
committed by GitHub
parent aea60d9450
commit a4b46eaf8f
3 changed files with 76 additions and 70 deletions

View File

@ -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
/**