mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 08:05:54 +08:00
Fixing typo
This commit is contained in:
parent
60d1f34b17
commit
9ccd903fc9
@ -130,7 +130,7 @@ class PlatformPhysics:
|
||||
else:
|
||||
overlap = node.callDecoration("getConvexHull").intersectsPolygon(other_node.callDecoration("getConvexHull"))
|
||||
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:
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user