From a3b089eceb9896fcb68bb431358f806df76aff59 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Wed, 18 Aug 2021 16:51:14 +0200 Subject: [PATCH] Remove misleading comment --- src/libslic3r/SLA/Rotfinder.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libslic3r/SLA/Rotfinder.cpp b/src/libslic3r/SLA/Rotfinder.cpp index ac336731a..5486741f2 100644 --- a/src/libslic3r/SLA/Rotfinder.cpp +++ b/src/libslic3r/SLA/Rotfinder.cpp @@ -463,9 +463,6 @@ Vec2d find_min_z_height_rotation(const ModelObject &mo, inputs.shrink_to_fit(); bp.max_tries = inputs.size(); - // If the model can be placed on the bed directly, we only need to - // check the 3D convex hull face rotations. - auto objfn = [&bp, &chull](const XYRotation &rot) { bp.statusfn(); Transform3f tr = to_transform3f(rot);