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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue