mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 19:53:44 -06:00
Fixed arrange for objects with 3D rotations
This commit is contained in:
parent
270341300f
commit
e3d44b07fe
3 changed files with 4 additions and 5 deletions
|
|
@ -687,8 +687,7 @@ void applyResult(
|
|||
|
||||
// write the transformation data into the model instance
|
||||
#if ENABLE_MODELINSTANCE_3D_ROTATION
|
||||
// CHECK_ME -> Is the following correct ?
|
||||
inst_ptr->set_rotation(Vec3d(0.0, 0.0, rot));
|
||||
inst_ptr->set_rotation(Z, rot);
|
||||
#else
|
||||
inst_ptr->rotation = rot;
|
||||
#endif // ENABLE_MODELINSTANCE_3D_ROTATION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue