mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Invalidate object bounding box after arrange
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user