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

Merge branch 'master' into sender

This commit is contained in:
Alessandro Ranellucci
2014-12-31 16:25:26 +01:00
27 changed files with 372 additions and 104 deletions
+1
View File
@@ -143,6 +143,7 @@ _constant()
Ref<PrintObject> get_object(int idx);
void delete_object(int idx);
void reload_object(int idx);
bool reload_model_instances();
size_t object_count()
%code%{ RETVAL = THIS->objects.size(); %};