We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d775356 commit 4bcbf14Copy full SHA for 4bcbf14
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog of Cura-DuetRRFPlugin
2
3
+## v1.0.3: 2019-02-02
4
+ * require Cura 4.0 API compatibility
5
+ * if you are on Cura 3.6, please install v1.0.2 of this plugin
6
+
7
## v1.0.2: 2019-01-06
8
* fix layout issues on Cura 4.0-beta
9
* bump compatibility for Cura 4.0 / API 6.0
plugin.json
@@ -2,7 +2,7 @@
"name": "DuetRRF",
"author": "Thomas Kriechbaumer",
"description": "Upload and Print to DuetWifi / DuetEthernet / Duet Maestro with RepRapFirmware.",
- "version": "1.0.2",
- "api": 5,
- "supported_sdk_versions": ["5.0.0", "6.0.0"]
+ "version": "1.0.3",
+ "api": "6.0.0",
+ "supported_sdk_versions": ["6.0.0"]
}
0 commit comments