mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 16:38:43 +03:00
PRUSA 2.7.0
This commit is contained in:
14
tests/data/prusaparts.hpp
Normal file
14
tests/data/prusaparts.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef PRUSAPARTS_H
|
||||
#define PRUSAPARTS_H
|
||||
|
||||
#include <vector>
|
||||
#include <libslic3r/ExPolygon.hpp>
|
||||
|
||||
using TestData = std::vector<Slic3r::Polygon>;
|
||||
using TestDataEx = std::vector<Slic3r::ExPolygons>;
|
||||
|
||||
extern const TestData PRUSA_PART_POLYGONS;
|
||||
extern const TestData PRUSA_STEGOSAUR_POLYGONS;
|
||||
extern const TestDataEx PRUSA_PART_POLYGONS_EX;
|
||||
|
||||
#endif // PRUSAPARTS_H
|
||||
Reference in New Issue
Block a user