mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06:00
Fixed manipulation of sinking multipart objects resulting in wrong object/parts positioning
This commit is contained in:
parent
a918314aab
commit
ca098d5763
3 changed files with 28 additions and 6 deletions
|
@ -347,6 +347,7 @@ public:
|
|||
|
||||
size_t materials_count() const;
|
||||
size_t facets_count() const;
|
||||
size_t parts_count() const;
|
||||
bool needed_repair() const;
|
||||
ModelObjectPtrs cut(size_t instance, coordf_t z, ModelObjectCutAttributes attributes);
|
||||
void split(ModelObjectPtrs* new_objects);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue