mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
![]() This was because the metadata "is_abstract_machine" was being loaded into the non abstract machine. This caused a crash in MachineListModel.py by trying to delete this non abstract machine from a list where it didn't exist. The solution is to ignore the "is_abstract_machine" metadata when loading settings from saved machines in 3mf files. CURA-9711 |
||
---|---|---|
.. | ||
__init__.py | ||
plugin.json | ||
ThreeMFReader.py | ||
ThreeMFWorkspaceReader.py | ||
UpdatableMachinesModel.py | ||
WorkspaceDialog.py | ||
WorkspaceDialog.qml |