mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Filtering invalid geometries as per: SPE-337
This commit is contained in:
parent
99f2d40b53
commit
c73f702922
1 changed files with 2 additions and 2 deletions
|
@ -436,8 +436,8 @@ bool arrange(Model &model, coordf_t dist, const Slic3r::BoundingBoxf* bb,
|
||||||
biggest = &item;
|
biggest = &item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*if(it.second.vertexCount() > 3)*/
|
|
||||||
shapes.push_back(std::ref(it.second));
|
if(it.second.vertexCount() > 3) shapes.push_back(std::ref(it.second));
|
||||||
});
|
});
|
||||||
|
|
||||||
Box bin;
|
Box bin;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue