bugfix. fixed status message filter in terminal
This commit is contained in:
parent
f19d2deffa
commit
5ef6600ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue