SLA: Fixed placement on the bed of the object after its auto Rotation

SPE-2750
This commit is contained in:
YuSanka 2025-02-26 10:38:35 +01:00 committed by Lukas Matena
parent 0d9a72416e
commit 8cadd207f0

View File

@ -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();
}