mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Merge remote-tracking branch 'upstream/thopiekar-sliceinfo-hotfix' into master-CURA-1445
This commit is contained in:
commit
1cda5ae163
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ class SliceInfo(Extension):
|
||||||
}
|
}
|
||||||
for container in global_container_stack.getContainers():
|
for container in global_container_stack.getContainers():
|
||||||
container_id = container.getId()
|
container_id = container.getId()
|
||||||
|
container_serialized = ""
|
||||||
try:
|
try:
|
||||||
container_serialized = container.serialize()
|
container_serialized = container.serialize()
|
||||||
except NotImplementedError:
|
except NotImplementedError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue