mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Further refactoring
This commit is contained in:
parent
b2867f9227
commit
6ae50a710a
5 changed files with 24 additions and 28 deletions
|
@ -1609,7 +1609,7 @@ struct Plater::priv
|
|||
if (m_selected.empty()) m_selected.swap(m_unselected);
|
||||
|
||||
// The strides have to be removed from the fixed items. For the
|
||||
// arrangeable (selected) items it bed_idx is ignored and the
|
||||
// arrangeable (selected) items bed_idx is ignored and the
|
||||
// translation is irrelevant.
|
||||
for (auto &p : m_unselected) p.translation(X) -= p.bed_idx * stride;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue