mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Bugfix: auto-center didn't update the PrintObject copies properly, causing misalignment. #2464
This commit is contained in:
parent
4b7cec28b9
commit
494efe65b2
4 changed files with 29 additions and 27 deletions
|
@ -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(); %};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue