mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:09:01 +08:00
Fix typo
This commit is contained in:
parent
65346d9200
commit
469c205384
@ -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…
x
Reference in New Issue
Block a user