mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-14 15:26:02 -06:00
Convert instance profiles as profiles
Treated in the same way. Contributes to issue CURA-844.
This commit is contained in:
parent
922b0df60b
commit
e1db3e5316
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def getMetaData():
|
|||
"sources": {
|
||||
"profile": {
|
||||
"get_version": upgrade.getCfgVersion,
|
||||
"location": {"./profiles"}
|
||||
"location": {"./profiles", "./instance_profiles"}
|
||||
},
|
||||
"machine_instance": {
|
||||
"get_version": upgrade.getCfgVersion,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue