mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 16:24:41 +08:00
Merge branch 'CURA-6686_fix_resize_autodrop' of github.com:Ultimaker/Cura
This commit is contained in:
commit
2d4fd5649d
@ -49,6 +49,8 @@ class PlatformPhysics:
|
|||||||
return
|
return
|
||||||
|
|
||||||
root = self._controller.getScene().getRoot()
|
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
|
# Keep a list of nodes that are moving. We use this so that we don't move two intersecting objects in the
|
||||||
# same direction.
|
# same direction.
|
||||||
@ -160,7 +162,6 @@ class PlatformPhysics:
|
|||||||
op.push()
|
op.push()
|
||||||
|
|
||||||
# After moving, we have to evaluate the boundary checks for nodes
|
# After moving, we have to evaluate the boundary checks for nodes
|
||||||
build_volume = Application.getInstance().getBuildVolume()
|
|
||||||
build_volume.updateNodeBoundaryCheck()
|
build_volume.updateNodeBoundaryCheck()
|
||||||
|
|
||||||
def _onToolOperationStarted(self, tool):
|
def _onToolOperationStarted(self, tool):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user