From 1425dd01d5b692679b5d7937d4613fab9c1d2cde Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Fri, 20 Oct 2023 22:49:26 +0200 Subject: [PATCH] Fix bug in create bounds CURA-10561 --- plugins/MakerbotWriter/MakerbotWriter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MakerbotWriter/MakerbotWriter.py b/plugins/MakerbotWriter/MakerbotWriter.py index 521db04b5b..2a6243828c 100644 --- a/plugins/MakerbotWriter/MakerbotWriter.py +++ b/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"] = {