mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Merge branch '5.8' into CURA-11958_fix_autoselect_mbot_format
This commit is contained in:
commit
c8e87b888d
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ class MakerbotWriter(MeshWriter):
|
||||||
"printMode": CuraApplication.getInstance().getIntentManager().currentIntentCategory,
|
"printMode": CuraApplication.getInstance().getIntentManager().currentIntentCategory,
|
||||||
}
|
}
|
||||||
|
|
||||||
meta["miracle_config"] = {"gaggles": {str(node.getName()): {} for node in nodes}}
|
meta["miracle_config"] = {"gaggles": {"instance0": {}}}
|
||||||
|
|
||||||
version_info = dict()
|
version_info = dict()
|
||||||
cura_engine_info = ConanInstalls.get("curaengine", {"version": "unknown", "revision": "unknown"})
|
cura_engine_info = ConanInstalls.get("curaengine", {"version": "unknown", "revision": "unknown"})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue