mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Variable-width thin walls. Yay!
This commit is contained in:
parent
6dc42ee902
commit
dfb1ec99ac
3 changed files with 21 additions and 22 deletions
|
@ -65,7 +65,7 @@ class PerimeterGenerator {
|
|||
Polygons _lower_slices_p;
|
||||
|
||||
ExtrusionEntityCollection _traverse_loops(const PerimeterGeneratorLoops &loops,
|
||||
Polylines &thin_walls) const;
|
||||
ThickPolylines &thin_walls) const;
|
||||
ExtrusionEntityCollection _variable_width
|
||||
(const ThickPolylines &polylines, ExtrusionRole role, Flow flow) const;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue