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/GCodeWriter
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/GCodeWriter')
-rw-r--r--plugins/GCodeWriter/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GCodeWriter/plugin.json b/plugins/GCodeWriter/plugin.json
index 8a4138f4e1..cf28e3a792 100644
--- a/plugins/GCodeWriter/plugin.json
+++ b/plugins/GCodeWriter/plugin.json
@@ -3,6 +3,6 @@
"author": "Ultimaker B.V.",
"version": "1.0.1",
"description": "Writes g-code to a file.",
- "api": "7.6.0",
+ "api": 7,
"i18n-catalog": "cura"
}