mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 07:36:02 +08:00
Fixing typo
This commit is contained in:
parent
60d1f34b17
commit
9ccd903fc9
@ -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…
x
Reference in New Issue
Block a user