[Mod] removed duplicated pi

removed duplicated pi definition
This commit is contained in:
mosfet80
2024-04-17 08:08:45 +02:00
committed by GitHub
parent 96cfd6b3dc
commit d28fc946b4

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