Skip to content

Commit

Permalink
update for Cura 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed May 2, 2020
1 parent 7379691 commit 65dff69
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog of Cura-DuetRRFPlugin

## v1.0.8: 2020.04.20
## v1.0.9: 2020-05-02
* bump compatibility for Cura 4.6 / API 7.2
* fix simulation result reply for RRF HTTP API

## v1.0.8: 2020-04-20
* support new HTTP API for Duet3 with SBC running DuetSoftwareFramework

## v1.0.7: 2020-04-04
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cura-DuetRRFPlugin

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

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

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

Be careful, the unzipper often tacks on the name of the zip as a folder at the
bottom and you don't want it nested. You want the files to show up in that
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.8",
"supported_sdk_versions": ["7.1.0"]
"version": "1.0.9",
"supported_sdk_versions": ["7.2.0"]
}

0 comments on commit 65dff69

Please sign in to comment.