mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-21 17:39:10 -07:00
Enforce seam alignment and blend in spiral vase. #2023
This commit is contained in:
@@ -56,7 +56,7 @@ Polygon::lines(Lines* lines) const
|
||||
}
|
||||
|
||||
void
|
||||
Polygon::split_at(const Point &point, Polyline* polyline) const
|
||||
Polygon::split_at_vertex(const Point &point, Polyline* polyline) const
|
||||
{
|
||||
// find index of point
|
||||
for (Points::const_iterator it = this->points.begin(); it != this->points.end(); ++it) {
|
||||
|
||||
Reference in New Issue
Block a user