Fixed a bug with filtering on repatier firmware.

This commit is contained in:
Lars Brubaker 2014-12-12 14:19:43 -08:00
parent 47fed001ec
commit 4719e71272
2 changed files with 4 additions and 2 deletions

View file

@ -77,7 +77,7 @@ namespace MatterHackers.MatterControl
{
if (filterOutput.Checked)
{
textScrollWidget.SetLineStartFilter(new string[] { "<-wait", "<-ok", "->M105" });
textScrollWidget.SetLineStartFilter(new string[] { "<-wait", "<-ok", "->M105", "<-T"});
}
else
{