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

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();