diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 9dba5f6335..c9fd8233fd 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -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()