Rename instance method to Connect
This commit is contained in:
parent
9a5c885202
commit
9721f93266
8 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue