mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Avoid placement of seams on bridging perimeters, if random seam is enabled.
https://github.com/alexrj/Slic3r/issues/3526#issuecomment-263125049
This commit is contained in:
parent
4256af22ff
commit
7e6390c4b6
4 changed files with 35 additions and 19 deletions
|
@ -218,7 +218,7 @@ class ExtrusionLoop : public ExtrusionEntity
|
|||
Polygon polygon() const;
|
||||
virtual double length() const;
|
||||
bool split_at_vertex(const Point &point);
|
||||
void split_at(const Point &point);
|
||||
void split_at(const Point &point, bool prefer_non_overhang);
|
||||
void clip_end(double distance, ExtrusionPaths* paths) const;
|
||||
// Test, whether the point is extruded by a bridging flow.
|
||||
// This used to be used to avoid placing seams on overhangs, but now the EdgeGrid is used instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue