mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fixing typo
This commit is contained in:
parent
60d1f34b17
commit
9ccd903fc9
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class PlatformPhysics:
|
||||||
else:
|
else:
|
||||||
overlap = node.callDecoration("getConvexHull").intersectsPolygon(other_node.callDecoration("getConvexHull"))
|
overlap = node.callDecoration("getConvexHull").intersectsPolygon(other_node.callDecoration("getConvexHull"))
|
||||||
except:
|
except:
|
||||||
overlap = None #It can sometimes occur that the caclulated convex hull has no size, in which case there is no overlap.
|
overlap = None #It can sometimes occur that the calculated convex hull has no size, in which case there is no overlap.
|
||||||
|
|
||||||
if overlap is None:
|
if overlap is None:
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue