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:
authorNino van Hooff <ninovanhooff@gmail.com>2020-04-21 12:46:12 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-04-21 12:46:12 +0300
commit7302e8ba7fb3293f814631b838e486ff2eb57631 (patch)
tree32fb57c90753c97743169ef08810a250d9124bde /plugins/GCodeWriter
parente3bc304d5d0b03391a84987378e7a6334ad93e1d (diff)
Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6
CURA-7383
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 9d34c7980a..31e72e2032 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.1",
+ "api": "7.2.0",
"i18n-catalog": "cura"
}