Skip to content

Commit

Permalink
update for Cura 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Jan 20, 2024
1 parent aa0dc26 commit e7cdced
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog of Cura-DuetRRFPlugin

## v1.2.10: 2024-01-20
* fix HTTP Basic Auth
* bump compatibility for Cura 5.6 / API 8.6
* require Cura 5 API compatibility

## v1.2.9: 2022-10-19
* bump compatibility for Cura 5.2 / API 8.2

Expand Down
5 changes: 3 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"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.2.9",
"supported_sdk_versions": ["7.7.0", "7.8.0", "7.9.0", "8.0.0", "8.1.0", "8.2.0"]
"version": "1.2.10",
"api": 8,
"supported_sdk_versions": ["8.0.0", "8.1.0", "8.2.0", "8.3.0", "8.4.0", "8.5.0", "8.6.0"]
}

1 comment on commit e7cdced

@paolozampini
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.