Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2015-09-18 14:44:21 +0300
committerJaime van Kessel <nallath@gmail.com>2015-09-18 14:44:21 +0300
commit90b033e02088aba1fec025c772f11085f1530dda (patch)
tree9d9a31f5ba8cb9f06ffe61f306ddcbd191194be1 /cura/PlatformPhysics.py
parent879d45b4309b2c48aa3777b69506137943f9fd1b (diff)
Remove print statement
Diffstat (limited to 'cura/PlatformPhysics.py')
-rw-r--r--cura/PlatformPhysics.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py
index 2b1b84b7c9..aaaf650819 100644
--- a/cura/PlatformPhysics.py
+++ b/cura/PlatformPhysics.py
@@ -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")