mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
SLA supports - first attempt at supporting islands
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Slic3r {
|
||||
|
||||
class ModelObject;
|
||||
|
||||
|
||||
namespace SLAAutoSupports {
|
||||
|
||||
|
||||
class SLAAutoSupports {
|
||||
@@ -35,7 +35,9 @@ private:
|
||||
};
|
||||
|
||||
|
||||
std::vector<Vec3d> find_islands(const std::vector<ExPolygons>& slices, const std::vector<float>& heights);
|
||||
|
||||
} // namespace SLAAutoSupports
|
||||
|
||||
} // namespace Slic3r
|
||||
|
||||
|
||||
Reference in New Issue
Block a user