mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 02:52:10 +00:00
WIP Fixed "below the print bed" issue on arrange.
Still the auto arrange does not take into account the current full transformation matrix.
This commit is contained in:
@@ -672,7 +672,7 @@ void applyResult(
|
|||||||
Radians rot = item.rotation();
|
Radians rot = item.rotation();
|
||||||
Vec3d foff(off.X*SCALING_FACTOR + batch_offset,
|
Vec3d foff(off.X*SCALING_FACTOR + batch_offset,
|
||||||
off.Y*SCALING_FACTOR,
|
off.Y*SCALING_FACTOR,
|
||||||
0.0);
|
inst_ptr->get_offset()(2));
|
||||||
|
|
||||||
// write the transformation data into the model instance
|
// write the transformation data into the model instance
|
||||||
inst_ptr->set_rotation(Z, rot);
|
inst_ptr->set_rotation(Z, rot);
|
||||||
|
|||||||
Reference in New Issue
Block a user