From 9ccd903fc979068be233655e053dc05e73cd2693 Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Mon, 14 Mar 2016 16:57:58 +0100 Subject: [PATCH] Fixing typo --- cura/PlatformPhysics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py index ac14b93160..f660d68f34 100644 --- a/cura/PlatformPhysics.py +++ b/cura/PlatformPhysics.py @@ -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