mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
SLA supports - first attempt at supporting islands
This commit is contained in:
parent
6cc8ae3729
commit
27ad859d4d
6 changed files with 152 additions and 34 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue