Clean up
This commit is contained in:
parent
4349e82d27
commit
d4fc90cbb7
2 changed files with 1 additions and 6 deletions
|
@ -2741,7 +2741,6 @@ priv::SurfacePatches priv::diff_models(VCutAOIs &cuts,
|
|||
return patches;
|
||||
}
|
||||
|
||||
|
||||
std::vector<bool> priv::select_patches(
|
||||
const ProjectionDistances &best_distances,
|
||||
const SurfacePatches &patches,
|
||||
|
|
|
@ -2,12 +2,9 @@
|
|||
#define slic3r_CutSurface_hpp_
|
||||
|
||||
#include <vector>
|
||||
#include <optional>
|
||||
#include <memory>
|
||||
#include <admesh/stl.h> // indexed_triangle_set
|
||||
#include "Polygon.hpp"
|
||||
#include "ExPolygon.hpp"
|
||||
#include "Emboss.hpp"
|
||||
#include "Emboss.hpp" // IProjection
|
||||
|
||||
namespace Slic3r{
|
||||
|
||||
|
@ -24,7 +21,6 @@ struct SurfaceCut : public indexed_triangle_set
|
|||
// list of circulated open surface
|
||||
Contours contours;
|
||||
};
|
||||
using SurfaceCuts = std::vector<SurfaceCut>;
|
||||
|
||||
/// <summary>
|
||||
/// Cut surface shape from models.
|
||||
|
|
Loading…
Reference in a new issue