mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
CURA-5175 Add the get_version function to the version upgrade.
This commit is contained in:
parent
836cba9c03
commit
79a66b43ab
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ def getMetaData():
|
||||||
"get_version": upgrade.getCfgVersion,
|
"get_version": upgrade.getCfgVersion,
|
||||||
"location": {"./extruders"}
|
"location": {"./extruders"}
|
||||||
},
|
},
|
||||||
|
"quality": {
|
||||||
|
"get_version": upgrade.getCfgVersion,
|
||||||
|
"location": {"./quality"}
|
||||||
|
},
|
||||||
"quality_changes": {
|
"quality_changes": {
|
||||||
"get_version": upgrade.getCfgVersion,
|
"get_version": upgrade.getCfgVersion,
|
||||||
"location": {"./quality"}
|
"location": {"./quality"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue