Welcome to mirror list, hosted at ThFree Co, Russian Federation.

printer_parts.h « tests « libnest2d « src « xs - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d101810e09e9e3ff8f644b12243a6daa1f7cb68 (plain)
1
2
3
4
5
6
7
8
9
#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