Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1

This commit is contained in:
Tim Kuipers 2016-02-12 16:19:09 +01:00
commit 6d27c26260

View file

@ -268,7 +268,7 @@ class CuraApplication(QtApplication):
count += 1
if not scene_boundingbox:
scene_boundingbox = node.getBoundingBox()
scene_boundingbox = copy.deepcopy(node.getBoundingBox())
else:
scene_boundingbox += node.getBoundingBox()