mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add a setter for calculate AABB to SceneNode and use it where needed
This commit is contained in:
parent
b0f413bee2
commit
711ed509e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue