Rename instance method to Connect

This commit is contained in:
John Lewin 2017-09-18 07:20:06 -07:00
parent 9a5c885202
commit 9721f93266
8 changed files with 9 additions and 9 deletions

View file

@ -952,7 +952,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication
}
}
public void ConnectToActivePrinter(bool showHelpIfNoPort = false)
public void Connect(bool showHelpIfNoPort = false)
{
if (printer.Settings != null)
{
@ -1672,7 +1672,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication
CommunicationState = CommunicationStates.Disconnected;
// We were connected to a printer so try to reconnect
ConnectToActivePrinter();
Connect();
}
else
{