mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Use definition name rather then display name of the machine
CURA-10561
This commit is contained in:
parent
0c8496b7ab
commit
20719ea5b5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue