mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
10 lines
183 B
C++
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
|