mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add comment explaining workaround
CURA-11777
This commit is contained in:
parent
33d95362c9
commit
21b8694289
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ class MakerbotWriter(MeshWriter):
|
||||||
nodes.append(node)
|
nodes.append(node)
|
||||||
|
|
||||||
meta = dict()
|
meta = dict()
|
||||||
|
# This is a bit of a "hack", the mime type should be passed through with the export writer but
|
||||||
|
# since this is not the case we get the mime type from the global stack instead
|
||||||
file_format = global_stack.definition.getMetaDataEntry("file_formats")
|
file_format = global_stack.definition.getMetaDataEntry("file_formats")
|
||||||
meta["bot_type"] = global_stack.definition.getMetaDataEntry("reference_machine_id")
|
meta["bot_type"] = global_stack.definition.getMetaDataEntry("reference_machine_id")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue