mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:09:01 +08:00
Fix bug in create bounds
CURA-10561
This commit is contained in:
parent
366004cdc1
commit
1425dd01d5
@ -154,7 +154,7 @@ class MakerbotWriter(MeshWriter):
|
|||||||
if bounds is None:
|
if bounds is None:
|
||||||
bounds = node_bounds
|
bounds = node_bounds
|
||||||
else:
|
else:
|
||||||
bounds += node_bounds
|
bounds = bounds + node_bounds
|
||||||
|
|
||||||
if bounds is not None:
|
if bounds is not None:
|
||||||
meta["bounding_box"] = {
|
meta["bounding_box"] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user