mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue