Skip to content

Commit

Permalink
Merge branch '5.8' into CURA-11958_fix_autoselect_mbot_format
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jul 18, 2024
2 parents 39d9ab7 + c16096c commit c8e87b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/MakerbotWriter/MakerbotWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _getMeta(self, root_nodes: List[SceneNode]) -> Tuple[Dict[str, any], str]:
"printMode": CuraApplication.getInstance().getIntentManager().currentIntentCategory,
}

meta["miracle_config"] = {"gaggles": {str(node.getName()): {} for node in nodes}}
meta["miracle_config"] = {"gaggles": {"instance0": {}}}

version_info = dict()
cura_engine_info = ConanInstalls.get("curaengine", {"version": "unknown", "revision": "unknown"})
Expand Down

0 comments on commit c8e87b8

Please sign in to comment.