Cura/plugins/3MFReader
Kostas Karmas 12aa114483 Surround the addition the convexHull with try-except when loading a 3mf
The buildplate meshes can be in .3mf format. When Cura is loading a printer, it may try to load
its mesh from a 3mf file. At the moment cura is starting up there is no build volume yet, so adding
a convexHull to the printer's 3mf buildplate mesh is not possible. By surrounding the addition of
the convexHull with a try-except, loading of 3mf buildplate meshes on startup doesn't cause issues.

Fixes https://github.com/Ultimaker/Cura/issues/8585
2020-10-21 15:31:34 +02:00
..
__init__.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
plugin.json Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
ThreeMFReader.py Surround the addition the convexHull with try-except when loading a 3mf 2020-10-21 15:31:34 +02:00
ThreeMFWorkspaceReader.py Revert "Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"" 2020-08-20 16:35:52 +02:00
UpdatableMachinesModel.py Revert "Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"" 2020-08-20 16:35:52 +02:00
WorkspaceDialog.py Revert "Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"" 2020-08-20 16:35:52 +02:00
WorkspaceDialog.qml Fix visual issues with long labels in the open project dialog 2020-08-21 14:50:00 +02:00