mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Fix issue with overhang-extra-perimeter on complicated multi-part models (#2326)
This commit is contained in:
parent
071ee664b0
commit
b41fdcdc50
2 changed files with 4 additions and 8 deletions
|
@ -79,7 +79,7 @@ public:
|
|||
private:
|
||||
std::map<int, Polygons> generate_lower_polygons_series(float width);
|
||||
void split_top_surfaces(const ExPolygons &orig_polygons, ExPolygons &top_fills, ExPolygons &non_top_polygons, ExPolygons &fill_clip) const;
|
||||
void apply_extra_perimeters();
|
||||
void apply_extra_perimeters(ExPolygons& infill_area);
|
||||
|
||||
private:
|
||||
bool m_spiral_vase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue