diff --git a/cura/Snapshot.py b/cura/Snapshot.py index 83881dbdee..dc60f4ffda 100644 --- a/cura/Snapshot.py +++ b/cura/Snapshot.py @@ -30,7 +30,7 @@ class Snapshot: if bbox is None: bbox = node.getBoundingBox() else: - bbox += node.getBoundingBox() + bbox = bbox + node.getBoundingBox() if bbox is None: bbox = AxisAlignedBox() look_at = bbox.center