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:
authorGhostkeeper <rubend@tutanota.com>2018-12-14 19:29:02 +0300
committerGhostkeeper <rubend@tutanota.com>2018-12-14 19:29:02 +0300
commitc235f339ae9e59b2c54a9054028a456658c306f1 (patch)
treed3f44774bd08f2450971bca841527dc290524391 /plugins/ModelChecker
parentef6f666c3e07b0b9c5fd4ab85023d2a9d29433c2 (diff)
Increment API version to 6
All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
Diffstat (limited to 'plugins/ModelChecker')
-rw-r--r--plugins/ModelChecker/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ModelChecker/plugin.json b/plugins/ModelChecker/plugin.json
index 3753c0cc88..a210c3bf9f 100644
--- a/plugins/ModelChecker/plugin.json
+++ b/plugins/ModelChecker/plugin.json
@@ -2,7 +2,7 @@
"name": "Model Checker",
"author": "Ultimaker B.V.",
"version": "0.1",
- "api": 5,
+ "api": "6.0",
"description": "Checks models and print configuration for possible printing issues and give suggestions.",
"i18n-catalog": "cura"
}