mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix typo
This commit is contained in:
parent
65346d9200
commit
469c205384
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class ThreeMFReader(MeshReader):
|
|||
self._object_count += 1
|
||||
|
||||
node_name = savitar_node.getName()
|
||||
if none_name == "":
|
||||
if node_name == "":
|
||||
node_name = "Object %s" % self._object_count
|
||||
|
||||
active_build_plate = CuraApplication.getInstance().getMultiBuildPlateModel().activeBuildPlate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue