Increase the amount of spacing from platform physics

This creates a stable situation more quickly

CURA-203 #Start-Review
This commit is contained in:
Arjen Hiemstra 2015-10-13 15:40:40 +02:00
parent a855da5c4c
commit 3bbefd588b

View file

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