Skip to content

Commit

Permalink
Add support for Cura 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostkeeper committed Nov 3, 2019
1 parent 0021cdf commit 8347c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(SETTINGSGUIDE_PLUGIN_ID "SettingsGuide2" CACHE STRING "The plug-in ID of the
set(SETTINGSGUIDE_VERSION_MAJOR 2 CACHE STRING "The major version number, indicating a backward compatibility break.")
set(SETTINGSGUIDE_VERSION_MINOR 0 CACHE STRING "The minor version number, indicating a forward compatibility break.")
set(SETTINGSGUIDE_VERSION_PATCH 1 CACHE STRING "The patch version number, indicating an incremental improvement without compatibility break.")
set(SETTINGSGUIDE_SUPPORTED_SDKS "6.0.0" CACHE STRING "List of supported Cura SDK versions.")
set(SETTINGSGUIDE_SUPPORTED_SDKS "6.0.0;7.0.0" CACHE STRING "List of supported Cura SDK versions.")

#Make sure we have Mistune.
include(ExternalProject)
Expand Down
2 changes: 1 addition & 1 deletion plugin.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"version": "${SETTINGSGUIDE_VERSION_MAJOR}.${SETTINGSGUIDE_VERSION_MINOR}.${SETTINGSGUIDE_VERSION_PATCH}",
"description": "Provides extra information and explanations about settings in Cura, with images and animations.",
"api": 6,
"supported_sdk_versions": ["6.0.0"]
"supported_sdk_versions": ["6.0.0", "7.0.0"]
}

0 comments on commit 8347c32

Please sign in to comment.