mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-02 06:50:41 +08:00
Fix for broken arrange introduced in b7d79b1b9
This commit is contained in:
parent
08e10ec98f
commit
eb08a84290
@ -261,6 +261,7 @@ bool pack(Strategy &strategy,
|
||||
}
|
||||
}
|
||||
|
||||
cancelled = !packed && (cancelled || std::isnan(final_score) || std::isinf(final_score));
|
||||
packed = !cancelled;
|
||||
|
||||
if (packed) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user