mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 12:19:03 +08:00
Add missing getVersion and location for quality
It worked out because older plug-ins still defined this, but let's properly put it in here too. Contributes to issue CURA-5054.
This commit is contained in:
parent
d8853b8a98
commit
970f1da810
@ -33,6 +33,10 @@ def getMetaData():
|
||||
"get_version": upgrade.getCfgVersion,
|
||||
"location": {"./extruders"}
|
||||
},
|
||||
"quality": {
|
||||
"get_version": upgrade.getCfgVersion,
|
||||
"location": {"./quality"}
|
||||
},
|
||||
"quality_changes": {
|
||||
"get_version": upgrade.getCfgVersion,
|
||||
"location": {"./quality"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user