mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 20:57:53 -06:00
Port automatic hole to polyhole conversion from SuperSlicer
Co-authored-by: supermerill <merill@free.fr>
This commit is contained in:
parent
ee9f651511
commit
3359dadd32
10 changed files with 189 additions and 2 deletions
|
@ -825,6 +825,9 @@ void PrintObject::slice()
|
|||
}
|
||||
#endif
|
||||
|
||||
// Detect and process holes that should be converted to polyholes
|
||||
this->_transform_hole_to_polyholes();
|
||||
|
||||
// BBS: the actual first layer slices stored in layers are re-sorted by volume group and will be used to generate brim
|
||||
groupingVolumesForBrim(this, m_layers, firstLayerReplacedBy);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue