printer_parts.hpp 375 B

1234567891011121314
  1. #ifndef PRINTER_PARTS_H
  2. #define PRINTER_PARTS_H
  3. #include <vector>
  4. #include <libnest2d/libnest2d.hpp>
  5. using TestData = std::vector<libnest2d::PathImpl>;
  6. using TestDataEx = std::vector<libnest2d::PolygonImpl>;
  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