Browse Source

Fix bug in create bounds

CURA-10561
c.lamboo 1 year ago
parent
commit
1425dd01d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/MakerbotWriter/MakerbotWriter.py

+ 1 - 1
plugins/MakerbotWriter/MakerbotWriter.py

@@ -154,7 +154,7 @@ class MakerbotWriter(MeshWriter):
             if bounds is None:
                 bounds = node_bounds
             else:
-                bounds += node_bounds
+                bounds = bounds + node_bounds
 
         if bounds is not None:
             meta["bounding_box"] = {