Parallelized PrintObject::bridge_over_infill()

This commit is contained in:
Vojtech Bubnik 2022-08-22 15:41:36 +02:00
parent 7949ea9544
commit 14e0cd0e96
3 changed files with 56 additions and 46 deletions

View file

@ -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;