mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Attempt to solve conflict with a3bd1b5
by adding id to PrintObject and using that as a hash key.
This commit is contained in:
parent
9247f21ff8
commit
19d18bdd84
4 changed files with 19 additions and 7 deletions
|
@ -66,6 +66,7 @@ _constant()
|
|||
%code%{ RETVAL = THIS->print()->regions.size(); %};
|
||||
|
||||
Ref<Print> print();
|
||||
int id();
|
||||
Ref<ModelObject> model_object();
|
||||
Ref<PrintObjectConfig> config()
|
||||
%code%{ RETVAL = &THIS->config; %};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue