Rename Connection.PrinterIsConnected -> Connection.IsConnected

This commit is contained in:
John Lewin 2018-02-01 14:51:44 -08:00
parent 028afd98d2
commit e998f137aa
15 changed files with 33 additions and 33 deletions

View file

@ -84,7 +84,7 @@ namespace MatterHackers.MatterControl.Library
{
this.Items.Clear();
if (printer.Connection.PrinterIsConnected
if (printer.Connection.IsConnected
&& !(printer.Connection.PrinterIsPrinting || printer.Connection.PrinterIsPaused))
{
autoResetEvent = new AutoResetEvent(false);