1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Ported three PrintObject methods to XS

This commit is contained in:
Alessandro Ranellucci
2014-11-13 00:34:56 +01:00
parent f8986d0ef5
commit 33fe53fd7c
5 changed files with 31 additions and 21 deletions
+3
View File
@@ -103,6 +103,9 @@ class PrintObject
ModelObject* model_object();
Points copies() const;
bool add_copy(const Pointf &point);
bool delete_last_copy();
bool delete_all_copies();
bool set_copies(const Points &points);
bool reload_model_instances();