mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-15 11:11:50 +08:00
Invalidate object bounding box after arrange
This commit is contained in:
parent
15cb8ec653
commit
69549af9ac
@ -674,6 +674,7 @@ public:
|
|||||||
set_rotation(Z, rotation);
|
set_rotation(Z, rotation);
|
||||||
set_offset(X, unscale<double>(offs(X)));
|
set_offset(X, unscale<double>(offs(X)));
|
||||||
set_offset(Y, unscale<double>(offs(Y)));
|
set_offset(Y, unscale<double>(offs(Y)));
|
||||||
|
this->object->invalidate_bounding_box();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user