mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
New feature: Splitting an object into a multi-part volume.
This commit is contained in:
parent
a1f6403463
commit
b724d789fd
6 changed files with 95 additions and 30 deletions
|
@ -297,6 +297,8 @@ ModelMaterial::attributes()
|
|||
%code%{ RETVAL = THIS->modifier; %};
|
||||
void set_modifier(bool modifier)
|
||||
%code%{ THIS->modifier = modifier; %};
|
||||
|
||||
size_t split();
|
||||
|
||||
ModelMaterial* assign_unique_material();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue