mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 12:39:06 +08:00
codecleanup
CURA-10561
This commit is contained in:
parent
b60a3b04ad
commit
5915994d7f
@ -246,12 +246,11 @@ class MakerbotWriter(MeshWriter):
|
|||||||
meta["dulcificum_commit_hash"] = dulcificum_info["revision"]
|
meta["dulcificum_commit_hash"] = dulcificum_info["revision"]
|
||||||
|
|
||||||
meta["makerbot_writer_version"] = self.getVersion()
|
meta["makerbot_writer_version"] = self.getVersion()
|
||||||
# meta["makerbot_writer_commit_hash"] = self.getRevision()
|
|
||||||
|
|
||||||
meta["pyDulcificum"] = du.__version__
|
meta["pyDulcificum"] = du.__version__
|
||||||
|
|
||||||
|
# Add engine plugin information to the metadata
|
||||||
for name, package_info in ConanInstalls.items():
|
for name, package_info in ConanInstalls.items():
|
||||||
if not name.startswith("curaengine_ "):
|
if not name.startswith("curaengine_"):
|
||||||
continue
|
continue
|
||||||
meta[f"{name}_version"] = package_info["version"]
|
meta[f"{name}_version"] = package_info["version"]
|
||||||
meta[f"{name}_commit_hash"] = package_info["revision"]
|
meta[f"{name}_commit_hash"] = package_info["revision"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user