Skip to content

Commit 65dff69

Browse files
committed
update for Cura 4.6
1 parent 7379691 commit 65dff69

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog of Cura-DuetRRFPlugin
22

3-
## v1.0.8: 2020.04.20
3+
## v1.0.9: 2020-05-02
4+
* bump compatibility for Cura 4.6 / API 7.2
5+
* fix simulation result reply for RRF HTTP API
6+
7+
## v1.0.8: 2020-04-20
48
* support new HTTP API for Duet3 with SBC running DuetSoftwareFramework
59

610
## v1.0.7: 2020-04-04

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cura-DuetRRFPlugin
22

3-
Plugin for Cura 4.5 that adds output devices for a RepRapFirmware printer
3+
Plugin for Cura 4.6 that adds output devices for a RepRapFirmware printer
44
running a Duet 2 Wifi, Duet 2 Ethernet, Duet 2 Maestro, or Duet 3 motion
55
controller: "Print", "Simulate", and "Upload".
66

@@ -17,9 +17,9 @@ Or go the manual route: with Cura not running, unpack the zip file from the
1717
[release](https://github.com/Kriechi/Cura-DuetRRFPlugin/releases/latest) to this
1818
specific folder:
1919

20-
* Windows: `C:\Users\<username>\AppData\Roaming\cura\4.5\plugins\DuetRRFPlugin`
21-
* macOS: `~/Library/Application Support/Cura/4.5/plugins/DuetRRFPlugin`
22-
* Linux: `/home/<username>/.local/share/cura/4.5/plugins/DuetRRFPlugin`
20+
* Windows: `C:\Users\<username>\AppData\Roaming\cura\4.6\plugins\DuetRRFPlugin`
21+
* macOS: `~/Library/Application Support/Cura/4.6/plugins/DuetRRFPlugin`
22+
* Linux: `/home/<username>/.local/share/cura/4.6/plugins/DuetRRFPlugin`
2323

2424
Be careful, the unzipper often tacks on the name of the zip as a folder at the
2525
bottom and you don't want it nested. You want the files to show up in that

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "DuetRRF",
33
"author": "Thomas Kriechbaumer",
44
"description": "Upload and Print to Duet 2 Wifi / Duet 2 Ethernet / Duet 2 Maestro / Duet 3 with RepRapFirmware.",
5-
"version": "1.0.8",
6-
"supported_sdk_versions": ["7.1.0"]
5+
"version": "1.0.9",
6+
"supported_sdk_versions": ["7.2.0"]
77
}

0 commit comments

Comments
 (0)