prusaparts.hpp 360 B

1234567891011121314
  1. #ifndef PRUSAPARTS_H
  2. #define PRUSAPARTS_H
  3. #include <vector>
  4. #include <libslic3r/ExPolygon.hpp>
  5. using TestData = std::vector<Slic3r::Polygon>;
  6. using TestDataEx = std::vector<Slic3r::ExPolygons>;
  7. extern const TestData PRUSA_PART_POLYGONS;
  8. extern const TestData PRUSA_STEGOSAUR_POLYGONS;
  9. extern const TestDataEx PRUSA_PART_POLYGONS_EX;
  10. #endif // PRUSAPARTS_H