Skip to content

Commit d27d57b

Browse files
authored
Merge pull request #8 from ronoaldo/issue-6
Drop support for Cura 4.5 and earlier.
2 parents 11be7b9 + 7d5c73b commit d27d57b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/FlashforgeFinderIntegration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"package_id": "FlashforgeFinderIntegration",
1111
"package_type": "plugin",
1212
"package_version": "1.0.0",
13-
"sdk_version": "7.1.0",
14-
"supported_sdk_versions": ["5.0.0", "6.0.0", "7.0.0"],
13+
"sdk_version": "7.2.0",
14+
"supported_sdk_versions": ["7.2.0"],
1515
"tags": [
1616
"Flashforge",
1717
"Finder"

plugins/FlashforgeFinderIntegration/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"version": "1.0.0",
55
"description": "Flashforge Finder integration utilities to enable setting up and using the printer. This plugin uses the configuration files from https://github.com/eskeyaar/Flashforge-Finder-",
66
"api": 5,
7-
"supported_sdk_versions": ["6.0.0", "6.1.0", "6.2.0", "6.3.0", "7.0.0", "7.1.0", "7.2.0"],
7+
"supported_sdk_versions": ["7.2.0"],
88
"i18n-catalog": "cura"
99
}

0 commit comments

Comments
 (0)