mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
Fix compilation on OSX
This commit is contained in:
@@ -35,7 +35,8 @@ protected:
|
||||
while (it != c.end() && !stopcond_()) {
|
||||
Placer p{bin};
|
||||
p.configure(pcfg);
|
||||
Item cpy{*it};
|
||||
const Item& itm = *it;
|
||||
Item cpy{itm};
|
||||
if (!p.pack(cpy)) it = c.erase(it);
|
||||
else it++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user