mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Drop down to buildplate after resize (fix).
CURA-6686
This commit is contained in:
parent
0263a9a9f5
commit
3b1674200d
1 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,8 @@ class PlatformPhysics:
|
|||
return
|
||||
|
||||
root = self._controller.getScene().getRoot()
|
||||
build_volume = Application.getInstance().getBuildVolume()
|
||||
build_volume.updateNodeBoundaryCheck()
|
||||
|
||||
# Keep a list of nodes that are moving. We use this so that we don't move two intersecting objects in the
|
||||
# same direction.
|
||||
|
@ -160,7 +162,6 @@ class PlatformPhysics:
|
|||
op.push()
|
||||
|
||||
# After moving, we have to evaluate the boundary checks for nodes
|
||||
build_volume = Application.getInstance().getBuildVolume()
|
||||
build_volume.updateNodeBoundaryCheck()
|
||||
|
||||
def _onToolOperationStarted(self, tool):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue