1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Bugfix: auto-center didn't update the PrintObject copies properly, causing misalignment. #2464

This commit is contained in:
Alessandro Ranellucci
2014-12-29 22:29:24 +01:00
parent 4b7cec28b9
commit 494efe65b2
4 changed files with 29 additions and 27 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(); %};