Skip to content

Releases: jneilliii/OctoPrint-BedReady

0.2.2

27 Dec 17:23
ac0d495
Compare
Choose a tag to compare
  • fix exception handling errors, thanks to @cp2004

0.2.1

09 Apr 04:47
Compare
Choose a tag to compare
  • 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

08 Apr 20:07
Compare
Choose a tag to compare
  • 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

04 Apr 03:49
33717b3
Compare
Choose a tag to compare
  • Initial support for multiple snapshots, thanks to @smartin015

0.1.5

12 May 03:52
Compare
Choose a tag to compare
  • 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

10 May 01:06
Compare
Choose a tag to compare
  • change to relative URL to work with multiple instances and reverse proxies, #8

0.1.3

30 Apr 06:44
Compare
Choose a tag to compare
  • Added additional snapshot URL validation/notification in UI

0.1.2

18 Apr 13:53
ea987ef
Compare
Choose a tag to compare
  • added timeout value to requests.get
  • switched logging to debug

0.1.1

16 Apr 15:51
Compare
Choose a tag to compare
  • added Test Snapshot button to aid in figuring out best Match Percentage value.

0.1.0

10 Apr 05:46
Compare
Choose a tag to compare
  • Initial Release