mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
parent
9f280717d8
commit
d99827109a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ except ImportError:
|
||||||
## Base implementation for reading 3MF files. Has no support for textures. Only loads meshes!
|
## Base implementation for reading 3MF files. Has no support for textures. Only loads meshes!
|
||||||
class ThreeMFReader(MeshReader):
|
class ThreeMFReader(MeshReader):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super(ThreeMFReader, self).__init__()
|
||||||
self._supported_extensions = [".3mf"]
|
self._supported_extensions = [".3mf"]
|
||||||
|
|
||||||
self._namespaces = {
|
self._namespaces = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue