mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Port overhang extra perimeters from PrusaSlicer (#1939)
* Port overhang extra perimeters from PrusaSlicer * Reduce duplicated code * Add credits --------- Co-authored-by: SoftFever <softfeverever@gmail.com> Co-authored-by: PavelMikus <pavel.mikus.mail@seznam.cz>
This commit is contained in:
parent
6710d1845d
commit
b9ca1c8720
10 changed files with 475 additions and 4 deletions
|
@ -79,6 +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();
|
||||
|
||||
private:
|
||||
bool m_spiral_vase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue