Revise accessibility for touchscreen
This commit is contained in:
parent
918c8cd0fa
commit
65f27e7267
1 changed files with 3 additions and 2 deletions
|
|
@ -822,7 +822,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication
|
|||
|
||||
private int NumberOfLinesInCurrentPrint => loadedGCode.LineCount;
|
||||
|
||||
private void ReleaseAndReportFailedConnection(ConnectionFailure reason, string details = null)
|
||||
public void ReleaseAndReportFailedConnection(ConnectionFailure reason, string details = null)
|
||||
{
|
||||
// Shutdown the serial port
|
||||
if (serialPort != null)
|
||||
|
|
@ -2797,7 +2797,8 @@ namespace MatterHackers.MatterControl.PrinterCommunication
|
|||
IOException,
|
||||
InvalidOperationException,
|
||||
UnauthorizedAccessException,
|
||||
ConnectionLost
|
||||
ConnectionLost,
|
||||
UsbDisconnected
|
||||
}
|
||||
|
||||
public class NamedItemEventArgs : EventArgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue