mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-23 19:33:12 +08:00
Merge branch 'tm_arrange_jump_SPE-1297'
This commit is contained in:
commit
5ecacdc66c
@ -242,7 +242,9 @@ void ArrangeJob::finalize(bool canceled, std::exception_ptr &eptr) {
|
|||||||
|
|
||||||
// Move the unprintable items to the last virtual bed.
|
// Move the unprintable items to the last virtual bed.
|
||||||
for (ArrangePolygon &ap : m_unprintable) {
|
for (ArrangePolygon &ap : m_unprintable) {
|
||||||
ap.bed_idx += beds + 1;
|
if (ap.bed_idx >= 0)
|
||||||
|
ap.bed_idx += beds + 1;
|
||||||
|
|
||||||
ap.apply();
|
ap.apply();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user