Merge branch 'marketplace_redesign'

This commit is contained in:
Ghostkeeper 2022-02-02 15:39:21 +01:00
commit 06bbeff21a
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
102 changed files with 3056 additions and 4945 deletions

View file

@ -8,7 +8,7 @@ Run this file with the Cura project root as the working directory
Checks for invalid imports. When importing from plugins, there will be no problems when running from source,
but for some build types the plugins dir is not on the path, so relative imports should be used instead. eg:
from ..UltimakerCloudScope import UltimakerCloudScope <-- OK
import plugins.Toolbox.src ... <-- NOT OK
import plugins.Marketplace.src ... <-- NOT OK
"""