Revert "No longer make BuildVolume set max bounds."

This reverts commit 1467e703ae.
This variable was actually used... In Uranium, by the scale tiny models feature.
This commit is contained in:
Ghostkeeper 2018-12-07 14:22:39 +01:00
parent e8a933331c
commit c44b74454f
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -479,6 +479,8 @@ class BuildVolume(SceneNode):
maximum = Vector(max_w - bed_adhesion_size - 1, max_h - self._raft_thickness - self._extra_z_clearance, max_d - disallowed_area_size + bed_adhesion_size - 1)
)
self._application.getController().getScene()._maximum_bounds = scale_to_max_bounds
self.updateNodeBoundaryCheck()
def getBoundingBox(self) -> AxisAlignedBox: