mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Merge branch 'xs-reload-object'
Conflicts: lib/Slic3r/Print.pm
This commit is contained in:
commit
a5787cfb04
4 changed files with 26 additions and 14 deletions
|
@ -135,6 +135,7 @@ _constant()
|
|||
BoundingBoxf3 *modobj_bbox)
|
||||
%code%{ RETVAL = THIS->set_new_object(idx, model_object, *modobj_bbox); %};
|
||||
void delete_object(int idx);
|
||||
void reload_object(int idx);
|
||||
size_t object_count()
|
||||
%code%{ RETVAL = THIS->objects.size(); %};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue