Skip to content

Commit

Permalink
Mark support for SDK 8.0.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ghostkeeper committed Jun 4, 2022
1 parent ec5c6ff commit 8b15588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "Allows saving the resulting slice as an X3G file, to support printers that read this format (Malyan, Makerbot and other Sailfish-based printers).",
"version": "4.${X3GWRITER_VERSION_MAJOR}.${X3GWRITER_VERSION_MINOR}.${X3GWRITER_VERSION_PATCH}",
"api": 5,
"supported_sdk_versions": ["5.0.0", "6.0.0", "7.0.0"],
"supported_sdk_versions": ["5.0.0", "6.0.0", "7.0.0", "8.0.0"],
"i18n-catalog": "x3gwriter"
}

0 comments on commit 8b15588

Please sign in to comment.