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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2018-05-17 11:37:26 +0300
committertamasmeszaros <meszaros.q@gmail.com>2018-05-17 11:37:26 +0300
commitfd829580e9c9c1f92e4a2338bcee35a5b319030a (patch)
tree7c79acf5d00e4775854649c871ff6a470e4117c6 /xs/src/libnest2d/tests/printer_parts.h
parentb6b79458300f907e6878a71512912238bcb3e692 (diff)
Working arrange_objects with DJD selection heuristic and a bottom-left placement strategy.
Diffstat (limited to 'xs/src/libnest2d/tests/printer_parts.h')
-rw-r--r--xs/src/libnest2d/tests/printer_parts.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/xs/src/libnest2d/tests/printer_parts.h b/xs/src/libnest2d/tests/printer_parts.h
new file mode 100644
index 000000000..3d101810e
--- /dev/null
+++ b/xs/src/libnest2d/tests/printer_parts.h
@@ -0,0 +1,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