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