Skip to content

Releases: jneilliii/OctoPrint-M117PopUp

0.6.2

25 Nov 04:53
8f857a8
Compare
Choose a tag to compare
  • Added regular expression exclusion option that is compared against the text after M117 using re.search. If the pattern is found anywhere in the message it will be excluded. Multiple patterns can be excluded using | in the pattern; for example (LAYERINDICATOR|IGNOREME) would match LAYERINDICATOR or IGNOREME and not pop up those specific messages.

0.6.1

22 Oct 02:43
a72e450
Compare
Choose a tag to compare
  • Added Python 3 compatibility

0.6.0

13 Jan 11:09
ecb2901
Compare
Choose a tag to compare

Enable speech synthesis to speak M117 messages in compatible browsers.

0.5.0

25 Sep 07:30
Compare
Choose a tag to compare

Modifications to plugin to allow for changing the pop up message type and if it auto closes.

0.4.0

12 Aug 01:50
Compare
Choose a tag to compare
Change from string replace method to regular expression sub method to…

… get rid of M117 from the cmd being passed.

0.3.0

11 Aug 23:44
Compare
Choose a tag to compare

Bug fixes.

0.2.0

09 Aug 01:41
Compare
Choose a tag to compare

Testing Software Manager update.

0.1.0

07 Aug 07:24
Compare
Choose a tag to compare

This is the first release.