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

@ -32,7 +32,7 @@
#include "../MarlinCore.h"
#if HAS_JUNCTION_DEVIATION
#if ENABLED(JD_HANDLE_SMALL_SEGMENTS)
// Enable this option for perfect accuracy but maximum
// computation. Should be fine on ARM processors.
//#define JD_USE_MATH_ACOS