mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Merge branch 'master' into sender
This commit is contained in:
commit
29d64107de
27 changed files with 372 additions and 104 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