mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 21:25:57 +08:00
FOllow-up a41dd8eeed50b9bfbb9f37769569f091512d8124 - Fix for SPE-1521 - Use the arrows to move the cut plane out of the object
This commit is contained in:
parent
6a722570f1
commit
d6c7312181
@ -364,7 +364,7 @@ void GLGizmoCut3D::shift_cut_z(double delta)
|
|||||||
{
|
{
|
||||||
Vec3d new_cut_center = m_plane_center;
|
Vec3d new_cut_center = m_plane_center;
|
||||||
new_cut_center[Z] += delta;
|
new_cut_center[Z] += delta;
|
||||||
set_center(new_cut_center);
|
set_center(new_cut_center, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GLGizmoCut3D::rotate_vec3d_around_plane_center(Vec3d&vec)
|
void GLGizmoCut3D::rotate_vec3d_around_plane_center(Vec3d&vec)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user