Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2021-08-18 17:51:14 +0300
committertamasmeszaros <meszaros.q@gmail.com>2021-08-18 17:51:14 +0300
commita3b089eceb9896fcb68bb431358f806df76aff59 (patch)
treef9d644c57437167910b63885c6aa658d94e43942 /src/libslic3r/SLA
parent1672130d456a039388516bf76544ce15b35db311 (diff)
Remove misleading comment
Diffstat (limited to 'src/libslic3r/SLA')
-rw-r--r--src/libslic3r/SLA/Rotfinder.cpp3
1 files changed, 0 insertions, 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);