Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10

This commit is contained in:
Tamara Hogenhout 2015-09-18 13:50:08 +02:00
commit 0f277766a6

View File

@ -127,7 +127,6 @@ class PlatformPhysics:
if overlap is None:
continue
print(overlap)
move_vector.setX(overlap[0] * 1.01)
move_vector.setZ(overlap[1] * 1.01)
convex_hull = node.callDecoration("getConvexHull")