Files
OrcaSlicer-bambulab/xs/src/libnest2d/tests/printer_parts.h

10 lines
183 B
C++

#ifndef PRINTER_PARTS_H
#define PRINTER_PARTS_H
#include <vector>
#include <libnest2d.h>
extern const std::vector<libnest2d::Item> PRINTER_PART_POLYGONS;
#endif // PRINTER_PARTS_H