mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
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:
parent
e8a933331c
commit
c44b74454f
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue