mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Merge branch 'main' into CURA-12005_include_slicemetadata_in_makerbot_file
This commit is contained in:
commit
f1dbf943a4
212 changed files with 3646 additions and 5064 deletions
|
@ -234,7 +234,7 @@ class MakerbotWriter(MeshWriter):
|
|||
"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"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue