mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Merge branch 'master' into tm_builtin_pad
This commit is contained in:
commit
af89bcee53
65 changed files with 2903 additions and 1706 deletions
|
@ -673,6 +673,7 @@ void base_plate(const TriangleMesh & mesh,
|
|||
const std::vector<float> &heights,
|
||||
ThrowOnCancel thrfn)
|
||||
{
|
||||
if (mesh.empty()) return;
|
||||
// m.require_shared_vertices(); // TriangleMeshSlicer needs this
|
||||
TriangleMeshSlicer slicer(&mesh);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue