From 5ef6600ab6c30f910873a0f8a423cdf564ea19b1 Mon Sep 17 00:00:00 2001 From: Teja Date: Wed, 21 Jan 2015 12:31:41 +0100 Subject: [PATCH] bugfix. fixed status message filter in terminal --- src/octoprint/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/settings.py b/src/octoprint/settings.py index 39479517..7e3a04fd 100644 --- a/src/octoprint/settings.py +++ b/src/octoprint/settings.py @@ -160,7 +160,7 @@ default_settings = { "allowCrossOrigin": False }, "terminalFilters": [ - { "name": "Suppress status & confirmation messages", "regex": "(Send: \?)|(Recv: ok)" } + { "name": "Suppress status & confirmation messages", "regex": "(Send: \?)|(Recv: ok)|(Recv: <)" } #{ "name": "Suppress M27 requests/responses", "regex": "(Send: M27)|(Recv: SD printing byte)" } ], "plugins": {},