FIX: correct the obj distance of by-object partplate arrangement

STUDIO-3103

Change-Id: I44dd3e8677713bf5427f266ff3c88870fbb4b2f9
(cherry picked from commit aebcba75ba760d31245f9cf336cba72da3521b1a)
This commit is contained in:
manch1n
2023-06-14 10:11:45 +08:00
committed by Lane.Wei
parent ebaca0d42d
commit d303e41acc
3 changed files with 12 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ void FillBedJob::prepare()
m_unselected.clear();
m_bedpts.clear();
params = init_arrange_params(*m_plater);
params = init_arrange_params(m_plater);
m_object_idx = m_plater->get_selected_object_idx();
if (m_object_idx == -1)