mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 07:09:02 +08: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
@ -24,4 +24,4 @@ def getMetaData():
|
||||
}
|
||||
|
||||
def register(app):
|
||||
return { "profile_reader": CuraProfileReader.CuraProfileReader() }
|
||||
return { "profile_reader": LegacyProfileReader.LegacyProfileReader() }
|
||||
|
Loading…
x
Reference in New Issue
Block a user