mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-07 12:29:03 +08:00
SPE-1813: Do not force object to stay on top of bed when scaling a single volume from an instance
This commit is contained in:
parent
11f61037a4
commit
542397140a
@ -1346,6 +1346,7 @@ void Selection::scale_and_translate(const Vec3d& scale, const Vec3d& world_trans
|
|||||||
synchronize_unselected_volumes();
|
synchronize_unselected_volumes();
|
||||||
#endif // !DISABLE_INSTANCES_SYNCH
|
#endif // !DISABLE_INSTANCES_SYNCH
|
||||||
|
|
||||||
|
if (m_mode == EMode::Instance)
|
||||||
ensure_on_bed();
|
ensure_on_bed();
|
||||||
set_bounding_boxes_dirty();
|
set_bounding_boxes_dirty();
|
||||||
wxGetApp().plater()->canvas3D()->requires_check_outside_state();
|
wxGetApp().plater()->canvas3D()->requires_check_outside_state();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user