Welcome to mirror list, hosted at ThFree Co, Russian Federation.

printer_parts.h « tests « libnest2d « src « xs - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41791a189f8ca8b3c933b771dbf4d6d92f2f4885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PRINTER_PARTS_H
#define PRINTER_PARTS_H

#include <vector>
#include <clipper.hpp>

using TestData = std::vector<ClipperLib::Path>;

extern const TestData PRINTER_PART_POLYGONS;
extern const TestData STEGOSAUR_POLYGONS;

#endif // PRINTER_PARTS_H