mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:49:01 +08:00
Use definition name rather then display name of the machine
CURA-10561
This commit is contained in:
parent
0c8496b7ab
commit
20719ea5b5
@ -169,7 +169,7 @@ class MakerbotWriter(MeshWriter):
|
|||||||
|
|
||||||
meta = dict()
|
meta = dict()
|
||||||
|
|
||||||
meta["bot_type"] = MakerbotWriter._PRINT_NAME_MAP.get((name := global_stack.name), name)
|
meta["bot_type"] = MakerbotWriter._PRINT_NAME_MAP.get((name := global_stack.definition.name), name)
|
||||||
|
|
||||||
bounds: Optional[AxisAlignedBox] = None
|
bounds: Optional[AxisAlignedBox] = None
|
||||||
for node in nodes:
|
for node in nodes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user