mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
New class for generating SVG from XS. Includes some minor refactoring to TriangleMesh
This commit is contained in:
parent
9918c1e97d
commit
ac93e15c98
5 changed files with 71 additions and 22 deletions
|
@ -19,6 +19,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#define EPSILON 1e-4
|
||||
#define SCALING_FACTOR 0.000001
|
||||
#define unscale(val) (val * SCALING_FACTOR)
|
||||
|
||||
namespace Slic3r {}
|
||||
using namespace Slic3r;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue