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 ecba95c commit 32bc213Copy full SHA for 32bc213
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog of Cura-DuetRRFPlugin
2
3
+## v0.0.18: 2018-10-05
4
+ * fix Cura 3.5 incompatibility
5
+ * bump API code
6
+
7
## v0.0.17: 2018-08-10
8
* fix missing settings at the end of the gcode file
9
* make use of the default GCodeWrite that Cura uses for "Save to File"
plugin.json
@@ -2,6 +2,8 @@
"name": "DuetRRF",
"author": "Thomas Kriechbaumer",
"description": "Upload and Print to DuetWifi / DuetEthernet / Duet Maestro with RepRapFirmware.",
- "version": "0.0.17",
- "api": 4
+ "version": "0.0.18",
+ "minimum_cura_version": "3.5",
+ "maximum_cura_version": "3.5",
+ "api": 5
}
0 commit comments