Merge branch 'tm_arrange_jump_SPE-1297'
This commit is contained in:
commit
5ecacdc66c
1 changed files with 3 additions and 1 deletions
|
@ -242,7 +242,9 @@ void ArrangeJob::finalize(bool canceled, std::exception_ptr &eptr) {
|
|||
|
||||
// Move the unprintable items to the last virtual bed.
|
||||
for (ArrangePolygon &ap : m_unprintable) {
|
||||
ap.bed_idx += beds + 1;
|
||||
if (ap.bed_idx >= 0)
|
||||
ap.bed_idx += beds + 1;
|
||||
|
||||
ap.apply();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue