Rename Connection.PrinterIsConnected -> Connection.IsConnected
This commit is contained in:
parent
028afd98d2
commit
e998f137aa
15 changed files with 33 additions and 33 deletions
|
|
@ -56,7 +56,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
public void Run(PrinterConnection printerConnection)
|
||||
{
|
||||
if (printerConnection.PrinterIsConnected)
|
||||
if (printerConnection.IsConnected)
|
||||
{
|
||||
printerConnection.MacroStart();
|
||||
printerConnection.QueueLine(GCode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue