From 8cadd207f0fd0824860bb1e6e1445e82c5824b36 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Wed, 26 Feb 2025 10:38:35 +0100 Subject: [PATCH] SLA: Fixed placement on the bed of the object after its auto Rotation SPE-2750 --- src/slic3r/GUI/Jobs/RotoptimizeJob.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/Jobs/RotoptimizeJob.cpp b/src/slic3r/GUI/Jobs/RotoptimizeJob.cpp index d9c68a6b97..ab4b67cdcc 100644 --- a/src/slic3r/GUI/Jobs/RotoptimizeJob.cpp +++ b/src/slic3r/GUI/Jobs/RotoptimizeJob.cpp @@ -121,6 +121,7 @@ void RotoptimizeJob::finalize(bool canceled, std::exception_ptr &eptr) // Correct the z offset of the object which was corrupted be // the rotation + o->invalidate_bounding_box(); o->ensure_on_bed(); }