Files
QIDISlicer/tests/data/prusaparts.hpp

15 lines
357 B
C++
Raw Normal View History

2023-12-27 18:02:35 +08:00
#ifndef PRUSAPARTS_H
#define PRUSAPARTS_H
#include <vector>
#include <libslic3r/ExPolygon.hpp>
using TestData = std::vector<Slic3r::Polygon>;
using TestDataEx = std::vector<Slic3r::ExPolygons>;
2024-01-09 09:19:16 +08:00
extern const TestData QIDI_PART_POLYGONS;
extern const TestData QIDI_STEGOSAUR_POLYGONS;
extern const TestDataEx QIDI_PART_POLYGONS_EX;
2023-12-27 18:02:35 +08:00
#endif // PRUSAPARTS_H