1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +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:
bubnikv
2018-11-01 15:15:46 +01:00
parent 85597a4039
commit 3057014dcf
+1 -1
View File
@@ -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);