mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 22:35:15 -06:00
Back-porting improvements for libnest2d
This commit is contained in:
parent
ab3890dab5
commit
f117d02750
8 changed files with 96 additions and 59 deletions
|
@ -2,10 +2,10 @@
|
|||
#define PRINTER_PARTS_H
|
||||
|
||||
#include <vector>
|
||||
#include <libnest2d/backends/clipper/clipper_polygon.hpp>
|
||||
#include <libnest2d/libnest2d.hpp>
|
||||
|
||||
using TestData = std::vector<ClipperLib::Path>;
|
||||
using TestDataEx = std::vector<ClipperLib::Polygon>;
|
||||
using TestData = std::vector<libnest2d::PathImpl>;
|
||||
using TestDataEx = std::vector<libnest2d::PolygonImpl>;
|
||||
|
||||
extern const TestData PRINTER_PART_POLYGONS;
|
||||
extern const TestData STEGOSAUR_POLYGONS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue