Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_sequential_limits
This commit is contained in:
commit
53397cee17
1 changed files with 2 additions and 0 deletions
|
@ -1936,7 +1936,9 @@ arrangement::ArrangePolygon ModelInstance::get_arrange_polygon() const
|
||||||
|
|
||||||
Polygon p = get_object()->convex_hull_2d(trafo_instance);
|
Polygon p = get_object()->convex_hull_2d(trafo_instance);
|
||||||
|
|
||||||
|
#if !ENABLE_ALLOW_NEGATIVE_Z
|
||||||
assert(!p.points.empty());
|
assert(!p.points.empty());
|
||||||
|
#endif // !ENABLE_ALLOW_NEGATIVE_Z
|
||||||
|
|
||||||
// if (!p.points.empty()) {
|
// if (!p.points.empty()) {
|
||||||
// Polygons pp{p};
|
// Polygons pp{p};
|
||||||
|
|
Loading…
Reference in a new issue