Skip to content

Commit

Permalink
fix Cura 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Oct 5, 2018
1 parent ecba95c commit 32bc213
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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

## v0.0.18: 2018-10-05
* fix Cura 3.5 incompatibility
* bump API code

## v0.0.17: 2018-08-10
* fix missing settings at the end of the gcode file
* make use of the default GCodeWrite that Cura uses for "Save to File"
Expand Down
6 changes: 4 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",

This comment has been minimized.

Copy link
@fieldOfView

fieldOfView Feb 2, 2019

Note that the "minimum_cura_version" and "maximum_cura_version" are not used by Cura. They have no meaning, unless the plugin itself looks at these keys. I added them to some of my plugins as a meassure to make sure my plugins don't blow up Cura when used with untested versions of Cura. See https://github.com/fieldOfView/Cura-OctoPrintPlugin/blob/3.5/__init__.py#L31

"maximum_cura_version": "3.5",
"api": 5
}

0 comments on commit 32bc213

Please sign in to comment.