Parallelized PrintObject::bridge_over_infill()
This commit is contained in:
parent
7949ea9544
commit
14e0cd0e96
3 changed files with 56 additions and 46 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
void remove_type(const SurfaceType type);
|
||||
void remove_types(const SurfaceType *types, int ntypes);
|
||||
void filter_by_type(SurfaceType type, Polygons *polygons) const;
|
||||
void remove_type(const SurfaceType type, Polygons *polygons);
|
||||
void remove_type(const SurfaceType type, ExPolygons *polygons);
|
||||
void set_type(SurfaceType type) {
|
||||
for (Surface &surface : this->surfaces)
|
||||
surface.surface_type = type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue