Merge branch '1.7' of https://github.com/MatterHackers/MatterControl into 1.7
This commit is contained in:
commit
a871dd08e8
7 changed files with 18 additions and 31 deletions
|
|
@ -85,7 +85,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
if (filterOutput.Checked)
|
||||
{
|
||||
textScrollWidget.SetLineStartFilter(new string[] { "<-wait", "<-ok", "->M105", "<-T" });
|
||||
textScrollWidget.SetLineStartFilter(new string[] { "<-wait", "<-ok", "<-T" });
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@ namespace MatterHackers.MatterControl
|
|||
foreach (string startFilter in StartLineStringFilters)
|
||||
{
|
||||
if (line == null
|
||||
|| line.Contains("M105")
|
||||
|| line.Length < 3
|
||||
|| line.StartsWith(startFilter))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue