mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-22 17:42:04 -06:00
Ported three PrintObject methods to XS
This commit is contained in:
parent
f8986d0ef5
commit
33fe53fd7c
5 changed files with 31 additions and 21 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue