Fixed a bug with filtering on repatier firmware.
This commit is contained in:
parent
47fed001ec
commit
4719e71272
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue