From 1b7bb76939334d6f00029001c4ba52a0f44d3d8b Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 14 Sep 2015 13:42:36 +0200 Subject: [PATCH] Added some clarifying comments --- cura/CuraApplication.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 0d496dc2a5..452a535cd8 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -337,6 +337,7 @@ class CuraApplication(QtApplication): if nodes: op = GroupedOperation() for node in nodes: + # Ensure that the object is above the build platform move_distance = node.getBoundingBox().center.y if move_distance <= 0: move_distance = -node.getBoundingBox().bottom @@ -361,6 +362,7 @@ class CuraApplication(QtApplication): op = GroupedOperation() for node in nodes: + # Ensure that the object is above the build platform move_distance = node.getBoundingBox().center.y if move_distance <= 0: move_distance = -node.getBoundingBox().bottom