Skip to content

Commit

Permalink
Merge pull request #1608 from Ultimaker/fix_surface_mode_both_cutting…
Browse files Browse the repository at this point in the history
…_mesh

Don't remove surface mode both cutting mesh areas.
  • Loading branch information
rburema authored Aug 30, 2022
2 parents bc691bc + 4a389e9 commit 36968e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/multiVolumes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ void MultiVolumes::carveCuttingMeshes(std::vector<Slicer*>& volumes, const std::
if (cutting_mesh.settings.get<ESurfaceMode>("magic_mesh_surface_mode") != ESurfaceMode::NORMAL)
{
cutting_mesh_polylines.clear();
cutting_mesh_polygons.clear();
PolylineStitcher<Polygons, Polygon, Point>::stitch(new_polylines, cutting_mesh_polylines, cutting_mesh_polygons, surface_line_width);
}
}
Expand Down

0 comments on commit 36968e3

Please sign in to comment.