mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix None problem in project loading
This commit is contained in:
parent
cc462ef3a6
commit
dff9a3dfb2
1 changed files with 2 additions and 1 deletions
|
@ -794,6 +794,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
# Clear all existing containers
|
||||
quality_changes_info.global_info.container.clear()
|
||||
for container_info in quality_changes_info.extruder_info_dict.values():
|
||||
if container_info.container:
|
||||
container_info.container.clear()
|
||||
|
||||
# Loop over everything and override the existing containers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue