Browse Source

Write correct key for `pyDulcificum_version` metadata

CURA-10561
c.lamboo 1 year ago
parent
commit
c68a4b1bb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/MakerbotWriter/MakerbotWriter.py

+ 1 - 1
plugins/MakerbotWriter/MakerbotWriter.py

@@ -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():