mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-03 11:05:11 +08: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:
parent
85597a4039
commit
3057014dcf
@ -672,7 +672,7 @@ void applyResult(
|
||||
Radians rot = item.rotation();
|
||||
Vec3d foff(off.X*SCALING_FACTOR + batch_offset,
|
||||
off.Y*SCALING_FACTOR,
|
||||
0.0);
|
||||
inst_ptr->get_offset()(2));
|
||||
|
||||
// write the transformation data into the model instance
|
||||
inst_ptr->set_rotation(Z, rot);
|
||||
|
Loading…
x
Reference in New Issue
Block a user