Remove Connect failed/troubleshoot UI from PrinterConnection
- Remove showHelpIfNoPort param
This commit is contained in:
parent
0f56751433
commit
723a48bcea
4 changed files with 28 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue