Skip to content

Commit 8b15588

Browse files
committed
Mark support for SDK 8.0.0
The part of the API that this plug-in touches didn't get broken in Cura 5.0, so it's just a matter of increasing the SDK version.
1 parent ec5c6ff commit 8b15588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"description": "Allows saving the resulting slice as an X3G file, to support printers that read this format (Malyan, Makerbot and other Sailfish-based printers).",
55
"version": "4.${X3GWRITER_VERSION_MAJOR}.${X3GWRITER_VERSION_MINOR}.${X3GWRITER_VERSION_PATCH}",
66
"api": 5,
7-
"supported_sdk_versions": ["5.0.0", "6.0.0", "7.0.0"],
7+
"supported_sdk_versions": ["5.0.0", "6.0.0", "7.0.0", "8.0.0"],
88
"i18n-catalog": "x3gwriter"
99
}

0 commit comments

Comments
 (0)