mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:19:04 +08:00
Add comment explaining workaround
CURA-11777
This commit is contained in:
parent
33d95362c9
commit
21b8694289
@ -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…
x
Reference in New Issue
Block a user