mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Write correct key for pyDulcificum_version
metadata
CURA-10561
This commit is contained in:
parent
7e91750f58
commit
c68a4b1bb7
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ class MakerbotWriter(MeshWriter):
|
|||
meta["dulcificum_commit_hash"] = dulcificum_info["revision"]
|
||||
|
||||
meta["makerbot_writer_version"] = self.getVersion()
|
||||
meta["pyDulcificum"] = du.__version__
|
||||
meta["pyDulcificum_version"] = du.__version__
|
||||
|
||||
# Add engine plugin information to the metadata
|
||||
for name, package_info in ConanInstalls.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue