mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Fixed one more case where only_retract_when_crossing_perimeters didn't apply. #2498
This commit is contained in:
parent
0f7933c4f9
commit
7e82159620
6 changed files with 30 additions and 1 deletions
|
@ -16,6 +16,7 @@ class SurfaceCollection
|
|||
void simplify(double tolerance);
|
||||
void group(std::vector<SurfacesPtr> *retval);
|
||||
template <class T> bool any_internal_contains(const T &item) const;
|
||||
template <class T> bool any_bottom_contains(const T &item) const;
|
||||
SurfacesPtr filter_by_type(SurfaceType type);
|
||||
void filter_by_type(SurfaceType type, Polygons* polygons);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue