mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 06:44:27 +08:00
Fix broken partial arrange
This commit is contained in:
parent
b0ce4644b4
commit
59c128d9fd
@ -375,7 +375,7 @@ public:
|
||||
|
||||
for(unsigned idx = 0; idx < fixeditems.size(); ++idx) {
|
||||
Item& itm = fixeditems[idx];
|
||||
itm.markAsFixedInBin(0);
|
||||
itm.markAsFixedInBin(itm.binId());
|
||||
}
|
||||
|
||||
m_pck.configure(m_pconf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user