mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:16:04 +08:00
Remove unneeded line
This variable gets redefined later...
This commit is contained in:
parent
27da5c56c0
commit
cbc7f0c1de
@ -32,8 +32,6 @@ class ThreeMFReader(MeshReader):
|
|||||||
}
|
}
|
||||||
|
|
||||||
def read(self, file_name):
|
def read(self, file_name):
|
||||||
result = None
|
|
||||||
|
|
||||||
result = SceneNode()
|
result = SceneNode()
|
||||||
# The base object of 3mf is a zipped archive.
|
# The base object of 3mf is a zipped archive.
|
||||||
archive = zipfile.ZipFile(file_name, "r")
|
archive = zipfile.ZipFile(file_name, "r")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user