mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 17:19:04 +08:00
Added supported Extensions to workspace reader
CURA-1263
This commit is contained in:
parent
a859c9883c
commit
164f378dd4
@ -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…
x
Reference in New Issue
Block a user