Rename Connection.PrinterIsConnected -> Connection.IsConnected
This commit is contained in:
parent
028afd98d2
commit
e998f137aa
15 changed files with 33 additions and 33 deletions
|
|
@ -48,7 +48,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
|
|||
{
|
||||
if (!printerConnection.WaitingForPositionRead
|
||||
&& nextReadTimeMs < UiThread.CurrentTimerMs
|
||||
&& printerConnection.PrinterIsConnected)
|
||||
&& printerConnection.IsConnected)
|
||||
{
|
||||
nextReadTimeMs = UiThread.CurrentTimerMs + 1000;
|
||||
return "M105";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue