Skip to content

Commit

Permalink
make Cura 4.0 API changes work
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Feb 2, 2019
1 parent d775356 commit 4bcbf14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog of Cura-DuetRRFPlugin

## v1.0.3: 2019-02-02
* require Cura 4.0 API compatibility
* if you are on Cura 3.6, please install v1.0.2 of this plugin

## v1.0.2: 2019-01-06
* fix layout issues on Cura 4.0-beta
* bump compatibility for Cura 4.0 / API 6.0
Expand Down
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 4bcbf14

Please sign in to comment.