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>2022-04-20 11:57:38 +0300
committerRemco Burema <r.burema@ultimaker.com>2022-04-20 11:57:38 +0300
commit0232b4f6395a20601bfe2e4db36f3060e0677007 (patch)
tree8a802f9fe4d0863d9966a5f97284b861b0e5bbf7 /plugins/GCodeWriter
parent15b16e3e45288a24b5612b9ac1e53725a53790ff (diff)
Upgrade SDK version to 8.0.0 for Cura 5.0upgrade_sdk_to_800
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 cf28e3a792..6e3ae535ad 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,
+ "api": 8,
"i18n-catalog": "cura"
}