mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 11:49:04 +08:00
Add a setter for calculate AABB to SceneNode and use it where needed
This commit is contained in:
parent
b0f413bee2
commit
711ed509e3
@ -28,7 +28,7 @@ class BuildVolume(SceneNode):
|
|||||||
self._disallowed_areas = []
|
self._disallowed_areas = []
|
||||||
self._disallowed_area_mesh = None
|
self._disallowed_area_mesh = None
|
||||||
|
|
||||||
self._calculate_aabb = False
|
self.setCalculateBoundingBox(False)
|
||||||
|
|
||||||
def setWidth(self, width):
|
def setWidth(self, width):
|
||||||
self._width = width
|
self._width = width
|
||||||
|
Loading…
x
Reference in New Issue
Block a user