Skip to content

Commit 1a49825

Browse files
committed
support most recent release + 6 months into the past
1 parent 222b3f0 commit 1a49825

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog of Cura-DuetRRFPlugin
22

3-
## v1.2.5: 2021-
4-
* embed a QOI thumbnail image of the sliced scene into the uploaded gcode file
3+
## v1.2.5: 2022-02-11
4+
* bump compatibility for Cura 4.13 / API 7.9, oldest supported release is now 4.11 / 7.7
5+
* embed QOI thumbnail images of the sliced scene into the uploaded gcode file
6+
* add plugin metadata as comment to uploaded gcode file
57

68
## v1.2.4: 2021-09-19
79
* auto-dismiss success message notifications after 15sec

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"author": "Thomas Kriechbaumer",
44
"description": "Upload and Print to Duet 2 Wifi / Duet 2 Ethernet / Duet 2 Maestro / Duet 3 with RepRapFirmware.",
55
"version": "1.2.5",
6-
"supported_sdk_versions": ["7.3.0", "7.4.0", "7.5.0", "7.6.0", "7.7.0", "7.8.0", "7.9.0"]
6+
"supported_sdk_versions": ["7.7.0", "7.8.0", "7.9.0"]
77
}

0 commit comments

Comments
 (0)