Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2021-06-17 12:15:33 +0300
committerRemco Burema <r.burema@ultimaker.com>2021-06-17 12:15:33 +0300
commit8aa071056b2937a49968c75d406f5aab462410c6 (patch)
treefaed4e5978d3199d6c8dda4d4a44c56a8b04590e /plugins/CuraEngineBackend
parentddfcc946492867de66343eda63f71a1d7ca04421 (diff)
Now unused API field only took integers originally.
We want to keep it this way so people can still make plugins work for older versions of Cura, like 3.6, where the 'api' field with just a single major version, instead of the 'supported_sdk_versions', which can be either a version-string like '7.6.0' or a list of version strings.
Diffstat (limited to 'plugins/CuraEngineBackend')
-rw-r--r--plugins/CuraEngineBackend/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CuraEngineBackend/plugin.json b/plugins/CuraEngineBackend/plugin.json
index f0a042284f..e3e9324315 100644
--- a/plugins/CuraEngineBackend/plugin.json
+++ b/plugins/CuraEngineBackend/plugin.json
@@ -2,7 +2,7 @@
"name": "CuraEngine Backend",
"author": "Ultimaker B.V.",
"description": "Provides the link to the CuraEngine slicing backend.",
- "api": "7.6.0",
+ "api": 7,
"version": "1.0.1",
"i18n-catalog": "cura"
}