mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-04 11:02:42 +00:00
Fix for SPE-421 and emergency fix for SPE-422 (needs further investigation)
This commit is contained in:
@@ -61,8 +61,7 @@ public:
|
||||
while (it != store_.end()) {
|
||||
Placer p(bin);
|
||||
if(!p.pack(*it)) {
|
||||
auto itmp = it++;
|
||||
store_.erase(itmp);
|
||||
it = store_.erase(it);
|
||||
} else it++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user