mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Port single wall on top surface from classic wall generator to Arachne (#1583)
* Port single wall on top surface from classic wall generator to Arachne * Move the surface split code into a separate function to be shared between classic and Arachne. This also adds bridge detection to Arachne as well. * Remove unwanted infills * Fix insets calculating --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
c13a2e57e2
commit
d7a1241550
2 changed files with 163 additions and 80 deletions
|
@ -78,6 +78,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;
|
||||
|
||||
private:
|
||||
bool m_spiral_vase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue