mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Added supported Extensions to workspace reader
CURA-1263
This commit is contained in:
parent
a859c9883c
commit
164f378dd4
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ from UM.Workspace.WorkspaceReader import WorkspaceReader
|
|||
class ThreeMFWorkspaceReader(WorkspaceReader):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self._supported_extensions = [".3mf"]
|
||||
|
||||
def preRead(self, file_name):
|
||||
return WorkspaceReader.PreReadResult.accepted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue