Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas-Karl Pietrowski <thopiekar@googlemail.com>2016-03-14 18:57:58 +0300
committerThomas-Karl Pietrowski <thopiekar@googlemail.com>2016-03-14 18:57:58 +0300
commit9ccd903fc979068be233655e053dc05e73cd2693 (patch)
tree0a88b3040004a05973bdf3315adffce254e4a50e /cura/PlatformPhysics.py
parent60d1f34b178bbef7b8b57df8a2fc3633700ee527 (diff)
Fixing typo
Diffstat (limited to 'cura/PlatformPhysics.py')
-rw-r--r--cura/PlatformPhysics.py2
1 files changed, 1 insertions, 1 deletions
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