mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Place on bed should now correctly process instance mirror and respect transformations on subvolumes
This commit is contained in:
parent
207c87a3d1
commit
528546b6c8
3 changed files with 11 additions and 10 deletions
|
@ -405,6 +405,7 @@ private:
|
|||
std::vector<Transform3d> m_volumes_matrices;
|
||||
std::vector<ModelVolume::Type> m_volumes_types;
|
||||
Vec3d m_first_instance_scale;
|
||||
Vec3d m_first_instance_mirror;
|
||||
|
||||
std::vector<PlaneData> m_planes;
|
||||
mutable Vec3d m_starting_center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue