mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-07 06:59:07 +08:00
Filtering invalid geometries as per: SPE-337
This commit is contained in:
parent
99f2d40b53
commit
c73f702922
@ -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…
x
Reference in New Issue
Block a user