FIX: fitst layer bbox was wrong for multiple plates

brim bounding box is now shifted w.r.t. plate origin, need to modify the
no-brim shift the same way.

Change-Id: Iefa7287e2848aadbfc4a468bca394ecec48a1e7c
This commit is contained in:
Arthur 2023-06-26 11:48:16 +08:00 committed by Lane.Wei
parent 4640cf9a1a
commit 0cad88309c
6 changed files with 21 additions and 22 deletions

View file

@ -201,6 +201,9 @@ struct PrintInstance
//
// instance id
size_t id;
//BBS: instance_shift is too large because of multi-plate, apply without plate offset.
Point shift_without_plate_offset() const;
};
typedef std::vector<PrintInstance> PrintInstances;