Skip to content

Commit

Permalink
Squelch busy: processing messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kliment committed Mar 22, 2018
1 parent 16ee30b commit 2e83002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion printrun/pronsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def __init__(self):
self.cache_dir = os.path.join(user_cache_dir("Printrun"))
self.config_dir = os.path.join(user_config_dir("Printrun"))
self.data_dir = os.path.join(user_data_dir("Printrun"))
self.lineignorepattern=re.compile("ok ?\d*$|busy:processing|busy:heating")
self.lineignorepattern=re.compile("ok ?\d*$|busy: ?processing|busy: ?heating")

# --------------------------------------------------------------
# General console handling
Expand Down

0 comments on commit 2e83002

Please sign in to comment.