From 8d0f1bfe1746fe796fce3bf2b0fb193cd2e41498 Mon Sep 17 00:00:00 2001 From: John Lewin Date: Thu, 18 Jun 2015 07:20:01 -0700 Subject: [PATCH] Revise CancelPrint accessibility --- PrinterCommunication/PrinterConnectionAndCommunication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrinterCommunication/PrinterConnectionAndCommunication.cs b/PrinterCommunication/PrinterConnectionAndCommunication.cs index 9d554b0f9..d6fd89e50 100644 --- a/PrinterCommunication/PrinterConnectionAndCommunication.cs +++ b/PrinterCommunication/PrinterConnectionAndCommunication.cs @@ -2056,7 +2056,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication } } - private void CancelPrint() + public void CancelPrint() { using (TimedLock.Lock(this, "CancelingPrint")) {