All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
@@ -134,7 +134,7 @@ except ImportError:
CuraVersion = "master" # [CodeStyle: Reflecting imported value]
CuraBuildType = ""
CuraDebugMode = False
- CuraSDKVersion = "5.0.0"
+ CuraSDKVersion = "6.0.0"
class CuraApplication(QtApplication):
@@ -3,6 +3,6 @@
"author": "Ultimaker B.V.",
"version": "1.0.0",
"description": "Provides support for reading 3MF files.",
- "api": 5,
+ "api": "6.0",
"i18n-catalog": "cura"
}
"description": "Provides support for writing 3MF files.",
"description": "Shows changes since latest checked version.",
@@ -2,7 +2,7 @@
"name": "CuraEngine Backend",
"description": "Provides the link to the CuraEngine slicing backend.",
"description": "Provides support for importing Cura profiles.",
"description": "Provides support for exporting Cura profiles.",
"i18n-catalog":"cura"
"description": "Checks for firmware updates.",
"description": "Provides a machine actions for updating firmware.",
"description": "Reads g-code from a compressed archive.",