printer_parts.hpp 392 B

1234567891011121314
  1. #ifndef PRINTER_PARTS_H
  2. #define PRINTER_PARTS_H
  3. #include <vector>
  4. #include <libnest2d/backends/clipper/clipper_polygon.hpp>
  5. using TestData = std::vector<ClipperLib::Path>;
  6. using TestDataEx = std::vector<ClipperLib::Polygon>;
  7. extern const TestData PRINTER_PART_POLYGONS;
  8. extern const TestData STEGOSAUR_POLYGONS;
  9. extern const TestDataEx PRINTER_PART_POLYGONS_EX;
  10. #endif // PRINTER_PARTS_H