mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
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:
parent
4640cf9a1a
commit
0cad88309c
6 changed files with 21 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue