mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 13:21:10 -07:00
Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10
This commit is contained in:
commit
0f277766a6
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ class PlatformPhysics:
|
||||||
|
|
||||||
if overlap is None:
|
if overlap is None:
|
||||||
continue
|
continue
|
||||||
print(overlap)
|
|
||||||
move_vector.setX(overlap[0] * 1.01)
|
move_vector.setX(overlap[0] * 1.01)
|
||||||
move_vector.setZ(overlap[1] * 1.01)
|
move_vector.setZ(overlap[1] * 1.01)
|
||||||
convex_hull = node.callDecoration("getConvexHull")
|
convex_hull = node.callDecoration("getConvexHull")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue