mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +08:00
CURA-5175 Add the get_version function to the version upgrade.
This commit is contained in:
parent
836cba9c03
commit
79a66b43ab
@ -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…
x
Reference in New Issue
Block a user