mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -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
|
self._object_count += 1
|
||||||
|
|
||||||
node_name = savitar_node.getName()
|
node_name = savitar_node.getName()
|
||||||
if none_name == "":
|
if node_name == "":
|
||||||
node_name = "Object %s" % self._object_count
|
node_name = "Object %s" % self._object_count
|
||||||
|
|
||||||
active_build_plate = CuraApplication.getInstance().getMultiBuildPlateModel().activeBuildPlate
|
active_build_plate = CuraApplication.getInstance().getMultiBuildPlateModel().activeBuildPlate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue