mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06
This commit is contained in:
commit
21ec546ec5
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ class PlatformPhysics:
|
||||||
|
|
||||||
bbox = node.getBoundingBox()
|
bbox = node.getBoundingBox()
|
||||||
if not bbox or not bbox.isValid():
|
if not bbox or not bbox.isValid():
|
||||||
|
self._change_timer.start()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Mark the node as outside the build volume if the bounding box test fails.
|
# Mark the node as outside the build volume if the bounding box test fails.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue