Skip to content

0.6.2

Latest
Compare
Choose a tag to compare
@jneilliii jneilliii released this 25 Nov 04:53
· 29 commits to master since this release
8f857a8
  • 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.