mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix link to LegacyProfileReader
This was preventing the entire plugin from being loaded. Contributes to issue CURA-37.
This commit is contained in:
parent
77453cf80f
commit
57f5e60fa5
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ def getMetaData():
|
|||
}
|
||||
|
||||
def register(app):
|
||||
return { "profile_reader": CuraProfileReader.CuraProfileReader() }
|
||||
return { "profile_reader": LegacyProfileReader.LegacyProfileReader() }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue