Releases: jneilliii/OctoPrint-BedReady
Releases · jneilliii/OctoPrint-BedReady
0.2.2
- fix exception handling errors, thanks to @cp2004
0.2.1
- pin opencv-python-headless~=4.6.0.66 to use successful built versions on piwheels and remove numpy pinning to let opencv dependencies choose required version
- disable set as reference image button on currently set file
0.2.0
- Update
@bedready
and check_bed
to support additional parameters for selecting saved references and custom match percentages.
- Add case-insensitive matching (e.g.
@BEDREADY
, @BedReady
, and @bedready
all perform the check).
- Expose
take_snapshot
method as a plugin helper so snapshots could be acquired automatically (e.g. upon print completion).
- Deduplicate image comparison code.
- Show both the source and test image in printing popups.
0.1.6
- Initial support for multiple snapshots, thanks to @smartin015
0.1.5
- added
Action
setting to choose between pausing or canceling print job when match percentage threshold is not met, #7
- added helper
check_bed
for other plugins to utilize
0.1.4
- change to relative URL to work with multiple instances and reverse proxies, #8
0.1.3
- Added additional snapshot URL validation/notification in UI
0.1.2
- added timeout value to requests.get
- switched logging to debug
0.1.1
- added
Test Snapshot
button to aid in figuring out best Match Percentage
value.