Remove Connect failed/troubleshoot UI from PrinterConnection

- Remove showHelpIfNoPort param
This commit is contained in:
John Lewin 2018-01-06 12:00:14 -08:00
parent 0f56751433
commit 723a48bcea
4 changed files with 28 additions and 13 deletions

View file

@ -142,7 +142,7 @@ namespace MatterHackers.MatterControl
void ConnectButton_Click(object sender, EventArgs mouseEvent)
{
ApplicationController.Instance.ActivePrinter.Connection.Connect(true);
ApplicationController.Instance.ActivePrinter.Connection.Connect();
}
void NextButton_Click(object sender, EventArgs mouseEvent)