mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
codecleanup
CURA-10561
This commit is contained in:
parent
b60a3b04ad
commit
5915994d7f
1 changed files with 2 additions and 3 deletions
|
@ -246,12 +246,11 @@ class MakerbotWriter(MeshWriter):
|
|||
meta["dulcificum_commit_hash"] = dulcificum_info["revision"]
|
||||
|
||||
meta["makerbot_writer_version"] = self.getVersion()
|
||||
# meta["makerbot_writer_commit_hash"] = self.getRevision()
|
||||
|
||||
meta["pyDulcificum"] = du.__version__
|
||||
|
||||
# Add engine plugin information to the metadata
|
||||
for name, package_info in ConanInstalls.items():
|
||||
if not name.startswith("curaengine_ "):
|
||||
if not name.startswith("curaengine_"):
|
||||
continue
|
||||
meta[f"{name}_version"] = package_info["version"]
|
||||
meta[f"{name}_commit_hash"] = package_info["revision"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue