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 e518043 commit f5c6437Copy full SHA for f5c6437
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog of Cura-DuetRRFPlugin
2
3
+## v1.0.11: 2020-08-29
4
+ * bump compatibility for Cura 4.7 / API 7.3
5
+ * fix Cura crashes with non-latin strings in Message boxes
6
+
7
## v1.0.10: 2020-07-22
8
* fix Cura crashes when using Duet3 with SBC
9
plugin.json
@@ -2,6 +2,6 @@
"name": "DuetRRF",
"author": "Thomas Kriechbaumer",
"description": "Upload and Print to Duet 2 Wifi / Duet 2 Ethernet / Duet 2 Maestro / Duet 3 with RepRapFirmware.",
- "version": "1.0.10",
- "supported_sdk_versions": ["7.2.0"]
+ "version": "1.0.11",
+ "supported_sdk_versions": ["7.2.0", "7.3.0"]
}
0 commit comments