1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-28 10:45:50 +00:00

Merge branch 'xs-reload-object'

Conflicts:
	lib/Slic3r/Print.pm
This commit is contained in:
Alessandro Ranellucci
2014-11-12 22:51:48 +01:00
4 changed files with 26 additions and 14 deletions
+1
View File
@@ -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(); %};