Merge pull request #13503 from mosfet80/patch-34

[Mod] removed duplicated pi
This commit is contained in:
sliptonic
2024-04-22 11:12:04 -05:00
committed by GitHub

View File

@@ -32,7 +32,6 @@
#define ARC_MIN_SEGMENTS 20.0 // minimum # segments to interpolate an arc
#ifndef M_PI
#define M_PI 3.14159265358979323846
#define M_PI 3.14159265358979323846 /* pi */
#endif