mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:09:02 +08:00
Increase the amount of spacing from platform physics
This creates a stable situation more quickly CURA-203 #Start-Review
This commit is contained in:
parent
a855da5c4c
commit
3bbefd588b
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user