Convert instance profiles as profiles

Treated in the same way.

Contributes to issue CURA-844.
This commit is contained in:
Ghostkeeper 2016-07-01 14:01:06 +02:00
parent 922b0df60b
commit e1db3e5316

View file

@ -26,7 +26,7 @@ def getMetaData():
"sources": {
"profile": {
"get_version": upgrade.getCfgVersion,
"location": {"./profiles"}
"location": {"./profiles", "./instance_profiles"}
},
"machine_instance": {
"get_version": upgrade.getCfgVersion,