mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove unneeded line
This variable gets redefined later...
This commit is contained in:
parent
27da5c56c0
commit
cbc7f0c1de
1 changed files with 0 additions and 2 deletions
|
@ -32,8 +32,6 @@ class ThreeMFReader(MeshReader):
|
|||
}
|
||||
|
||||
def read(self, file_name):
|
||||
result = None
|
||||
|
||||
result = SceneNode()
|
||||
# The base object of 3mf is a zipped archive.
|
||||
archive = zipfile.ZipFile(file_name, "r")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue