mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:29:02 +08:00
Remove print statement
This commit is contained in:
parent
879d45b430
commit
90b033e020
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user