#ifndef QIDIPARTS_H #define QIDIPARTS_H #include #include "libslic3r/ExPolygon.hpp" using TestData = std::vector; using TestDataEx = std::vector; extern const TestData QIDI_PART_POLYGONS; extern const TestData QIDI_STEGOSAUR_POLYGONS; extern const TestDataEx QIDI_PART_POLYGONS_EX; #endif // QIDIPARTS_H